主菜单ai不再会因为失焦而md致死
This commit is contained in:
@@ -128,6 +128,7 @@ function scene.keyDown(key,isRep)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function scene.update(dt)
|
function scene.update(dt)
|
||||||
|
if dt>.26 then return end
|
||||||
PLAYERS[1]:update(dt)
|
PLAYERS[1]:update(dt)
|
||||||
scrollX=scrollX-162*dt
|
scrollX=scrollX-162*dt
|
||||||
if scrollX<-tip:getWidth()then
|
if scrollX<-tip:getWidth()then
|
||||||
|
|||||||
Reference in New Issue
Block a user