summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/scale.lua
diff options
context:
space:
mode:
authorJorge <jorginho@riseup.net>2016-11-23 20:27:42 +0100
committerJorge <jorginho@riseup.net>2016-11-23 20:27:42 +0100
commitf549bdf5d2596339fc203421cb49166c3dec90f2 (patch)
tree3919c795e1e10a9b377a1a003d4afc42ddf57360 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/scale.lua
parentac1f5c94e31b227b36391bcffe9815e4c09e2ed8 (diff)
Modularized bola.origin, bola.scale, bola.stand
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/scale.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/scale.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/scale.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/scale.lua
new file mode 100644
index 0000000..fefc961
--- /dev/null
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/scale.lua
@@ -0,0 +1,4 @@
+return {
+ x = 1,
+ y = 1,
+}