Class LevelAssetsConfig
java.lang.Object
com.csse3200.game.entities.configs.LevelAssetsConfig
Configuration container for level assets such as textures, atlases, and sounds.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFile paths for texture atlas assets (e.g., .atlas files) used in this level.File paths for music assetsFile paths for sound assets (e.g., WAV or MP3 files) used in this level.File paths for texture assets used in this level -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
textures
File paths for texture assets used in this level -
atlases
File paths for texture atlas assets (e.g., .atlas files) used in this level. -
sounds
File paths for sound assets (e.g., WAV or MP3 files) used in this level. -
music
File paths for music assets
-
-
Constructor Details
-
LevelAssetsConfig
public LevelAssetsConfig()
-