Beispiel #1
0
  public SoundManager(Resources resources) {
    this.resources = resources;

    Sound fx = resources.getSound(SoundName.Theme);
    fx.play(1.0f, 1.0f);
  }