Fix load scenario transition fade out
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user