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

Add wires tutorial

This commit is contained in:
tobspr
2020-10-08 19:40:58 +02:00
parent deab844d04
commit 1025bede1f
7 changed files with 105 additions and 47 deletions

View File

@@ -676,6 +676,10 @@ export class ApplicationSettings extends ReadWriteProxy {
if (data.version < 30) {
data.settings.mapResourcesScale = 0.5;
// Re-enable hints as well
data.settings.offerHints = true;
data.version = 30;
}