WIP: firing arcs algo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user