Moving part 2

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-01-11 09:32:12 +07:00
parent d399f3c9d3
commit 519687a718
3 changed files with 5 additions and 5 deletions

View File

@@ -73,8 +73,8 @@ local L={
hollowLogo= 0xF008C,
toUp= 0xF008D,
toDown= 0xF008E,
toLeft= 0xF0090,
toRight= 0xF008F,
toLeft= 0xF008F,
toRight= 0xF0090,
checkMark= 0xF0091,
crossMark= 0xF0092,
musicMark= 0xF0093,

View File

@@ -1153,4 +1153,4 @@ scene.widgetList={
inputBox,
}
return scene
return scene

View File

@@ -210,7 +210,7 @@ function scene.keyDown(key)
CHAR.controller.xboxX,CHAR.controller.xboxY,CHAR.controller.xboxA,CHAR.controller.xboxB,
CHAR.icon.help,CHAR.icon.copy,CHAR.icon.globe,CHAR.key.winMenu)
):split('\n'),
20,
currentFontSize,
'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'},
}
-- 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