summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/bola.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/bola.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/bola.lua12
1 files changed, 12 insertions, 0 deletions
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/bola.lua
new file mode 100644
index 0000000..ed1460b
--- /dev/null
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/bola.lua
@@ -0,0 +1,12 @@
+return {
+ orientation = 0,
+ acceleration = 0,
+ speed = 125,
+ position = require 'scripts.bola.position',
+ scale = require 'scripts.bola.scale',
+ origin = require 'scripts.bola.origin',
+ stand = require 'scripts.bola.stand',
+ walk = require 'scripts.bola.walk',
+ run = require 'scripts.bola.run',
+ crouch = require 'scripts.bola.crouch',
+}