mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
merge module uis
This commit is contained in:
parent
112e78f40a
commit
a6a8acbd1e
9 changed files with 331 additions and 377 deletions
|
|
@ -127,8 +127,6 @@ function editZones() {
|
|||
$("#zonesEditor").dialog({width: fitContent()});
|
||||
}
|
||||
|
||||
function filterZonesByType() {}
|
||||
|
||||
function zoneHighlightOn(event) {
|
||||
const zone = event.target.dataset.id;
|
||||
zones.select("#" + zone).style("outline", "1px solid red");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue