Fix load scenario transition fade out

This commit is contained in:
2024-06-11 18:32:13 -07:00
parent f079181a2c
commit 333931c82c
2 changed files with 36 additions and 36 deletions

View File

@@ -205,8 +205,6 @@ export function start(el) {
startingLocations && getUnits(startingLocations).forEach(unit => unit.addEventListener('click', selectOffBoard));
getCells(svg).forEach(cell => {
if (cell.dataset.x === '0' && cell.parentElement.dataset.y === '0') console.log('cell', cell);
cell.addEventListener('click', e => {
const occupant = getCellOccupant(cell);
let toPlace = placing.pop();