player shielding rework, squirrel mod falling damage reduction

This commit is contained in:
landgreen
2019-12-12 05:07:24 -08:00
committed by GitHub
parent 69c5a2bc33
commit 75d1ca4d6b
3 changed files with 28 additions and 16 deletions

View File

@@ -467,6 +467,7 @@ const game = {
fpsInterval: 0, //set in startGame
then: null,
startGame() {
level.isBuildRun = false; //can get set back to true in buld.startBuildRun()
game.onTitlePage = false;
document.body.style.overflow = "hidden"
document.getElementById("build-grid").style.display = "none"