Add mute option to the game

This commit is contained in:
DArcy Rush
2015-11-14 22:36:41 +00:00
parent 3474da0ecc
commit 67f88e368f
12 changed files with 106 additions and 4 deletions

View File

@@ -31,6 +31,12 @@ Container@LOBBY_MUSIC_BIN:
Width: 308
Height: PARENT_BOTTOM
Children:
Label@MUTE_LABEL:
X: 25
Y: 10
Width: 300
Height: 20
Font: Small
Label@TITLE_LABEL:
Y: 45
Width: PARENT_RIGHT

View File

@@ -176,6 +176,12 @@ Container@MUSIC_PANEL:
Width: 140
Height: 35
Text: Install Music
Label@MUTE_LABEL:
X: 165
Y: 399
Width: 300
Height: 20
Font: Small
Container@INSTALL_MUSIC_PANEL:
Logic: InstallMusicLogic

View File

@@ -269,6 +269,13 @@ Container@SETTINGS_PANEL:
Height: 20
Font: Regular
Text: Cash Ticks
Checkbox@MUTE_SOUND:
X: 15
Y: 70
Width: 200
Height: 20
Font: Regular
Text: Mute Sound
Label@MUSIC_LABEL:
X: PARENT_RIGHT - WIDTH - 270
Y: 67

View File

@@ -31,6 +31,12 @@ Container@LOBBY_MUSIC_BIN:
Width: 268
Height: PARENT_BOTTOM
Children:
Label@MUTE_LABEL:
X: 25
Y: 10
Width: 300
Height: 20
Font: Small
Label@TITLE_LABEL:
Y: 45
Width: PARENT_RIGHT

View File

@@ -165,6 +165,12 @@ Background@MUSIC_PANEL:
Text: Close
Font: Bold
Key: escape
Label@MUTE_LABEL:
X: 25
Y: PARENT_BOTTOM - 45
Width: 300
Height: 20
Font: Small
Background@INSTALL_MUSIC_PANEL:
Logic: InstallMusicLogic

View File

@@ -277,6 +277,13 @@ Background@SETTINGS_PANEL:
Height: 20
Font: Regular
Text: Cash Ticks
Checkbox@MUTE_SOUND:
X: 15
Y: 70
Width: 200
Height: 20
Font: Regular
Text: Mute Sound
Label@MUSIC_LABEL:
X: PARENT_RIGHT - WIDTH - 270
Y: 67