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.lua5
1 files changed, 1 insertions, 4 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 c9e513b..cab3b73 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
@@ -40,10 +40,7 @@ function love.update(dt)
character.bola.walk.start = character.bola.walk.start + (dt * character.bola.walk.fps)
frames = {
- bola = {
- stand = # character.bola.stand,
- walk = # character.bola.walk,
- }
+ bola = require 'scripts.bola.frames'
}
game = {