删除tick模块,内容移至gametoolfunc

This commit is contained in:
MrZ626
2021-01-08 23:17:37 +08:00
parent 96e1253030
commit 387e272763
6 changed files with 74 additions and 68 deletions

View File

@@ -40,7 +40,7 @@ function scene.sceneInit()
end
scrollPos=#texts
TASK.new(focusAtTextbox)--Widgets are not initialized, so active after 1 frame
TASK.new(TICK.ws_read)
TASK.new(TICK_wsRead)
BG.set("none")
end
function scene.sceneBack()