[NEW] Afegit Intro per a sel·leccionar en el menú
This commit is contained in:
+9
-9
@@ -420,22 +420,22 @@ function abad_state_normal()
|
||||
|
||||
abad_make_safe()
|
||||
|
||||
if controller:check("right") then
|
||||
abad.update=abad_state_walking
|
||||
abad.flip=false
|
||||
elseif controller:check("up") and abad_in_stairs() then
|
||||
if controller:check("up") and abad_in_stairs() then
|
||||
abad.update=abad_state_stairs
|
||||
elseif controller:check("left") then
|
||||
abad.update=abad_state_walking
|
||||
abad.flip=true
|
||||
elseif controller:check("jump") then
|
||||
abad_do_jump()
|
||||
elseif controller:check("down") then
|
||||
if abad_in_stairs() then
|
||||
abad.update=abad_state_stairs
|
||||
else
|
||||
abad.update=abad_state_crouch
|
||||
end
|
||||
elseif controller:check("right") then
|
||||
abad.update=abad_state_walking
|
||||
abad.flip=false
|
||||
elseif controller:check("left") then
|
||||
abad.update=abad_state_walking
|
||||
abad.flip=true
|
||||
elseif controller:check("jump") then
|
||||
abad_do_jump()
|
||||
--elseif btn(KEY_Z) then
|
||||
-- abad.respawning=240
|
||||
elseif controller:check("shoot") then
|
||||
|
||||
Reference in New Issue
Block a user