- Sound System: Enabling sounds by default, adding the currently available free sounds to the SVN.

This commit is contained in:
Agetian
2012-12-07 03:55:01 +00:00
parent a82bf31519
commit 4c91f74964
13 changed files with 12 additions and 1 deletions

11
.gitattributes vendored
View File

@@ -12608,6 +12608,17 @@ res/skins/the_simpsons/bg_texture.jpg -text
res/skins/the_simpsons/font1.ttf -text
res/skins/the_simpsons/sprite_avatars.png -text
res/skins/the_simpsons/sprite_icons.png -text
res/sound/artifact.wav -text
res/sound/black_land.wav -text
res/sound/blue_land.wav -text
res/sound/draw.wav -text
res/sound/equip.wav -text
res/sound/green_land.wav -text
res/sound/lose_duel.wav -text
res/sound/poison.wav -text
res/sound/shuffle.wav -text
res/sound/tap.wav -text
res/sound/untap.wav -text
res/token-images.txt -text
src/main/config/Forge.icns -text
src/main/config/backgroundImage.jpg -text svneol=unset#image/jpeg

BIN
res/sound/artifact.wav Normal file

Binary file not shown.

BIN
res/sound/black_land.wav Normal file

Binary file not shown.

BIN
res/sound/blue_land.wav Normal file

Binary file not shown.

BIN
res/sound/draw.wav Normal file

Binary file not shown.

BIN
res/sound/equip.wav Normal file

Binary file not shown.

BIN
res/sound/green_land.wav Normal file

Binary file not shown.

BIN
res/sound/lose_duel.wav Normal file

Binary file not shown.

BIN
res/sound/poison.wav Normal file

Binary file not shown.

BIN
res/sound/shuffle.wav Normal file

Binary file not shown.

BIN
res/sound/tap.wav Normal file

Binary file not shown.

BIN
res/sound/untap.wav Normal file

Binary file not shown.

View File

@@ -71,7 +71,7 @@ public class ForgePreferences {
UI_SKIN ("default"), /** */
UI_PREFERRED_AVATARS_ONLY ("false"), /** */
UI_TARGETING_OVERLAY ("false"), /** */
UI_ENABLE_SOUNDS ("false"), /** */
UI_ENABLE_SOUNDS ("true"), /** */
SUBMENU_CURRENTMENU (EMenuItem.CONSTRUCTED.toString()), /** */
SUBMENU_SANCTIONED ("false"), /** */