Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 2f23f8c

Browse files
committed
Add GUI elements for unheld device pickup HUD visibility setting
1 parent c4a4d2a commit 2f23f8c

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

Base.rte/GUIs/SettingsGUI.ini

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3375,6 +3375,57 @@ Enabled = True
33753375
Name = TextboxCrabBombThreshold
33763376
Anchor = Left, Top
33773377

3378+
[LabelUnheldItemsHUDRange]
3379+
ControlType = LABEL
3380+
Parent = CollectionBoxGameplaySettings
3381+
X = 17
3382+
Y = 145
3383+
Width = 185
3384+
Height = 20
3385+
Visible = True
3386+
Enabled = True
3387+
Name = LabelUnheldItemsHUDRange
3388+
Anchor = Left, Top
3389+
ToolTip = None
3390+
Text = Unheld items pick-up HUD visibility:
3391+
HAlignment = left
3392+
VAlignment = middle
3393+
3394+
[SliderUnheldItemsHUDRange]
3395+
ControlType = SLIDER
3396+
Parent = CollectionBoxGameplaySettings
3397+
X = 203
3398+
Y = 145
3399+
Width = 135
3400+
Height = 20
3401+
Visible = True
3402+
Enabled = True
3403+
Name = SliderUnheldItemsHUDRange
3404+
Anchor = Left, Top
3405+
ToolTip = None
3406+
Value = 25
3407+
Minimum = 1
3408+
Maximum = 52
3409+
Orientation = Horizontal
3410+
TickDirection = BottomRight
3411+
ValueResolution = 5
3412+
3413+
[LabelUnheldItemsHUDRangeValue]
3414+
ControlType = LABEL
3415+
Parent = CollectionBoxGameplaySettings
3416+
X = 348
3417+
Y = 146
3418+
Width = 85
3419+
Height = 20
3420+
Visible = True
3421+
Enabled = True
3422+
Name = LabelUnheldItemsHUDRangeValue
3423+
Anchor = Left, Top
3424+
ToolTip = None
3425+
Text = 25 meters
3426+
HAlignment = left
3427+
VAlignment = middle
3428+
33783429
///////////////////////////////////////////////////////////////////////
33793430
// Misc Settings Menu
33803431

0 commit comments

Comments
 (0)