mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-06 10:31:33 -08:00
Add more tutorials
This commit is contained in:
parent
93d6c7e532
commit
deab844d04
10 changed files with 90 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue