Replace 'Always show Healthbars' checkbox with dropdown
The player can now cycle between; -Standard: Health and Status bars display only on mouse hover. -Show On Damage: Health shows on damaged actors, Status always shows. -Always Show: Health and Status bars are always displayed.
This commit is contained in:
@@ -183,16 +183,20 @@ Container@SETTINGS_PANEL:
|
||||
Y: 6
|
||||
Width: PARENT_RIGHT-35
|
||||
Height: PARENT_BOTTOM-12
|
||||
Checkbox@ALWAYS_SHOW_STATUS_BARS_CHECKBOX:
|
||||
Label@STATUS_BARS:
|
||||
X: 310
|
||||
Y: 215
|
||||
Width: 200
|
||||
Height: 20
|
||||
Y: 255
|
||||
Text: Status Bars:
|
||||
DropDownButton@STATUS_BAR_DROPDOWN:
|
||||
X: 400
|
||||
Y: 245
|
||||
Width: 170
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Text: Always Show Status Bars
|
||||
Text: Standard
|
||||
Checkbox@DISPLAY_TARGET_LINES_CHECKBOX:
|
||||
X: 310
|
||||
Y: 245
|
||||
Y: 215
|
||||
Width: 200
|
||||
Height: 20
|
||||
Font: Regular
|
||||
|
||||
@@ -196,16 +196,20 @@ Background@SETTINGS_PANEL:
|
||||
Y: 6
|
||||
Width: PARENT_RIGHT-35
|
||||
Height: PARENT_BOTTOM-12
|
||||
Checkbox@ALWAYS_SHOW_STATUS_BARS_CHECKBOX:
|
||||
Label@STATUS_BARS:
|
||||
X: 310
|
||||
Y: 230
|
||||
Width: 200
|
||||
Height: 20
|
||||
Y: 275
|
||||
Text: Status Bars:
|
||||
DropDownButton@STATUS_BAR_DROPDOWN:
|
||||
X: 400
|
||||
Y: 265
|
||||
Width: 170
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Text: Always Show Status Bars
|
||||
Text: Standard
|
||||
Checkbox@DISPLAY_TARGET_LINES_CHECKBOX:
|
||||
X: 310
|
||||
Y: 265
|
||||
Y: 230
|
||||
Width: 200
|
||||
Height: 20
|
||||
Font: Regular
|
||||
|
||||
Reference in New Issue
Block a user