WIP: firing arcs algo

This commit is contained in:
2025-06-16 22:41:29 -07:00
parent 485aaffeae
commit 51afec5648
6 changed files with 204 additions and 11 deletions

View File

@@ -329,3 +329,13 @@ g[data-y="50"] { --i: 50; }
.buildings {
display: none;
}
#test-arcs line, #test-arcs polyline {
stroke: black;
fill: none;
}
#test-arcs rect, #test-arcs polygon {
fill: black;
fill-opacity: 0.2;
}

View File

@@ -51,6 +51,8 @@
</g>
<g class="board">
<g id="test-arcs">
</g>
<g class="grid">
<g class="start-locations">
<g>

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB