summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua2
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/default.lua (renamed from src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/bola.lua)0
2 files changed, 1 insertions, 1 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 9da062d..9a2435c 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
@@ -23,7 +23,7 @@ function love.load()
sprites = require 'scripts.sprites.sprites'
character = {
- bola = require 'scripts.bola.bola'
+ bola = require 'scripts.bola.default'
}
bolaAnimation = require 'scripts.bola.animation'
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/bola.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/default.lua
index ed1460b..ed1460b 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/bola.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/default.lua