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.lua4
1 files changed, 2 insertions, 2 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 31818af..c54f601 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
@@ -17,8 +17,8 @@ function love.load()
}
bolaAnimation = require 'scripts.bola.animation'
- bolaMotion = require 'scripts.bola.motion.motion'
- bolaGravity = require 'scripts.bola.motion.gravity'
+ bolaMotion = require 'scripts.bola.motion'
+ bolaGravity = require 'scripts.bola.gravity'
end
function love.keypressed(key)