Big commit
This commit is contained in:
3
js/l3d/apps/prototype/Coin.js
vendored
3
js/l3d/apps/prototype/Coin.js
vendored
@@ -156,6 +156,9 @@ Coin.prototype.get = function() {
|
||||
|
||||
Coin.sounds[(Coin.total ++) - 1].play();
|
||||
if (Coin.total === 9) {
|
||||
if (typeof Coin.onLastCoin === 'function') {
|
||||
Coin.onLastCoin();
|
||||
}
|
||||
// You got the last coin
|
||||
var music = document.getElementById('music');
|
||||
if (music !== null) {
|
||||
|
||||
@@ -111,7 +111,7 @@ var TutorialSteps = function(tutoCamera, scene, coins, onWindowResize, container
|
||||
justclick:false
|
||||
},
|
||||
{
|
||||
text: "Congratulations ! You've successfully finished the tutorial !",
|
||||
text: "Congratulations ! You've successfully finished the tutorial ! <a href=\"/prototype/empty\">Click here</a> to start.",
|
||||
justclick: false
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user