再调整doGC命令集

This commit is contained in:
MrZ626
2021-04-25 10:41:08 +08:00
parent 3a5bff36b2
commit 46f118bbb9
3 changed files with 17 additions and 17 deletions

View File

@@ -189,8 +189,8 @@ scene.widgetList={
{"dCirc",32,32,30},
{"dLine",2,31,62,31},
{"dLine",31,2,31,62},
{"doArc",10,31,40,-.8,.8},
{"doArc",53,31,40,2.3,3.9},
{"dArc",10,31,40,-.8,.8},
{"dArc",53,31,40,2.3,3.9},
}},
WIDGET.newButton{name="about", x=-110,y=670,w=600,h=70, color="lB",font=35,align="R",edge=30,code=pressKey"x"},
WIDGET.newButton{name="back", x=1390,y=670,w=600,h=70, color="lR",font=40,align="L",edge=30,code=backScene},