From 55cea67c8b2cc7664d1df203a53aaa1188656863 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 24 Nov 2016 01:25:37 -0300 Subject: Rename loopNumber to loopCounter and add more *.bola.crouch* --- src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/frames.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/frames.lua') 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 index dc499dd..77999e6 100644 --- 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 @@ -1,4 +1,5 @@ return { - stand = # character.bola.stand, - walk = # character.bola.walk, + stand = # character.bola.stand, + walk = # character.bola.walk, + crouch = # character.bola.crouch, } -- cgit v1.2.3-54-g00ecf