added intro.json

This commit is contained in:
lengstrom 2014-06-23 15:31:05 -04:00
parent 3fdde47bc9
commit 30260e25ef
2 changed files with 3 additions and 2 deletions

1
js/intro.json Normal file

File diff suppressed because one or more lines are too long

View file

@ -130,7 +130,7 @@ function init() {
$('#pauseBtn').hide();
var saveState = localStorage.getItem("saveState") || "{}";
saveState = JSONfn.parse(saveState);
document.getElementById("canvas").className = "";
document.getElementById("canvas").className = "";
history = {};
importedHistory = undefined;
importing = 0;
@ -345,4 +345,4 @@ function showHelp(){
}
showingHelp = !showingHelp;
}
}