Corrected Thierry's bug
This commit is contained in:
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user