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, 1 insertions, 3 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 270fde2..c9e513b 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
@@ -20,9 +20,7 @@ function love.load()
love.window.setTitle(windowProfile.title)
button = require 'scripts.player.1.button'
- sprites = {
- bola = require 'scripts.bola.sprites'
- }
+ sprites = require 'scripts.sprites.sprites'
character = {
bola = require 'scripts.bola.bola'