summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-23 16:55:27 -0300
committerJorge Lopez Seijas <jorginho@riseup.net>2016-11-23 21:44:39 +0100
commit5d0bd6f795f87641696bf84c7183404958cf45b4 (patch)
tree7461cdaca4c8fdc65f1c313879d1e8048c494f31 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola
parent99a72d4fce24dcce02a5bbb3b1280067bda9289f (diff)
Modularize frames.bola.{stand,walk}
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/frames.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/frames.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/frames.lua
new file mode 100644
index 0000000..dc499dd
--- /dev/null
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/frames.lua
@@ -0,0 +1,4 @@
+return {
+ stand = # character.bola.stand,
+ walk = # character.bola.walk,
+}