From 2e0a74f34d60848a031740af6fa0ca1bfb0ac5d2 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 15 Aug 2023 17:36:25 +0400 Subject: [PATCH] feat: add reference to Armoria and Deorum --- index.html | 18 +++++++++++++++--- modules/ui/general.js | 12 +++++++++--- versioning.js | 2 +- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 7a1f782c..5e8a9909 100644 --- a/index.html +++ b/index.html @@ -2219,8 +2219,8 @@ open source - tool which procedurally generates fantasy maps. You may use auto-generated maps as they are, edit them or - even create a new map from scratch. Check out the + tool by Azgaar. You may use auto-generated maps as they are, edit them or even create a new map from + scratch. Check out the Quick start, Q&A, @@ -2297,6 +2297,18 @@ +
+

Check out our other projects:

+
+ • Armoria: a tool for creating heraldic + coats of arms +
+
+ • Deorum: a vast gallery of customizable fantasy + characters +
+
+ + +

Check out our other projects: +

+

`; $("#alert").dialog({ resizable: false, diff --git a/versioning.js b/versioning.js index 0772ba26..dd722c44 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.93.00"; // generator version, update each time +const version = "1.93.01"; // generator version, update each time { document.title += " v" + version;