Place trooper counter under other counters
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user