Commit 1185fe0e authored by charlie.hamer's avatar charlie.hamer 💬

Update AnimatedObject.java

parent 5b8870c0
......@@ -25,4 +25,8 @@ public class AnimatedObject extends GameObject {
public void changeSprite(String sprite) {
// Change the spriteFile string
}
public void objectInfo() {
println("GameObject:AnimatedObject");
}
}
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