From 5f5a67d4365772944691b269e7d4577d96b58ae8 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 1 Mar 2021 23:24:36 +0300 Subject: [PATCH] v1.5.86 - separate lakes object --- index.css | 5 +- index.html | 47 +++++++++++------ main.js | 28 +--------- modules/lakes.js | 89 ++++++++++++++++++++++++++++++++ modules/river-generator.js | 41 +-------------- modules/ui/general.js | 7 ++- modules/ui/heightmap-editor.js | 4 +- modules/ui/lakes-editor.js | 58 ++++++++++++--------- modules/ui/options.js | 1 - modules/ui/tools.js | 2 +- modules/ui/world-configurator.js | 2 +- 11 files changed, 175 insertions(+), 109 deletions(-) create mode 100644 modules/lakes.js diff --git a/index.css b/index.css index a2b37104..2bcda3b3 100644 --- a/index.css +++ b/index.css @@ -1441,7 +1441,10 @@ div.states > .coaIcon > use { #riverBody div.label, #riverBody input, -#riverBody select { +#riverBody select, +#lakeBody div.label, +#lakeBody input, +#lakeBody select { display: inline-block; width: 7em; } diff --git a/index.html b/index.html index 6c71ed56..050c5c91 100644 --- a/index.html +++ b/index.html @@ -1624,6 +1624,37 @@ + +