Commit 14151c1f authored by charlie.hamer's avatar charlie.hamer 💬

Update AnimatedObject.java

parent 8da105a9
......@@ -22,4 +22,7 @@ public class AnimatedObject extends GameObject {
// Change positionX, positionY if the object is moving
// Change spriteState based on what the AnimatedObject is doing
}
public void changeSprite(String sprite) {
// Change the spriteFile string
}
}
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