From 1833dfebf19cf4478a74d907b52c9e569879646f Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Thu, 25 Apr 2024 17:21:46 -0700
Subject: WIP: firing arcs algo
---
src/index.js | 2 ++
1 file changed, 2 insertions(+)
(limited to 'src/index.js')
diff --git a/src/index.js b/src/index.js
index 0a75486..4ceb5e7 100644
--- a/src/index.js
+++ b/src/index.js
@@ -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');
--
cgit v1.2.3