初始化退出场景移出scene模块

This commit is contained in:
MrZ626
2021-03-08 15:49:35 +08:00
parent bb3de2c396
commit 3ce669442d
2 changed files with 2 additions and 1 deletions

View File

@@ -464,6 +464,7 @@ function love.run()
love.resize(gc.getWidth(),gc.getHeight())
--Scene Launch
SCN.push("quit","slowFade")
SCN.init("load")
return function()

View File

@@ -14,7 +14,7 @@ local SCN={
time=false, --Full swap time
draw=false, --Swap draw func
},
stack={"quit","slowFade"},--Scene stack
stack={},--Scene stack
scenes=scenes,