in game music
mob effect: freeze - now only slows mobs down all freeze effects are about 50% longer junk tech: music - adds background music to n-gon junk tech: performance - adds fps tracker to n-gon tech: dormancy - if a mob has died in the last 5 seconds increase damage by 50% else decrease damage by 50% tech: torpor - if a mob has died in the last 5 seconds reduce harm by 66% else increase harm by 33%
This commit is contained in:
@@ -754,9 +754,7 @@ window.addEventListener("keydown", function(event) {
|
||||
simulation.testing = false;
|
||||
simulation.loop = simulation.normalLoop
|
||||
if (simulation.isConstructionMode) document.getElementById("construct").style.display = 'none'
|
||||
// document.getElementById("text-log").innerHTML = ""
|
||||
simulation.lastLogTime = 0 //clear text log
|
||||
// simulation.makeTextLog(`<em>exiting testing mode</em>`);
|
||||
simulation.makeTextLog("", 0);
|
||||
} else { //if (keys[191])
|
||||
simulation.testing = true;
|
||||
simulation.loop = simulation.testingLoop
|
||||
|
||||
Reference in New Issue
Block a user