From f7a3eafe1f78184aedaedb9f1acb4f494f9f48c6 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 18 Oct 2019 23:18:02 +0300 Subject: [PATCH] 1.11.1 --- index.css | 9 -- index.html | 12 +-- main.js | 10 +- modules/save-and-load.js | 171 ++++++++++++++++++++------------- modules/ui/3dpreview.js | 116 +++++++--------------- modules/ui/3dutils.js | 150 ----------------------------- modules/ui/editors.js | 16 +-- modules/ui/general.js | 14 +-- modules/ui/heightmap-editor.js | 131 +++++++++---------------- modules/ui/layers.js | 12 +-- modules/ui/options.js | 4 +- modules/ui/provinces-editor.js | 4 +- modules/ui/states-editor.js | 4 +- modules/ui/zones-editor.js | 4 +- 14 files changed, 212 insertions(+), 445 deletions(-) delete mode 100644 modules/ui/3dutils.js diff --git a/index.css b/index.css index b4bfcf69..70b5ea17 100644 --- a/index.css +++ b/index.css @@ -2011,15 +2011,6 @@ svg.button { stroke-width: 1.4; } -#_3dpreview { -} - -#_3dpreviewEditor { - overflow-y: initial; - overflow-x: initial; - padding: 0px; -} - #legend { cursor: move; -moz-user-select: none; diff --git a/index.html b/index.html index 433af0b6..0a381905 100644 --- a/index.html +++ b/index.html @@ -1838,7 +1838,7 @@ - +
@@ -2587,12 +2587,7 @@
- - +