added intro.json
This commit is contained in:
parent
3fdde47bc9
commit
30260e25ef
2 changed files with 3 additions and 2 deletions
1
js/intro.json
Normal file
1
js/intro.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue