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

@@ -43,6 +43,8 @@ window.addEventListener('load', () => {
const svg = document.querySelector('object').contentDocument.querySelector('svg'),
game = new Game(svg);
window.game = game;
const svgns = "http://www.w3.org/2000/svg",
recordSheetVisibility = document.querySelector('#content input[type="checkbox"].visible');