mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
burgs placement change + resource style
This commit is contained in:
parent
1e227642c8
commit
84965cf0ca
5 changed files with 111 additions and 97 deletions
|
|
@ -727,6 +727,12 @@ styleResourcesCircle.addEventListener("change", function () {
|
|||
drawResources();
|
||||
});
|
||||
|
||||
styleResourcesCircle.addEventListener('change', function () {
|
||||
goods.attr('data-circle', +this.checked);
|
||||
goods.selectAll('*').remove();
|
||||
drawResources();
|
||||
});
|
||||
|
||||
// request a URL to image to be used as a texture
|
||||
function textureProvideURL() {
|
||||
alertMessage.innerHTML = /* html */ `Provide an image URL to be used as a texture:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue