Skip to content

Commit 7380b6d

Browse files
committed
Allow setting analog vs digital pie menu
1 parent 458847e commit 7380b6d

File tree

2 files changed

+122
-2
lines changed

2 files changed

+122
-2
lines changed

Data/Base.rte/GUIs/SettingsGUI.ini

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ Parent = CollectionBoxScrollingMappingClipBox
16111611
X = 0
16121612
Y = 0
16131613
Width = 440
1614-
Height = 331
1614+
Height = 369
16151615
Visible = True
16161616
Enabled = True
16171617
Name = CollectionBoxScrollingMappingBox
@@ -2401,6 +2401,66 @@ Anchor = Left, Top
24012401
ToolTip = None
24022402
Text = [InputKey]
24032403

2404+
[LabelInputName27]
2405+
ControlType = LABEL
2406+
Parent = CollectionBoxScrollingMappingBox
2407+
X = 5
2408+
Y = 330
2409+
Width = 110
2410+
Height = 20
2411+
Visible = True
2412+
Enabled = True
2413+
Name = LabelInputName27
2414+
Anchor = Left, Top
2415+
ToolTip = None
2416+
Text = InputName
2417+
HAlignment = right
2418+
VAlignment = middle
2419+
2420+
[ButtonInputKey27]
2421+
ControlType = BUTTON
2422+
Parent = CollectionBoxScrollingMappingBox
2423+
X = 120
2424+
Y = 330
2425+
Width = 95
2426+
Height = 20
2427+
Visible = True
2428+
Enabled = True
2429+
Name = ButtonInputKey27
2430+
Anchor = Left, Top
2431+
ToolTip = None
2432+
Text = [InputKey]
2433+
2434+
[LabelInputName28]
2435+
ControlType = LABEL
2436+
Parent = CollectionBoxScrollingMappingBox
2437+
X = 215
2438+
Y = 330
2439+
Width = 110
2440+
Height = 20
2441+
Visible = True
2442+
Enabled = True
2443+
Name = LabelInputName28
2444+
Anchor = Left, Top
2445+
ToolTip = None
2446+
Text = InputName
2447+
HAlignment = right
2448+
VAlignment = middle
2449+
2450+
[ButtonInputKey28]
2451+
ControlType = BUTTON
2452+
Parent = CollectionBoxScrollingMappingBox
2453+
X = 330
2454+
Y = 330
2455+
Width = 95
2456+
Height = 20
2457+
Visible = True
2458+
Enabled = True
2459+
Name = ButtonInputKey28
2460+
Anchor = Left, Top
2461+
ToolTip = None
2462+
Text = [InputKey]
2463+
24042464
[CollectionBoxInputCapture]
24052465
ControlType = COLLECTIONBOX
24062466
Parent = root

Data/Base.rte/GUIs/SettingsPauseGUI.ini

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ Parent = CollectionBoxScrollingMappingClipBox
16111611
X = 0
16121612
Y = 0
16131613
Width = 440
1614-
Height = 331
1614+
Height = 369
16151615
Visible = True
16161616
Enabled = True
16171617
Name = CollectionBoxScrollingMappingBox
@@ -2401,6 +2401,66 @@ Anchor = Left, Top
24012401
ToolTip = None
24022402
Text = [InputKey]
24032403

2404+
[LabelInputName27]
2405+
ControlType = LABEL
2406+
Parent = CollectionBoxScrollingMappingBox
2407+
X = 5
2408+
Y = 330
2409+
Width = 110
2410+
Height = 20
2411+
Visible = True
2412+
Enabled = True
2413+
Name = LabelInputName27
2414+
Anchor = Left, Top
2415+
ToolTip = None
2416+
Text = InputName
2417+
HAlignment = right
2418+
VAlignment = middle
2419+
2420+
[ButtonInputKey27]
2421+
ControlType = BUTTON
2422+
Parent = CollectionBoxScrollingMappingBox
2423+
X = 120
2424+
Y = 330
2425+
Width = 95
2426+
Height = 20
2427+
Visible = True
2428+
Enabled = True
2429+
Name = ButtonInputKey27
2430+
Anchor = Left, Top
2431+
ToolTip = None
2432+
Text = [InputKey]
2433+
2434+
[LabelInputName28]
2435+
ControlType = LABEL
2436+
Parent = CollectionBoxScrollingMappingBox
2437+
X = 215
2438+
Y = 330
2439+
Width = 110
2440+
Height = 20
2441+
Visible = True
2442+
Enabled = True
2443+
Name = LabelInputName28
2444+
Anchor = Left, Top
2445+
ToolTip = None
2446+
Text = InputName
2447+
HAlignment = right
2448+
VAlignment = middle
2449+
2450+
[ButtonInputKey28]
2451+
ControlType = BUTTON
2452+
Parent = CollectionBoxScrollingMappingBox
2453+
X = 330
2454+
Y = 330
2455+
Width = 95
2456+
Height = 20
2457+
Visible = True
2458+
Enabled = True
2459+
Name = ButtonInputKey28
2460+
Anchor = Left, Top
2461+
ToolTip = None
2462+
Text = [InputKey]
2463+
24042464
[CollectionBoxInputCapture]
24052465
ControlType = COLLECTIONBOX
24062466
Parent = root

0 commit comments

Comments
 (0)