Commit 10663c3a authored by charlie.hamer's avatar charlie.hamer 💬

Update BackgroundObject.java

parent 1185fe0e
...@@ -14,4 +14,7 @@ public class BackgroundObject extends GameObject { ...@@ -14,4 +14,7 @@ public class BackgroundObject extends GameObject {
public void draw() { public void draw() {
// Code to draw imageFile to screen at positionX, positionY // Code to draw imageFile to screen at positionX, positionY
} }
public void objectInfo() {
println("GameObject:BackgroundObject"); //shows object heirarchy
}
} }
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