diff --git a/.gitattributes b/.gitattributes index 210b8ad4c96..ab2d0b845c5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/sound/artifact.wav b/res/sound/artifact.wav new file mode 100644 index 00000000000..8ba75a02cf5 Binary files /dev/null and b/res/sound/artifact.wav differ diff --git a/res/sound/black_land.wav b/res/sound/black_land.wav new file mode 100644 index 00000000000..6b641ed2139 Binary files /dev/null and b/res/sound/black_land.wav differ diff --git a/res/sound/blue_land.wav b/res/sound/blue_land.wav new file mode 100644 index 00000000000..eb815148e12 Binary files /dev/null and b/res/sound/blue_land.wav differ diff --git a/res/sound/draw.wav b/res/sound/draw.wav new file mode 100644 index 00000000000..f3c64fbc33b Binary files /dev/null and b/res/sound/draw.wav differ diff --git a/res/sound/equip.wav b/res/sound/equip.wav new file mode 100644 index 00000000000..2b0ec8c6f98 Binary files /dev/null and b/res/sound/equip.wav differ diff --git a/res/sound/green_land.wav b/res/sound/green_land.wav new file mode 100644 index 00000000000..124b57c5dbc Binary files /dev/null and b/res/sound/green_land.wav differ diff --git a/res/sound/lose_duel.wav b/res/sound/lose_duel.wav new file mode 100644 index 00000000000..23c0e540ac1 Binary files /dev/null and b/res/sound/lose_duel.wav differ diff --git a/res/sound/poison.wav b/res/sound/poison.wav new file mode 100644 index 00000000000..73d45a2f95c Binary files /dev/null and b/res/sound/poison.wav differ diff --git a/res/sound/shuffle.wav b/res/sound/shuffle.wav new file mode 100644 index 00000000000..99eff4e74b0 Binary files /dev/null and b/res/sound/shuffle.wav differ diff --git a/res/sound/tap.wav b/res/sound/tap.wav new file mode 100644 index 00000000000..3187956d218 Binary files /dev/null and b/res/sound/tap.wav differ diff --git a/res/sound/untap.wav b/res/sound/untap.wav new file mode 100644 index 00000000000..7e0d3f45148 Binary files /dev/null and b/res/sound/untap.wav differ diff --git a/src/main/java/forge/properties/ForgePreferences.java b/src/main/java/forge/properties/ForgePreferences.java index 1f89540f29b..83b9053361f 100644 --- a/src/main/java/forge/properties/ForgePreferences.java +++ b/src/main/java/forge/properties/ForgePreferences.java @@ -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"), /** */