fault tolerance
tech: fault tolerance - spawn 9 drones that last forever, remove your drone gun fade in after death is more gradual
This commit is contained in:
@@ -438,7 +438,7 @@ const m = {
|
||||
m.health = 0;
|
||||
m.displayHealth();
|
||||
document.getElementById("text-log").style.opacity = 0; //fade out any active text logs
|
||||
document.getElementById("fade-out").style.opacity = 0.8; //1; //slowly fade to white
|
||||
document.getElementById("fade-out").style.opacity = 0.9; //slowly fade to 90% white on top of canvas
|
||||
// build.shareURL(false)
|
||||
setTimeout(function() {
|
||||
Composite.clear(engine.world);
|
||||
|
||||
Reference in New Issue
Block a user