Add clear hex contents dialog

This commit is contained in:
2025-06-16 22:41:33 -07:00
parent f48928a3d4
commit 264dd1ab3f
4 changed files with 50 additions and 53 deletions

View File

@@ -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() {