Skip to content

Commit 39f2cc6

Browse files
author
Azgaar
committed
v1.5.89 - supporters update
1 parent 1ca77af commit 39f2cc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

main.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,7 @@ function showWelcomeMessage() {
349349
<ul>${post}
350350
<li>River overview and River editor rework</li>
351351
<li>River generation code refactored and optimized</li>
352-
<li></li>
353-
<li>Rivers discharge (flux) properly calculated </li>
352+
<li>Rivers discharge (flux) and mouth width calculated</li>
354353
<li>Lake editor rework</li>
355354
<li>Lake type defined dynamically based on evaporation and river system</li>
356355
<li>Lake flux, inlets and outlet tracked properly</li>
@@ -365,7 +364,7 @@ function showWelcomeMessage() {
365364
$("#alert").dialog(
366365
{resizable: false, title: "Fantasy Map Generator update", width: "28em",
367366
buttons: {OK: function() {$(this).dialog("close")}},
368-
position: {my: "center center-80", at: "center", of: "svg"},
367+
position: {my: "center center-4em", at: "center", of: "svg"},
369368
close: () => localStorage.setItem("version", version)}
370369
);
371370
}

modules/ui/options.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ function showSupporters() {
8989
ThatGuyGW,Dee Chiu,MontyBoosh,Achillain,Jaden,SashaTK,Steve Johnson,Pierrick Bertrand,Jared Kennedy,Dylan Devenny,Kyle Robertson,Andrew Rostaing,Daniel Gill,
9090
Char,Jack,Barna Csíkos,Ian Rousseau,Nicholas Grabstas,Tom Van Orden jr,Bryan Brake,Akylos,Riley Seaman,MaxOliver,Evan-DiLeo,Alex Debus,Joshua Vaught,
9191
Kyle S,Eric Moore,Dean Dunakin,Uniquenameosaurus,WarWizardGames,Chance Mena,Jan Ka,Miguel Alejandro,Dalton Clark,Simon Drapeau,Radovan Zapletal,Jmmat6,
92-
Justa Badge,Blargh Blarghmoomoo,Vanessa Anjos,Grant A. Murray,Akirsop,Rikard Wolff,Jake Fish,teco 47,Antiroo,Jakob Siegel,Guilherme Aguiar,Jarno Hallikainen`;
92+
Justa Badge,Blargh Blarghmoomoo,Vanessa Anjos,Grant A. Murray,Akirsop,Rikard Wolff,Jake Fish,teco 47,Antiroo,Jakob Siegel,Guilherme Aguiar,Jarno Hallikainen,
93+
Justin Mcclain,Kristin Chernoff,Rowland Kingman,Esther Busch,Grayson McClead,Austin,Hakon the Viking`;
9394

9495
const array = supporters.replace(/(?:\r\n|\r|\n)/g, "").split(",").map(v => capitalize(v.trim())).sort();
9596
alertMessage.innerHTML = "<ul style='column-count: 5; column-gap: 2em'>" + array.map(n => `<li>${n}</li>`).join("") + "</ul>";

0 commit comments

Comments
 (0)