[FIX] El abad havia deixat de botar en recte
This commit is contained in:
+1
-6
@@ -429,13 +429,8 @@ function abad_state_normal()
|
|||||||
|
|
||||||
abad_make_safe()
|
abad_make_safe()
|
||||||
|
|
||||||
if controller:check("up") then
|
if abad_in_stairs(0,-1) and controller:check("up") then
|
||||||
if abad_in_stairs(0,-1) then
|
|
||||||
abad.update=abad_state_stairs
|
abad.update=abad_state_stairs
|
||||||
else
|
|
||||||
abad.update=abad_state_normal
|
|
||||||
abad.frame=0
|
|
||||||
end
|
|
||||||
elseif controller:check("down") then
|
elseif controller:check("down") then
|
||||||
abad_move_down()
|
abad_move_down()
|
||||||
elseif controller:check("right") then
|
elseif controller:check("right") then
|
||||||
|
|||||||
Reference in New Issue
Block a user