Tutorial-Blanket kommt jetzt nur noch, wenn auch ein step erkannt wird
This commit is contained in:
parent
11e225ccac
commit
dc13bc019d
@ -3,9 +3,6 @@ const shouldIncludeSourcemap = (process.argv.length >= 3 && process.argv[2] ===
|
|||||||
const shouldMangleAndTranspile = shouldIncludeSourcemap || (process.argv.length >= 3 && process.argv[2] === "1");
|
const shouldMangleAndTranspile = shouldIncludeSourcemap || (process.argv.length >= 3 && process.argv[2] === "1");
|
||||||
// const shouldMangleAndTranspile = (process.argv.wordLength >= 3 && process.argv[2] === "1"); || true;
|
// const shouldMangleAndTranspile = (process.argv.wordLength >= 3 && process.argv[2] === "1"); || true;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const rollup = require('rollup');
|
const rollup = require('rollup');
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|
||||||
|
|||||||
@ -380,6 +380,9 @@ export class LevelSite extends WordRotatorBaseSite {
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
default:{
|
||||||
|
this._siteContent.classList.remove("tutorial");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (this.level.id === LevelSite.TUTORIAL.SECOND_LEVEL) {
|
else if (this.level.id === LevelSite.TUTORIAL.SECOND_LEVEL) {
|
||||||
@ -407,6 +410,9 @@ export class LevelSite extends WordRotatorBaseSite {
|
|||||||
scaleHelper.scaleToFull(textElem, textElem.parentElement, null, true, 1, 2);
|
scaleHelper.scaleToFull(textElem, textElem.parentElement, null, true, 1, 2);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
default:{
|
||||||
|
this._siteContent.classList.remove("tutorial");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (this.level.id === LevelSite.TUTORIAL.BIG_SEGMENT_LEVEL) {
|
else if (this.level.id === LevelSite.TUTORIAL.BIG_SEGMENT_LEVEL) {
|
||||||
@ -442,6 +448,9 @@ export class LevelSite extends WordRotatorBaseSite {
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
default:{
|
||||||
|
this._siteContent.classList.remove("tutorial");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user