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

Commit 96fd385

Browse files
committed
Add GUI element for show enemy HUDs setting
1 parent 501020d commit 96fd385

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

Base.rte/GUIs/SettingsGUI.ini

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3293,12 +3293,26 @@ Anchor = Right, Bottom, Left
32933293
Checked = Checked
32943294
Text = Endless MetaGame mode
32953295

3296-
[CheckboxCrabBombs]
3296+
[CheckboxEnemyHUD]
32973297
ControlType = CHECKBOX
32983298
Parent = CollectionBoxGameplaySettings
32993299
X = 245
33003300
Y = 55
3301-
Width = 110
3301+
Width = 220
3302+
Height = 20
3303+
Visible = True
3304+
Enabled = True
3305+
Name = CheckboxEnemyHUD
3306+
Anchor = Right, Bottom, Left
3307+
Checked = Checked
3308+
Text = Show enemy Actor HUDs
3309+
3310+
[CheckboxCrabBombs]
3311+
ControlType = CHECKBOX
3312+
Parent = CollectionBoxGameplaySettings
3313+
X = 245
3314+
Y = 75
3315+
Width = 220
33023316
Height = 20
33033317
Visible = True
33043318
Enabled = True

0 commit comments

Comments
 (0)