enable god mode until beat cuts are fixed

This commit is contained in:
Kevin Ngo
2018-12-11 02:31:10 -08:00
parent f03bebd3a8
commit d2ede83cc7

View File

@@ -586,7 +586,7 @@ function takeDamage (state) {
: 1; : 1;
if (AFRAME.utils.getUrlParameter('godmode')) { return; } if (AFRAME.utils.getUrlParameter('godmode')) { return; }
state.damage++; state.damage++;
checkGameOver(state); // checkGameOver(state);
} }
function checkGameOver (state) { function checkGameOver (state) {