Implement player stance colors
Adds an option to display actors on radar and support weapon timers in colors denoting the diplomatic stance toward the player.
This commit is contained in:
committed by
Oliver Brakmann
parent
ce8b03a276
commit
eb795909da
@@ -158,13 +158,13 @@ Background@SETTINGS_PANEL:
|
||||
Y: 157
|
||||
Height: 25
|
||||
Text: FPS
|
||||
Checkbox@TEAM_HEALTH_COLORS_CHECKBOX:
|
||||
Checkbox@PLAYER_STANCE_COLORS_CHECKBOX:
|
||||
X: 310
|
||||
Y: 195
|
||||
Width: 200
|
||||
Height: 20
|
||||
Font: Regular
|
||||
Text: Team Health Colors
|
||||
Text: Player Stance Colors
|
||||
Checkbox@SHOW_SHELLMAP:
|
||||
X: 15
|
||||
Y: 195
|
||||
|
||||
@@ -43,3 +43,7 @@ Metrics:
|
||||
IncompatibleGameStartedColor: D2691E
|
||||
GlobalChatTextColor: FFFFFF
|
||||
GlobalChatNotificationColor: D3D3D3
|
||||
PlayerStanceColorSelf: 32CD32
|
||||
PlayerStanceColorAllies: FFFF00
|
||||
PlayerStanceColorEnemies: FF0000
|
||||
PlayerStanceColorNeutrals: D2B48C
|
||||
|
||||
Reference in New Issue
Block a user