Optim: managing alien health

This commit is contained in:
Fabrice Ecaille
2014-04-17 13:49:21 +02:00
parent 2d59bf7b28
commit fc0042a784
2 changed files with 9 additions and 7 deletions

View File

@@ -17,14 +17,14 @@ var ALIENS = {
animation : ALIENS_TYPE[0]
},
alien2 : {
health : 1,
health : 2,
weapon : WEAPONS.ALIEN,
score : 10,
aggression : 0.001,
animation : ALIENS_TYPE[1]
},
alien3 : {
health : 1,
health : 3,
weapon : WEAPONS.ALIEN,
score : 20,
aggression : 0.0015,