This commit is contained in:
Nicky Case 2018-04-25 14:47:34 -04:00
parent 4489359805
commit 0125fe9a55
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ subscribe("prepreload/done", function(){
window.requestAnimationFrame(update);
// Go to THE SPLASH
slideshow.gotoChapter("Preloader");
//slideshow.gotoChapter("Credits");
//$("#navigation").style.display = "block";
//slideshow.gotoChapter("Preloader");
slideshow.gotoChapter("Credits");
$("#navigation").style.display = "block";
});