Web Dev Solutions

Catalin Mititiuc

From e746cfb216836e26a6c060558278d724bd3ed5d5 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sun, 28 Jul 2024 14:36:56 -0700 Subject: Add clear hex contents dialog --- src/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index 8f853bd..2cd2db6 100644 --- a/src/index.js +++ b/src/index.js @@ -84,10 +84,10 @@ async function buildScenario(req) { // recordSheet.start(svg.querySelector('.start-locations'), gameboard.getUnits()); recordSheet.start(null, scenarioUnits); - const [trooper] = gameboard.getUnits(); - Observable.notify('select', trooper); - gameboard.setCounter('prone'); - gameboard.setCounter('1st-floor'); + //const [trooper] = gameboard.getUnits(); + //Observable.notify('select', trooper); + //gameboard.setCounter('prone'); + //gameboard.setCounter('1st-floor'); } function updateTurnCounter() { -- cgit v1.2.3