Class SoundsConfig

java.lang.Object
com.csse3200.game.entities.configs.SoundsConfig

public class SoundsConfig extends Object
This config class is used to load in custom sound files to play using the SoundComponent
  • Field Details

    • soundsMap

      public com.badlogic.gdx.utils.ObjectMap<String,String> soundsMap
      Used to map sound identification strings to the sound files
  • Constructor Details

    • SoundsConfig

      public SoundsConfig()