Add more tutorials

This commit is contained in:
tobspr 2020-10-08 19:01:12 +02:00
parent 93d6c7e532
commit deab844d04
10 changed files with 90 additions and 9 deletions

View file

@ -132,3 +132,8 @@ if (G_IS_DEV && globalConfig.debug.renderForTrailer) {
if (globalConfig.debug.fastGameEnter) {
globalConfig.debug.noArtificialDelays = true;
}
if (G_IS_DEV && globalConfig.debug.noArtificialDelays) {
globalConfig.warmupTimeSecondsFast = 0;
globalConfig.warmupTimeSecondsRegular = 0;
}