additive manufacturing
community map ace by Richard0820 field tech: additive manufacturing - crouch while activating your field to print a throwable block blocks 80% faster and 80% more dense/more damage molecular assembler, pilot wave inflation: 85->90% defense, 300->200% larger blocks buckling: can spawn boosts or coupling in addition to heals, ammo, and research
This commit is contained in:
@@ -8371,7 +8371,7 @@ const spawn = {
|
||||
Composite.add(engine.world, who); //add to world
|
||||
if (isRedrawMap) simulation.draw.setPaths()
|
||||
},
|
||||
mapVertexNow(x, y, vector, properties) { //adds shape to map array in the middle of a level
|
||||
mapVertexNow(x, y, vector, properties, isRedrawMap = true) { //adds shape to map array in the middle of a level
|
||||
map[map.length] = Matter.Bodies.fromVertices(x, y, Vertices.fromPath(vector), properties);
|
||||
const who = map[map.length - 1]
|
||||
who.collisionFilter.category = cat.map;
|
||||
|
||||
Reference in New Issue
Block a user