Moving part 2
This commit is contained in:
@@ -73,8 +73,8 @@ local L={
|
|||||||
hollowLogo= 0xF008C,
|
hollowLogo= 0xF008C,
|
||||||
toUp= 0xF008D,
|
toUp= 0xF008D,
|
||||||
toDown= 0xF008E,
|
toDown= 0xF008E,
|
||||||
toLeft= 0xF0090,
|
toLeft= 0xF008F,
|
||||||
toRight= 0xF008F,
|
toRight= 0xF0090,
|
||||||
checkMark= 0xF0091,
|
checkMark= 0xF0091,
|
||||||
crossMark= 0xF0092,
|
crossMark= 0xF0092,
|
||||||
musicMark= 0xF0093,
|
musicMark= 0xF0093,
|
||||||
|
|||||||
@@ -1153,4 +1153,4 @@ scene.widgetList={
|
|||||||
inputBox,
|
inputBox,
|
||||||
}
|
}
|
||||||
|
|
||||||
return scene
|
return scene
|
||||||
|
|||||||
@@ -210,7 +210,7 @@ function scene.keyDown(key)
|
|||||||
CHAR.controller.xboxX,CHAR.controller.xboxY,CHAR.controller.xboxA,CHAR.controller.xboxB,
|
CHAR.controller.xboxX,CHAR.controller.xboxY,CHAR.controller.xboxA,CHAR.controller.xboxB,
|
||||||
CHAR.icon.help,CHAR.icon.copy,CHAR.icon.globe,CHAR.key.winMenu)
|
CHAR.icon.help,CHAR.icon.copy,CHAR.icon.globe,CHAR.key.winMenu)
|
||||||
):split('\n'),
|
):split('\n'),
|
||||||
20,
|
currentFontSize,
|
||||||
'rainbow'
|
'rainbow'
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -321,4 +321,4 @@ scene.widgetList={
|
|||||||
WIDGET.newKey{name='help',x=1170,y=140,w=200,h=60,font=40,fText=CHAR.controller.xboxY.."/[F1]: "..CHAR.icon.help,code=pressKey'f1'},
|
WIDGET.newKey{name='help',x=1170,y=140,w=200,h=60,font=40,fText=CHAR.controller.xboxY.."/[F1]: "..CHAR.icon.help,code=pressKey'f1'},
|
||||||
}
|
}
|
||||||
-- NOTE: The gap between Link-Copy, Zoom is 60*1.5-10=80 :) The gap between 2 buttons in one group is 60+10=70
|
-- NOTE: The gap between Link-Copy, Zoom is 60*1.5-10=80 :) The gap between 2 buttons in one group is 60+10=70
|
||||||
return scene
|
return scene
|
||||||
Reference in New Issue
Block a user