summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/update/motion.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-04 00:53:01 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-04 00:57:43 -0300
commite474d4bf0565a46e59cad616f2cf1be8b1536ed2 (patch)
treec51c62617b9d3fc49013a973c6c8f6e3fba66b0f /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/update/motion.lua
parent1839f8f03dd96d34cadef4ba9809bd6311d9a3e5 (diff)
Remove drawModule.motion(), modulate all require calls and many tables
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/update/motion.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/update/motion.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/update/motion.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/update/motion.lua
index 6de1e63..34bd73d 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/update/motion.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/update/motion.lua
@@ -1,5 +1,3 @@
-require 'scripts.game.animation'
-
update.motion = function(dt)
game.animation(character.bola.stand, dt)
metaSprites.bola.quad = character.bola.stand[character.bola.stand.currentFrame]