所有场景文件独立

This commit is contained in:
MrZ626
2020-11-01 14:26:52 +08:00
parent f331ddc04d
commit c9fd340646
38 changed files with 3798 additions and 3657 deletions

8
parts/scenes/debug.lua Normal file
View File

@@ -0,0 +1,8 @@
function sceneInit.debug()
sceneTemp={
reset=false,
}
end
function keyDown.debug(key)
LOG.print("keyPress: ["..key.."]")
end