summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua
index 74b873f..e47c5dd 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua
@@ -58,11 +58,7 @@ function love.update(dt)
character.bola.walk.start = game.animation(character.bola.walk.start, frames.bola.walk)
transform = {
- bola = {
- origin = {
- y = character.bola.origin.y
- }
- }
+ bola = require 'scripts.bola.transform'
}
bolaMotion.motion(dt)