Place trooper counter under other counters

This commit is contained in:
2025-06-16 22:41:33 -07:00
parent 05e74bc33e
commit 0fa99dd283
2 changed files with 8 additions and 13 deletions

View File

@@ -248,7 +248,7 @@ export function start(el) {
} else if (toPlace && !occupant) {
//soldier.place(svg, toPlace, this);
top.collection.set(toPlace, { parent: top.cell });
top.container.append(toPlace);
top.container.prepend(toPlace);
//toPlace.removeEventListener('click', selectOffBoard);
placing.push(toPlace);
//getLockedSightLine(svg) ? updateSightLine(this) : clearSightLine();