cutechicken commited on
Commit
03088e1
·
verified ·
1 Parent(s): cd145be

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -201,7 +201,7 @@
201
  constructor(isBoss = false) {
202
  this.x = Math.random() * canvas.width;
203
  this.y = Math.random() * canvas.height;
204
- this.health = isBoss ? 4000 : 1000;
205
  this.maxHealth = this.health;
206
  this.speed = isBoss ? 1 : 2;
207
  this.lastShot = 0;
 
201
  constructor(isBoss = false) {
202
  this.x = Math.random() * canvas.width;
203
  this.y = Math.random() * canvas.height;
204
+ this.health = isBoss ? 10000 : 1000;
205
  this.maxHealth = this.health;
206
  this.speed = isBoss ? 1 : 2;
207
  this.lastShot = 0;