WIP: add fallen mech and vehicle templates
This commit is contained in:
@@ -398,15 +398,23 @@ export function start(el) {
|
||||
arcs.append(leftArc);
|
||||
mech.append(arcs);
|
||||
|
||||
const cell = getCell(-4, 6, -2, 0);
|
||||
//const cell = getCell(-4, 6, -2, 0);
|
||||
|
||||
//cell.append(mask);
|
||||
//cell.append(mech);
|
||||
|
||||
const mechTemplate = document.createElementNS(svgns, 'use');
|
||||
mechTemplate.setAttribute('href', '#mech-template');
|
||||
cell.append(mechTemplate);
|
||||
console.log(cell);
|
||||
//const pt = document.createElementNS(svgns, 'circle');
|
||||
//pt.setAttributeNS(null, 'r', 3);
|
||||
//pt.setAttributeNS(null, 'fill', 'lime');
|
||||
//pt.setAttributeNS(null, 'fill-opacity', 0.5);
|
||||
|
||||
//const mechTemplate = document.createElementNS(svgns, 'use');
|
||||
//mechTemplate.setAttributeNS(null, 'href', '#fallen-mech-template');
|
||||
//mechTemplate.setAttribute('href', '#standing-mech-template');
|
||||
//mechTemplate.setAttributeNS(null, 'href', '#vehicle-template');
|
||||
//cell.append(pt);
|
||||
//cell.append(mechTemplate);
|
||||
//console.log(cell);
|
||||
///////////
|
||||
|
||||
Observable.subscribe('select', select);
|
||||
|
||||
Reference in New Issue
Block a user