summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-24 14:37:00 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-24 14:37:00 -0300
commit7ad7acfe8f53c518ba161823eb5d9ee94fa16819 (patch)
treeccd20a99ec70c5b3f62fdeaf2303a27045c2e4c7 /src
parent6559df9a7c6a69c9235d0cc74831a100289482ce (diff)
Add extra functions
Diffstat (limited to 'src')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/motion.lua27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/motion.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/motion.lua
index 89b9b2e..c115e29 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/motion.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/motion.lua
@@ -25,6 +25,33 @@ function motionModule.motion(dt)
end
end
+function configuration(dt)
+end
+
+function coin(dt)
+end
+
+function accept(dt)
+end
+
+function cancel(dt)
+end
+
+function select(dt)
+end
+
+function pause(dt)
+end
+
+function jump(dt)
+end
+
+function hitGround(dt)
+end
+
+function hitAir(dt)
+end
+
function walkLeft(dt)
character.bola.acceleration = character.bola.acceleration + dt
if character.bola.position.x >= character.bola.origin.x then