所有场景文件独立
This commit is contained in:
8
parts/scenes/debug.lua
Normal file
8
parts/scenes/debug.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
function sceneInit.debug()
|
||||
sceneTemp={
|
||||
reset=false,
|
||||
}
|
||||
end
|
||||
function keyDown.debug(key)
|
||||
LOG.print("keyPress: ["..key.."]")
|
||||
end
|
||||
Reference in New Issue
Block a user