Improved tutorial
This commit is contained in:
@@ -111,7 +111,7 @@ var TutorialSteps = function(tutoCamera, scene, coins, onWindowResize, container
|
||||
justclick:false
|
||||
},
|
||||
{
|
||||
text: "Congratulations ! You've successfully finished the tutorial ! <a href=\"/prototype/empty\">Click here</a> to start.",
|
||||
text: "Congratulations ! You've successfully finished the tutorial ! Click on the green button to continue !",
|
||||
justclick: false
|
||||
}
|
||||
];
|
||||
|
||||
7
js/l3d/apps/prototype/tutorial/main.js
vendored
7
js/l3d/apps/prototype/tutorial/main.js
vendored
@@ -62,6 +62,13 @@ function main() {
|
||||
// Log fps
|
||||
setInterval(function() {logfps(stats.getFps());}, 500);
|
||||
|
||||
Coin.onLastCoin = function() {
|
||||
$('#next').click(function() {
|
||||
window.location = '/before-begin';
|
||||
});
|
||||
$('#next').show();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
function initThreeElements() {
|
||||
|
||||
Reference in New Issue
Block a user