移除drawableText中的不变文本

This commit is contained in:
MrZ626
2021-05-13 14:49:39 +08:00
parent f293f043d5
commit d1ed97e5b4
7 changed files with 20 additions and 9 deletions

View File

@@ -164,7 +164,7 @@ function scene.draw()
--Confirm reset
if sure>0 then
gc.setColor(1,1,1,sure*.02)
gc.draw(drawableText.question,850,80)
gc.draw(TEXTURE.question,850,110)
end
end