Add per player mutes

This commit is contained in:
Gustas
2022-08-10 12:58:59 +03:00
committed by teinarss
parent 81da717f19
commit ce254f8b46
12 changed files with 193 additions and 3 deletions

View File

@@ -265,6 +265,22 @@ checkbox-highlighted-disabled:
checkbox-highlighted-pressed:
Inherits: button-highlighted-pressed
checkbox-toggle:
checkbox-toggle-hover:
Inherits: checkbox
checkbox-toggle-pressed:
Inherits: checkbox-pressed
checkbox-toggle-highlighted:
checkbox-toggle-highlighted-hover:
Inherits: checkbox-highlighted
checkbox-toggle-highlighted-pressed:
Inherits: checkbox-highlighted-pressed
#
# Panels
# ===
@@ -418,6 +434,17 @@ checkmark-cross:
checkmark-highlighted-cross:
Inherits: checkmark-cross
checkmark-mute:
Inherits: ^Chrome
Regions:
unchecked: 989, 34, 16, 16
unchecked-pressed: 1006, 34, 16, 16
checked: 1006, 34, 16, 16
checked-pressed: 989, 34, 16, 16
checkmark-highlighted-mute:
Inherits: checkmark-mute
flags:
Inherits: ^Chrome
Regions:

View File

@@ -125,6 +125,13 @@ Container@SKIRMISH_STATS:
Width: 60
Height: 25
Shadow: True
Checkbox@MUTE:
X: 457
Width: 25
Height: 25
Checkmark: mute
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
Container@SPECTATOR_TEMPLATE:
Width: PARENT_RIGHT - 27
Height: 25
@@ -148,6 +155,13 @@ Container@SKIRMISH_STATS:
Width: 191
Height: 25
Shadow: True
Checkbox@MUTE:
X: 457
Width: 25
Height: 25
Checkmark: mute
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
Button@KICK:
X: 485
Width: 25