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:
landgreen
2024-10-09 18:53:18 -07:00
parent a8c6c0ea0e
commit 9c2c9be4ed
6 changed files with 21 additions and 18 deletions

View File

@@ -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