Class Background
java.lang.Object
com.csse3200.game.cutscene.models.object.Background
Stores data for background. (id and image)
-
Constructor Summary
ConstructorsConstructorDescriptionBackground
(String id, String image) Creates aBackground
object with specified id and image. -
Method Summary
-
Constructor Details
-
Background
Creates aBackground
object with specified id and image.- Parameters:
id
- The id of the backgroundimage
- The image address of the background
-
-
Method Details
-
getId
-
getImage
-