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:
DArcy Rush
2015-10-16 20:37:08 +01:00
committed by DArcy Rush
parent 70de26557b
commit 8eb34f3cfa
8 changed files with 95 additions and 28 deletions

View File

@@ -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

View File

@@ -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