From 25a7edb26f8d4965172b85b5eef12d3ec3e7ee3d Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 29 Sep 2017 08:27:48 -0400 Subject: birb --- xml/entities.xml | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) (limited to 'xml/entities.xml') diff --git a/xml/entities.xml b/xml/entities.xml index edee471..fda45b4 100644 --- a/xml/entities.xml +++ b/xml/entities.xml @@ -57,7 +57,6 @@ if (countdown == 0) then countdown = math.random(4000, 6000) velx = math.random(-1, 1) * 0.004 - vely = .1 end countdown = countdown - 1 end @@ -79,7 +78,6 @@ countdown = 0 - velx = 0 update = function() if (countdown == 0) then @@ -87,7 +85,6 @@ velx = math.random(-1, 1) * 0.005 end countdown = countdown - 1 - return velx end