Commit 7008541a authored by charlie.hamer's avatar charlie.hamer 💬

Update EnemyObject.java

parent f6340690
......@@ -19,6 +19,9 @@ public class EnemyObject extends AnimatedObject {
// 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
}
public void processAI() {
// uses the AI to determine the enemy's actions
......
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