summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character.lua
deleted file mode 100644
index bf1cc65..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character.lua
+++ /dev/null
@@ -1,5 +0,0 @@
-character = {}
-
-load.character = function()
- character.bola = require 'scripts.bola.default'
-end