Corrected Thierry's bug

This commit is contained in:
Thomas FORGIONE 2015-05-11 14:42:50 +02:00
parent fce7adb495
commit c2dd1517e5
1 changed files with 8 additions and 6 deletions

View File

@ -35,6 +35,7 @@ Coin.prototype.update = function() {
}
Coin.prototype.get = function() {
if (!this.got) {
this.got = true;
this.mesh.visible = false;
Coin.total ++;
@ -42,6 +43,7 @@ Coin.prototype.get = function() {
sound.play();
console.log(sound)
}
}
Coin.total = 0;
Coin.BASIC_MESH = null;