- room beautifying finished

- scenes
- starters
This commit is contained in:
2022-10-25 19:07:21 +02:00
parent fbda875ac6
commit 838cd171ae
9 changed files with 260 additions and 102 deletions

View File

@@ -31,7 +31,7 @@ function abad_state_normal()
abad.jumpfwd=false
elseif btn(KEY_DOWN) then
abad.update=abad_state_crouch
elseif btn(KEY_SPACE) and cacau.hab==-1 then
elseif btnp(KEY_SPACE) and cacau.hab==-1 then
abad.update=abad_state_fire
abad.wait=0
cacau.init(abad.hab,abad.x+8,abad.y+8,abad.flip)