Place trooper counter under other counters

This commit is contained in:
2024-07-28 12:05:42 -07:00
parent 165ae72ef2
commit d2e80b341c
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();