Commit ca374aec authored by charlie.hamer's avatar charlie.hamer 💬

Update BackgroundObject.java

parent bc0aafea
public class BackgroundObject extends GameObject {
// Used for static background objects that do not move or change
String imageFile; // String containing the full filename and path to image
boolean alive = true;
public BackgroundObject(int x, int y) {
super(x, y);
}
......
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