mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
merge module ui
This commit is contained in:
parent
8875f5d10a
commit
112e78f40a
14 changed files with 579 additions and 717 deletions
|
|
@ -45,7 +45,6 @@ function overviewMarkers() {
|
|||
if (el.classList.contains("icon-pin")) return pinMarker(el, i);
|
||||
if (el.classList.contains("locks")) return toggleLockStatus(el, i);
|
||||
if (el.classList.contains("icon-trash-empty")) return triggerRemove(i);
|
||||
// TODO: hidden attribute
|
||||
}
|
||||
|
||||
function addLines() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue