laserLayerBoss
laserLayerBoss - sends lasers to player's location snakes bosses - after you kill a tail piece the rest of the tails lose 5% life this makes targeting any part of the tail a viable strategy accretion disk - 5% damage for every power up on this level requires accretion unified field theory has buttons to cycle field forwards or backwards when paused iceIX range and damage increased 15% electric tech in labs level is finally nerfed drains energy, but doesn't do damage pushes player away
This commit is contained in:
@@ -3035,7 +3035,7 @@ const b = {
|
||||
const me = bullet.length;
|
||||
const THRUST = 0.0018
|
||||
const RADIUS = 18
|
||||
const SCALE = 1 - 0.12 / tech.bulletsLastLonger
|
||||
const SCALE = 1 - 0.11 / tech.bulletsLastLonger
|
||||
bullet[me] = Bodies.polygon(where.x, where.y, 3, RADIUS, {
|
||||
angle: dir - Math.PI,
|
||||
// inertia: Infinity,
|
||||
|
||||
Reference in New Issue
Block a user