1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Improve simplified belt, show hints everywheer

This commit is contained in:
tobspr
2020-09-19 12:21:32 +02:00
parent ed206363f2
commit 2075f4d011
18 changed files with 831 additions and 819 deletions

View File

@@ -84,8 +84,8 @@ export const globalConfig = {
// Global game speed
gameSpeed: 1,
warmupTimeSecondsFast: 0.1,
warmupTimeSecondsRegular: 1,
warmupTimeSecondsFast: 0.5,
warmupTimeSecondsRegular: 3,
smoothing: {
smoothMainCanvas: smoothCanvas && true,
@@ -132,5 +132,5 @@ if (G_IS_DEV && globalConfig.debug.renderForTrailer) {
}
if (globalConfig.debug.fastGameEnter) {
globalConfig.debug.noArtificalDelays = true;
globalConfig.debug.noArtificialDelays = true;
}