From 519687a7180961233a476be61627069fab106884 Mon Sep 17 00:00:00 2001 From: "Squishy (C6H12O6+NaCl+H2O)" <106439598+SweetSea-ButImNotSweet@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:32:12 +0700 Subject: [PATCH] Moving part 2 --- parts/char.lua | 4 ++-- parts/scenes/app_console.lua | 2 +- parts/scenes/dict.lua | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/parts/char.lua b/parts/char.lua index bfcfef5b..5f67aa7a 100644 --- a/parts/char.lua +++ b/parts/char.lua @@ -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, diff --git a/parts/scenes/app_console.lua b/parts/scenes/app_console.lua index bb6ed40f..bb6d5dbc 100644 --- a/parts/scenes/app_console.lua +++ b/parts/scenes/app_console.lua @@ -1153,4 +1153,4 @@ scene.widgetList={ inputBox, } -return scene \ No newline at end of file +return scene diff --git a/parts/scenes/dict.lua b/parts/scenes/dict.lua index f899977b..485ef162 100644 --- a/parts/scenes/dict.lua +++ b/parts/scenes/dict.lua @@ -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 \ No newline at end of file