Skip to content

Commit

Permalink
exterior的结算页面游戏会低速update而不是完全暂停
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jul 30, 2024
1 parent 4fc16ae commit 243a42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scene/result_out.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function scene.keyDown(key)
end

function scene.update(dt)
GAME.update(dt*.26)
time=time+dt
end

Expand Down

0 comments on commit 243a42a

Please sign in to comment.