Commit 206e342c authored by charlie.hamer's avatar charlie.hamer 💬

Update EnemyObject.java

parent e232cf58
...@@ -3,6 +3,7 @@ public class EnemyObject extends AnimatedObject { ...@@ -3,6 +3,7 @@ public class EnemyObject extends AnimatedObject {
// Used for all enemy objects // Used for all enemy objects
int health; int health;
boolean alive = true;
public EnemyObject(int x, int y) { public EnemyObject(int x, int y) {
super(x, y); super(x, y);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment