From edda7ef5717bbe78243bf95229efad87635dab14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Montero=20Lamas?= Date: Wed, 21 Aug 2024 21:16:40 +0200 Subject: [PATCH] EvolvedExperiment checks Thanks to EvolvedExperiment. - New interface - New checks - Include/exclude. --- Fantasy-Map-Generator-Av7.diff | 223 +++++++++++++++++++++++++++++++++ index.css | 22 ++++ index.html | 79 ++++++++---- modules/ui/burgs-overview.js | 58 +++++---- 4 files changed, 330 insertions(+), 52 deletions(-) create mode 100644 Fantasy-Map-Generator-Av7.diff diff --git a/Fantasy-Map-Generator-Av7.diff b/Fantasy-Map-Generator-Av7.diff new file mode 100644 index 00000000..61028693 --- /dev/null +++ b/Fantasy-Map-Generator-Av7.diff @@ -0,0 +1,223 @@ +diff --git a/index.css b/index.css +index 555b650..7c41e87 100644 +--- a/index.css ++++ b/index.css +@@ -2286,6 +2286,28 @@ svg.button { + align-items: center; + } + ++.bmaCheck { ++ display: inline-flex; ++ width: 160px; ++ padding-top: 8px; ++} ++ ++.bmaInclude, .bmaExclude { ++ display: inline-flex; ++ width: 45px; ++} ++ ++.bmaStates, .bmaCultures, .bmaPopulation { ++ display: inline-flex; ++ width: 160px; ++ padding-top: 8px; ++} ++ ++.bmaSelect, .bmaNumber { ++ width: 80px; ++} ++ ++ + #errorBox { + font-size: 0.9em; + font-family: var(--monospace); +diff --git a/index.html b/index.html +index ae434d4..f5cb503 100644 +--- a/index.html ++++ b/index.html +@@ -5508,58 +5508,83 @@ + +