Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
changing stone sound
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Oct 26, 2010
1 parent 6defedf commit b64d843
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/application.js
Expand Up @@ -130,7 +130,7 @@ function updateStones(color, move, backwards, multistep) {
$.each(move.match(/../g), function(index, position) {
if (index == 0) {
if (!backwards && !multistep) {
playSound("stone", 0.7);
playSound("stone2", 0.6);
}
$("#" + position).attr("class", (backwards ? "e" : color));
} else {
Expand Down
Binary file added public/sounds/stone2.mp3
Binary file not shown.
Binary file added public/sounds/stone2.ogg
Binary file not shown.

0 comments on commit b64d843

Please sign in to comment.