整理代码,框架更独立

This commit is contained in:
MrZ626
2021-10-17 00:49:35 +08:00
parent e6a8cf7a10
commit 0099bf53cb
15 changed files with 23 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ local gc_rectangle=gc.rectangle
local gc_print,gc_printf=gc.print,gc.printf
local kb=love.keyboard
local setFont=setFont
local setFont=FONT.set
local listBox=WIDGET.newListBox{name="list",x=50,y=50,w=1200,h=520,lineH=40,drawF=function(rep,id,ifSel)
if ifSel then