mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
config generate markers dialog
This commit is contained in:
parent
60057c52ed
commit
0c0e37d69b
4 changed files with 80 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ window.Markers = (function () {
|
|||
{type: "pirates", icon: "🏴☠️", multiplier: 1, fn: addPirates},
|
||||
{type: "statues", icon: "🗿", multiplier: 1, fn: addStatues},
|
||||
{type: "ruines", icon: "🏺", multiplier: 1, fn: addRuines},
|
||||
{type: "portals", icon: "🌀", multiplier: isFantasy, fn: addPortals}
|
||||
{type: "portals", icon: "🌀", multiplier: +isFantasy, fn: addPortals}
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue