summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-03 19:43:19 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-03 19:43:19 -0300
commit245029aab7bee00eba5fab3bcbc6c7ea77bc2f06 (patch)
treedb931905c44d7c29a3fecd0c2ad2002f23c9f169 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character.lua
parent61207011c466bc9cd7d4f275d6befabee1b75ae7 (diff)
Keep the code more KISS - part 4
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