vacuum permittivity
snake boss is updated -fear the snake mod neutron bomb: vacuum permittivity - gets a larger radius and a slow effect bosses are only stunned for 1/5 of the normal stun time
This commit is contained in:
@@ -459,13 +459,9 @@ const game = {
|
||||
addGravity(body, game.g);
|
||||
player.force.y += player.mass * game.g;
|
||||
},
|
||||
// reset() { //run on first run, and each later run after you die
|
||||
|
||||
// },
|
||||
firstRun: true,
|
||||
splashReturn() {
|
||||
game.onTitlePage = true;
|
||||
// document.getElementById('splash').onclick = 'run(this)';
|
||||
document.getElementById("splash").onclick = function() {
|
||||
game.startGame();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user