Class InitialScreen

java.lang.Object
com.badlogic.gdx.ScreenAdapter
com.csse3200.game.screens.InitialScreen
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class InitialScreen extends com.badlogic.gdx.ScreenAdapter
The initial screen of the game, responsible for loading assets and creating UI elements.
  • Constructor Details

    • InitialScreen

      public InitialScreen(GdxGame game)
      Creates a new instance of the InitialScreen.
      Parameters:
      game - The main game instance.
  • Method Details

    • render

      public void render(float delta)
      Specified by:
      render in interface com.badlogic.gdx.Screen
      Overrides:
      render in class com.badlogic.gdx.ScreenAdapter
    • resize

      public void resize(int width, int height)
      Specified by:
      resize in interface com.badlogic.gdx.Screen
      Overrides:
      resize in class com.badlogic.gdx.ScreenAdapter
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.Screen
      Overrides:
      dispose in class com.badlogic.gdx.ScreenAdapter