0.9.2:方向键选择控件

This commit is contained in:
MrZ_26
2020-07-23 15:12:17 +08:00
parent bb2c732529
commit b97319afe0
8 changed files with 469 additions and 318 deletions

View File

@@ -168,6 +168,10 @@ function Pnt.main()
setFont(30)
gc.print(gameVersion,70,125)
gc.print(system,610,100)
local L=text.modes[stat.lastPlay]
setFont(25)
gc.print(L[1],700,470)
gc.print(L[2],700,500)
players[1]:draw()
end
function Pnt.mode()