Azgaar / Fantasy-Map-Generator

Web application generating interactive and highly customizable maps

Home Page:https://azgaar.github.io/Fantasy-Map-Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heightmap template editor does not show random seed

LiftedStarfish opened this issue · comments

Describe the bug

If I generate a map from a random seed within the heightmap template editor, nowhere is it shown what seed is used, and I am unable to use it for further generation.

Steps to reproduce

  1. Click on the 'heightmap' dropbox under Options.
  2. Click on 'Edit Templates'
  3. Select a template (create a custom template)
  4. Leave the 'Seed' field empty and then execute the template.
  5. Nowhere will you be able to find the seed that was used to generate the map.

Expected behavior

I would have expected the map that this generates to come with a seed

Screenshots

Before Generating a new map with the heightmap template editor:
before_new_map

After Generating a new map with the heightmap template editor:
after_new_map

System

  • Version: 1.88.01
  • Browser: Brave Browser
  • OS: Linux 5.15.78-1-MANJARO (64-bit)

Hello. It looks seed UI is broken, need to investigate what is the problem

Think it is never set back to the field,

function executeTemplate() {

Implemented