Class AchievementScreen

java.lang.Object
de.tum.cit.fop.maze.UI.AchievementScreen

public class AchievementScreen extends Object
Screen that displays the list of achievements. Shows unlocked and locked achievements with their descriptions.
  • Constructor Details

    • AchievementScreen

      public AchievementScreen(com.badlogic.gdx.scenes.scene2d.Stage stage, MazeRunnerGame game, MenuScreen menuScreen)
      Constructs an AchievementScreen.
      Parameters:
      stage - The stage to add actors to.
      game - The main game instance.
      menuScreen - The main menu screen for navigation.
  • Method Details

    • getTable

      public com.badlogic.gdx.scenes.scene2d.ui.Table getTable()
      Returns the table containing the achievement UI.
      Returns:
      The achievement table.