更改场景内更新和绘制的方法名

This commit is contained in:
MrZ626
2020-12-05 12:52:02 +08:00
parent 27d8aac39e
commit f5d4866996
33 changed files with 57 additions and 57 deletions

View File

@@ -103,7 +103,7 @@ function scene.keyDown(key)
S.url=(S.result[1]and S.result or S.dict)[S.select][5]
end
function scene.Tmr(dt)
function scene.update(dt)
local S=sceneTemp
if S.waiting>0 then
S.waiting=S.waiting-dt
@@ -123,7 +123,7 @@ local typeColor={
english=COLOR.green,
name=COLOR.lPurple,
}
function scene.Pnt()
function scene.draw()
local S=sceneTemp
gc.setLineWidth(4)