images back
images are back as an option due to public outcry bug fixes getting a power up quickly after warp, difficulty or instructions power ups was making the screen go blank heuristics resets on death properly now
This commit is contained in:
@@ -727,9 +727,9 @@ const level = {
|
||||
simulation.isChoosing = false; //stops p from un pausing on key down
|
||||
build.unPauseGrid()
|
||||
document.getElementById("choose-grid").style.opacity = "0"
|
||||
setTimeout(() => {
|
||||
document.getElementById("choose-grid").style.visibility = "hidden"
|
||||
}, 1000);
|
||||
document.getElementById("choose-grid").style.visibility = "hidden"
|
||||
// setTimeout(() => {
|
||||
// }, 1000);
|
||||
},
|
||||
populateLevels() { //run a second time if URL is loaded
|
||||
if (document.getElementById("banned").value) { //remove levels from ban list in settings
|
||||
|
||||
Reference in New Issue
Block a user