덱보기 스크롤바 방향 수정 #68

Merged
gahusb merged 1 commits from codex/fix-lobby-deck-scrollbar into main 2026-06-16 07:25:46 +09:00
3 changed files with 7 additions and 7 deletions
Showing only changes of commit 1a5953050f - Show all commits

View File

@@ -32,10 +32,10 @@
{
"@type": "script.SlayDeckController",
"Enable": true,
"Energy": 0,
"MaxEnergy": 3,
"Turn": 0,
"TweenEventId": 0
"Energy": 0.0,
"MaxEnergy": 3.0,
"Turn": 0.0,
"TweenEventId": 0.0
}
],
"@version": 1

View File

@@ -425,7 +425,7 @@ function scrollLayoutGroup({ cellSize, spacing, columns }) {
ScrollBarHandleColor: { r: 0.94, g: 0.74, b: 0.26, a: 0.9 },
ScrollBarHandleImageRUID: { DataId: '' },
ScrollBarThickness: 12,
ScrollBarVisible: 1,
ScrollBarVisible: 2,
SortingLayer: 'UI',
Spacing: 0,
StartAxis: 0,

View File

@@ -77152,7 +77152,7 @@
"DataId": ""
},
"ScrollBarThickness": 12,
"ScrollBarVisible": 1,
"ScrollBarVisible": 2,
"SortingLayer": "UI",
"Spacing": 0,
"StartAxis": 0,
@@ -130695,7 +130695,7 @@
"DataId": ""
},
"ScrollBarThickness": 12,
"ScrollBarVisible": 1,
"ScrollBarVisible": 2,
"SortingLayer": "UI",
"Spacing": 0,
"StartAxis": 0,