From b32ae43464b2f36b35a7ed9a574b1c3638637683 Mon Sep 17 00:00:00 2001 From: Exund Date: Mon, 21 Sep 2020 18:15:30 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20180=C2=B0=20rotater=20not=20renamed=20eve?= =?UTF-8?q?rywhere=20(#675)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed atlas and buildingSpeed * Revert atlas.json changes --- res_raw/atlas.tps | 4 ++-- .../{rotater-fl.png => rotater-rotate180.png} | Bin src/js/core/config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename res_raw/sprites/blueprints/{rotater-fl.png => rotater-rotate180.png} (100%) diff --git a/res_raw/atlas.tps b/res_raw/atlas.tps index 5dcc997b..dd5daf24 100644 --- a/res_raw/atlas.tps +++ b/res_raw/atlas.tps @@ -269,7 +269,7 @@ sprites/blueprints/miner.png sprites/blueprints/reader.png sprites/blueprints/rotater-ccw.png - sprites/blueprints/rotater-fl.png + sprites/blueprints/rotater-rotate180.png sprites/blueprints/rotater.png sprites/blueprints/splitter-compact-inverse.png sprites/blueprints/splitter-compact-merge-inverse.png @@ -300,7 +300,7 @@ sprites/buildings/miner-chainable.png sprites/buildings/reader.png sprites/buildings/rotater-ccw.png - sprites/buildings/rotater-fl.png + sprites/buildings/rotater-rotate180.png sprites/buildings/splitter-compact-inverse.png sprites/buildings/splitter-compact-merge-inverse.png sprites/buildings/splitter-compact-merge.png diff --git a/res_raw/sprites/blueprints/rotater-fl.png b/res_raw/sprites/blueprints/rotater-rotate180.png similarity index 100% rename from res_raw/sprites/blueprints/rotater-fl.png rename to res_raw/sprites/blueprints/rotater-rotate180.png diff --git a/src/js/core/config.js b/src/js/core/config.js index d8adb31c..b15fb672 100644 --- a/src/js/core/config.js +++ b/src/js/core/config.js @@ -68,7 +68,7 @@ export const globalConfig = { cutterQuad: 1 / 4, rotater: 1 / 1, rotaterCCW: 1 / 1, - rotaterFL: 1 / 1, + rotater180: 1 / 1, painter: 1 / 6, painterDouble: 1 / 8, painterQuad: 1 / 8,