This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change @@ -3375,6 +3375,57 @@ Enabled = True
3375
3375
Name = TextboxCrabBombThreshold
3376
3376
Anchor = Left, Top
3377
3377
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
+
3378
3429
///////////////////////////////////////////////////////////////////////
3379
3430
// Misc Settings Menu
3380
3431
You can’t perform that action at this time.
0 commit comments