diff options
| author | diogo464 <[email protected]> | 2024-10-06 10:44:22 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-10-06 10:44:22 +0100 |
| commit | 048b7fc65245061100f40d2ddf40467eec02fabd (patch) | |
| tree | ce7bd34d484dfa4ac617c692f2c9593abf74ed47 /content/editor.html | |
| parent | b813dda8225ccca4a000c390683a1136aaabed17 (diff) | |
added slider for shape vertex radius
Diffstat (limited to 'content/editor.html')
| -rw-r--r-- | content/editor.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/editor.html b/content/editor.html index 1bb4588..467c789 100644 --- a/content/editor.html +++ b/content/editor.html | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | <button id="shape-kind-unburned" type="button">Shape Unburned</button> | 19 | <button id="shape-kind-unburned" type="button">Shape Unburned</button> |
| 20 | <button id="shape-kind-burned" type="button">Shape Burned</button> | 20 | <button id="shape-kind-burned" type="button">Shape Burned</button> |
| 21 | <button id="shapes-update" type="button">Update Shapes</button> | 21 | <button id="shapes-update" type="button">Update Shapes</button> |
| 22 | <input type="range" min="1" max="50" value="15" class="slider" id="shape-vertex-radius"> | ||
| 22 | </div> | 23 | </div> |
| 23 | <div id="map"></div> | 24 | <div id="map"></div> |
| 24 | </div> | 25 | </div> |
| @@ -66,7 +67,7 @@ | |||
| 66 | </style> | 67 | </style> |
| 67 | 68 | ||
| 68 | <script> | 69 | <script> |
| 69 | window.addEventListener("load", () => page_shape__main()) | 70 | window.addEventListener("load", () => page_editor__main()) |
| 70 | </script> | 71 | </script> |
| 71 | 72 | ||
| 72 | </html> | 73 | </html> |
