Commit f6340690 authored by charlie.hamer's avatar charlie.hamer 💬

Update PlayerObject.java

parent 206e342c
......@@ -3,6 +3,7 @@ public class PlayerObject extends AnimatedObject {
// Used for the player avatar
int health;
boolean alive = true;
public PlayerObject(int x, int 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