mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Sound System: Enabling sounds by default, adding the currently available free sounds to the SVN.
This commit is contained in:
11
.gitattributes
vendored
11
.gitattributes
vendored
@@ -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
BIN
res/sound/artifact.wav
Normal file
Binary file not shown.
BIN
res/sound/black_land.wav
Normal file
BIN
res/sound/black_land.wav
Normal file
Binary file not shown.
BIN
res/sound/blue_land.wav
Normal file
BIN
res/sound/blue_land.wav
Normal file
Binary file not shown.
BIN
res/sound/draw.wav
Normal file
BIN
res/sound/draw.wav
Normal file
Binary file not shown.
BIN
res/sound/equip.wav
Normal file
BIN
res/sound/equip.wav
Normal file
Binary file not shown.
BIN
res/sound/green_land.wav
Normal file
BIN
res/sound/green_land.wav
Normal file
Binary file not shown.
BIN
res/sound/lose_duel.wav
Normal file
BIN
res/sound/lose_duel.wav
Normal file
Binary file not shown.
BIN
res/sound/poison.wav
Normal file
BIN
res/sound/poison.wav
Normal file
Binary file not shown.
BIN
res/sound/shuffle.wav
Normal file
BIN
res/sound/shuffle.wav
Normal file
Binary file not shown.
BIN
res/sound/tap.wav
Normal file
BIN
res/sound/tap.wav
Normal file
Binary file not shown.
BIN
res/sound/untap.wav
Normal file
BIN
res/sound/untap.wav
Normal file
Binary file not shown.
@@ -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"), /** */
|
||||
|
||||
Reference in New Issue
Block a user