diff --git a/.gitattributes b/.gitattributes index ca79e4cac68..8d22237abb9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13546,8 +13546,11 @@ 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/add_counter.wav -text res/sound/artifact.wav -text +res/sound/artifact_creature.wav -text res/sound/black_land.wav -text +res/sound/block.wav -text res/sound/blue_land.wav -text res/sound/draw.wav -text res/sound/equip.wav -text @@ -13559,6 +13562,7 @@ res/sound/sorcery.wav -text res/sound/tap.wav -text res/sound/untap.wav -text res/sound/white_land.wav -text +res/sound/win_duel.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/add_counter.wav b/res/sound/add_counter.wav new file mode 100644 index 00000000000..8aa817625d9 Binary files /dev/null and b/res/sound/add_counter.wav differ diff --git a/res/sound/artifact_creature.wav b/res/sound/artifact_creature.wav new file mode 100644 index 00000000000..7c43257a9f4 Binary files /dev/null and b/res/sound/artifact_creature.wav differ diff --git a/res/sound/block.wav b/res/sound/block.wav new file mode 100644 index 00000000000..f8237d7dc9b Binary files /dev/null and b/res/sound/block.wav differ diff --git a/res/sound/win_duel.wav b/res/sound/win_duel.wav new file mode 100644 index 00000000000..66e8630f656 Binary files /dev/null and b/res/sound/win_duel.wav differ