shotgun slug

custom and pause menu style update (mostly just thinner lines between blocks)

mod: shotgun slug - fire a big bullet
This commit is contained in:
landgreen
2020-12-01 16:42:18 -08:00
parent 05e7799417
commit 7d9bfbd8cc
9 changed files with 125 additions and 69 deletions

View File

@@ -94,7 +94,7 @@ const spawn = {
me.frictionAir = 0.01;
me.memory = Infinity;
me.locatePlayer();
const density = 0.95
const density = 0.9
Matter.Body.setDensity(me, density); //extra dense //normal is 0.001 //makes effective life much larger
// spawn.shield(me, x, y, 1);
me.onDeath = function() {