summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/stand.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/stand.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/stand.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/stand.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/stand.lua
deleted file mode 100644
index 3c31d68..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/stand.lua
+++ /dev/null
@@ -1,4 +0,0 @@
-game.stand = function(metaSprites, character, dt)
- game.animation(character.stand, dt)
- metaSprites.quad = character.stand[character.stand.currentFrame]
-end