Alpha V0.7.1

This commit is contained in:
MrZ_26
2020-02-04 19:29:24 +08:00
parent bdee7fba03
commit 1447893378
26 changed files with 278 additions and 131 deletions

View File

@@ -23,6 +23,12 @@ function game.mode()
curBG="none"
BGM("blank")
end
function game.custom()
optSel=optSel or 1
scene="custom"
curBG="matrix"
BGM("blank")
end
function game.play()
scene="play"
--curBG="game1"