new lore chapters
ghoster mobs are faster teatherBoss spawns some seekerBullets on death added 2 more lore chapters 7 total bug fixes updated requirements text
This commit is contained in:
@@ -268,7 +268,8 @@ ${junkCount ? `<br><strong class='color-j'>JUNK</strong>: ${(junkCount / totalC
|
||||
<br>
|
||||
<br>seed: ${Math.initialSeed}
|
||||
<br>level: ${level.levels[level.onLevel]} (${level.difficultyText()}) ${m.cycle} cycles
|
||||
<br>${mob.length} mobs, ${body.length} blocks, ${bullet.length} bullets, ${powerUp.length} power ups
|
||||
<br>mobs: ${mob.length} deaths: ${mobs.mobDeaths}
|
||||
<br>blocks: ${body.length} bullets: ${bullet.length} power ups: ${powerUp.length}
|
||||
<br>position: (${player.position.x.toFixed(1)}, ${player.position.y.toFixed(1)}) velocity: (${player.velocity.x.toFixed(1)}, ${player.velocity.y.toFixed(1)})
|
||||
<br>mouse: (${simulation.mouseInGame.x.toFixed(1)}, ${simulation.mouseInGame.y.toFixed(1)}) mass: ${player.mass.toFixed(1)}
|
||||
${simulation.isCheating ? "<br><br><em>lore disabled</em>": ""}
|
||||
|
||||
Reference in New Issue
Block a user