aboutsummaryrefslogtreecommitdiff
path: root/bullets.lua
diff options
context:
space:
mode:
authorRibbonCable <ambiguousmachine@gmail.com>2022-02-20 12:55:11 -0800
committerRibbonCable <ambiguousmachine@gmail.com>2022-02-20 12:55:11 -0800
commit4f4a5405a95c47b34e0250e6b0f143e8e5f8dc76 (patch)
tree9cfe9651c194db292621e712ee099984a9359aa5 /bullets.lua
parent23acc296abf209ccf2fa15e3641f266b02add71d (diff)
Lots of updates to the music player. Other than track titles and final songs, it's p much done. Also made some sprint non-flipped to save on tokens.
Diffstat (limited to 'bullets.lua')
-rw-r--r--bullets.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bullets.lua b/bullets.lua
index c5cf2c7..bd91e0f 100644
--- a/bullets.lua
+++ b/bullets.lua
@@ -129,7 +129,7 @@ function addmissile(x, y, target) --basic small weak enemy
function enemy.draw()
if enemy.inv < 0 or ceil(enemy.inv*10%2) == 1 then
- spr(42, enemy.x, enemy.y, 2, 1)
+ spr(12, enemy.x, enemy.y, 2, 1)
end
end