淘汰sceneTemp技术

This commit is contained in:
MrZ626
2020-12-10 22:20:17 +08:00
parent 937eed1ee6
commit bb95c9e3a3
28 changed files with 898 additions and 901 deletions

View File

@@ -41,10 +41,10 @@ end
local scene={}
local tip
function scene.sceneInit()
sceneTemp={
tip=text.getTip(),
}
tip=text.getTip()
BG.set("space")
GAME.modeEnv=NONE
@@ -70,7 +70,7 @@ function scene.draw()
setFont(30)
gc.print(SYSTEM,610,50)
gc.print(VERSION_NAME,610,90)
gc.print(sceneTemp.tip,50,660)
gc.print(tip,50,660)
local L=text.modes[STAT.lastPlay]
setFont(25)
gc.print(L[1],700,390)