mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.5.67 - sliders replaced by number inputs
This commit is contained in:
parent
a5395fca78
commit
c3173217d8
2 changed files with 6 additions and 20 deletions
|
|
@ -625,20 +625,9 @@ styleArmiesSize.addEventListener("input", function() {
|
|||
});
|
||||
});
|
||||
|
||||
styleEmblemsStateSizeInput.addEventListener("input", function() {
|
||||
styleEmblemsStateSizeOutput.value = this.value;
|
||||
drawEmblems();
|
||||
});
|
||||
|
||||
styleEmblemsProvinceSizeInput.addEventListener("input", function() {
|
||||
styleEmblemsProvinceSizeOutput.value = this.value;
|
||||
drawEmblems();
|
||||
});
|
||||
|
||||
styleEmblemsBurgSizeInput.addEventListener("input", function() {
|
||||
styleEmblemsBurgSizeOutput.value = this.value;
|
||||
drawEmblems();
|
||||
});
|
||||
styleEmblemsStateSizeInput.addEventListener("input", drawEmblems);
|
||||
styleEmblemsProvinceSizeInput.addEventListener("input", drawEmblems);
|
||||
styleEmblemsBurgSizeInput.addEventListener("input", drawEmblems);
|
||||
|
||||
// request a URL to image to be used as a texture
|
||||
function textureProvideURL() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue