0.9.2:全局更新

This commit is contained in:
MrZ_26
2020-07-23 22:16:02 +08:00
parent b97319afe0
commit 4bff742b98
14 changed files with 273 additions and 163 deletions

View File

@@ -274,8 +274,12 @@ function sceneInit.debug()
}
end
function sceneInit.quit()
love.timer.sleep(.3)
love.event.quit()
if rnd()>.000626 then
love.timer.sleep(.3)
love.event.quit()
else
error("So lucky! 0.0626 precent to get this!!! You can quit the game now.")
end
end