diff options
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> |
