Commit 8da105a9 authored by charlie.hamer's avatar charlie.hamer 💬

Update GameObject.java

parent ca374aec
......@@ -4,6 +4,7 @@ abstract class GameObject {
int positionX; // Location x coordinate
int positionY; // Location y coordinate
boolean alive = true; // alive status
public GameObject(int x, int y) {
positionX = x;
......
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