diff options
| author | diogo464 <[email protected]> | 2024-10-02 09:49:46 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-10-02 09:49:46 +0100 |
| commit | 4b096ed372253cc791be4c2404b900c8270acddc (patch) | |
| tree | 6bcfd0c5bc4fddd0f291f937270a6ac72ad5aec7 /content/shapes.html | |
| parent | d89fc43a15e639f8766a41c77b24cc281b501164 (diff) | |
improved ui
Diffstat (limited to 'content/shapes.html')
| -rw-r--r-- | content/shapes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shapes.html b/content/shapes.html index ce8b02d..1bb4588 100644 --- a/content/shapes.html +++ b/content/shapes.html | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | <div id="sidepanel"> | 15 | <div id="sidepanel"> |
| 16 | <button id="shape-create" type="button">Create shape</button> | 16 | <button id="shape-create" type="button">Create shape</button> |
| 17 | <button id="shape-delete" type="button">Delete shape</button> | 17 | <button id="shape-delete" type="button">Delete shape</button> |
| 18 | <button id="shape-delete-vertex" type="button">Delete shape vertex</button> | ||
| 18 | <button id="shape-kind-unburned" type="button">Shape Unburned</button> | 19 | <button id="shape-kind-unburned" type="button">Shape Unburned</button> |
| 19 | <button id="shape-kind-burned" type="button">Shape Burned</button> | 20 | <button id="shape-kind-burned" type="button">Shape Burned</button> |
| 20 | <button id="shapes-update" type="button">Update Shapes</button> | 21 | <button id="shapes-update" type="button">Update Shapes</button> |
