Merge pull request #18 from danielyxie/dev

Small UI improvement
This commit is contained in:
danielyxie 2017-05-21 19:39:48 -04:00 committed by GitHub
commit 6abfebdbe3
2 changed files with 2 additions and 2 deletions

@ -11,7 +11,7 @@
height: 400px; /* Full height */
padding: 10px;
border: 5px solid #FFFFFF;
width: 25%;
width: 20%;
overflow: auto; /* Enable scroll if needed */
background-color: #444; /* Fallback color */
color: white;

@ -609,7 +609,7 @@ function iTutorialPrevStep() {
function iTutorialEnd() {
//Re-enable auto save
Engine.Counters.autoSaveCounter = 1;
Engine.Counters.autoSaveCounter = 300;
console.log("Ending interactive tutorial");
Engine.init();
currITutorialStep = iTutorialSteps.End;