Class DialogComponent

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.ui.DialogComponent

public class DialogComponent extends Component
  • Field Details

    • stage

      public com.badlogic.gdx.scenes.scene2d.Stage stage
  • Constructor Details

    • DialogComponent

      public DialogComponent(DialogueBox dialogueBox)
      Creates a new DialogComponent with the given DialogueBox instance.
      Parameters:
      dialogueBox - The DialogueBox instance to use for displaying dialog boxes.
  • Method Details

    • showdialogue

      public void showdialogue(String title, String text)
      Displays a dialog box with the specified title and text.
      Parameters:
      title - The title of the dialog box.
      text - The text content of the dialog box.