summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-23 23:32:53 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-23 23:32:53 -0300
commitf26f91ba08bcc13fbb0c4c92a882f7bd95fee84d (patch)
tree36ccf99d23d1be320f47116aabc9e15235586ce8 /src/gnu_and_bola_-_the_libre_beat_em_up_game
parentd1e989f7509ffb1d2de5190c11bbbde5f9f2391b (diff)
Minor fix in scripts/bola/animation.lua
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/animation.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/animation.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/animation.lua
index bd1e8de..a370744 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/animation.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/animation.lua
@@ -21,7 +21,11 @@ function animationModule.animation(dt)
character.bola.walk.start = game.animation(character.bola.walk.start, frames.bola.walk)
transform = {
- bola = require 'scripts.bola.transform'
+ bola = {
+ origin = {
+ y = character.bola.origin.y
+ }
+ }
}
end