From d79f4a7f4b5aff5931ef86edd2537ef5e3620fd4 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 17 Oct 2017 22:21:52 -0400 Subject: arrow rotation... kinda --- xml/entities.xml | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) (limited to 'xml/entities.xml') diff --git a/xml/entities.xml b/xml/entities.xml index 16bee0f..921e837 100644 --- a/xml/entities.xml +++ b/xml/entities.xml @@ -1,5 +1,29 @@ + + + + + + assets/colorIndex.png + + + + + + countdown = 0 + + update = function() + if (countdown == 0) then + countdown = math.random(100, 500) + velx = math.random(-5, 5) * 0.001 + vely = math.random(-5, 5) * 0.001 + end + countdown = countdown - 1 + end + + + @@ -80,10 +104,6 @@ countdown = 0 update = function() - if (velx < 0 and math.abs(selfx - playerx) < 150) then - aggro = 1 - end - if (countdown == 0) then countdown = math.random(3000, 5000) velx = math.random(-1, 1) * 0.005 @@ -92,15 +112,7 @@ end hostile = function() - if (playerx <= selfx) then - velx = -0.01 - else - velx = 0.01 - end - if (math.abs(playerx - selfx) < 50) then - attack(selfx, selfy) - end end @@ -122,7 +134,6 @@ - countdown = 0 onetime = 0 -- cgit v1.2.3