主菜单ai不再会因为失焦而md致死

This commit is contained in:
MrZ_26
2022-07-17 22:39:27 +08:00
parent a9ad95f0c8
commit d993810269

View File

@@ -128,6 +128,7 @@ function scene.keyDown(key,isRep)
end
function scene.update(dt)
if dt>.26 then return end
PLAYERS[1]:update(dt)
scrollX=scrollX-162*dt
if scrollX<-tip:getWidth()then