summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/walk_down.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/walk_down.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/walk_down.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/walk_down.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/walk_down.lua
deleted file mode 100644
index 26d8103..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/walk_down.lua
+++ /dev/null
@@ -1,6 +0,0 @@
-game.walkDown = function(metaSprites, character, dt)
- character.position.y = character.position.y + (character.velocity * dt)
- character.jump.ground = character.position.y
- game.animation(character.walk, dt)
- metaSprites.quad = character.walk[character.walk.currentFrame]
-end