Class Background

java.lang.Object
com.csse3200.game.cutscene.models.object.Background

public class Background extends Object
Stores data for background. (id and image)
  • Constructor Details

    • Background

      public Background(String id, String image)
      Creates a Background object with specified id and image.
      Parameters:
      id - The id of the background
      image - The image address of the background
  • Method Details

    • getId

      public String getId()
    • getImage

      public String getImage()