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