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

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

@@ -152,11 +152,11 @@ function scene.keyDown(key)
S.x,S.y,S.pen=sx,sy,pen
end
function scene.Tmr()
function scene.update()
if sceneTemp.sure>0 then sceneTemp.sure=sceneTemp.sure-1 end
end
function scene.Pnt()
function scene.draw()
local S=sceneTemp
local sx,sy=S.x,S.y