Skip to content

Commit

Permalink
lil bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hugeen committed Feb 29, 2012
1 parent 8622407 commit 5f9d1a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/_monsters.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
y : 20
};
this.animate("walk", 0, 0, 3);
this.animate("walk", 38, 1);
this.animate("walk", 38, -1);

}
});
Expand All @@ -34,7 +34,7 @@
};
this.animate("throwPie", 4, 0, 7);
this.animate("walk", 0, 0, 3);
this.animate("walk", 38, 1);
this.animate("walk", 38, -1);
}
});

Expand Down
1 change: 1 addition & 0 deletions js/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
// Manage sound volume
if(!storage.sound.get()) {
DTD.music.volume = 0;
Crafty.audio.settings("music_ekeynox", {muted: true});
$("#sound").css("background-image", "url(img/sound-speaker-off.png)");
}

Expand Down

0 comments on commit 5f9d1a1

Please sign in to comment.