Class BirdieDashScreen

java.lang.Object
com.badlogic.gdx.ScreenAdapter
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class BirdieDashScreen extends MiniGameScreen
Class for Birdie Dash Game Screen
  • Constructor Details

    • BirdieDashScreen

      public BirdieDashScreen(GdxGame game, com.badlogic.gdx.Screen screen, ServiceContainer container)
  • Method Details

    • render

      public void render(float delta)
      Renders the game
      Specified by:
      render in interface com.badlogic.gdx.Screen
      Overrides:
      render in class com.badlogic.gdx.ScreenAdapter
      Parameters:
      delta - The time in seconds since the last render.
    • clearBackground

      public void clearBackground()
      Clears the screen background
    • resize

      public void resize(int width, int height)
      Resizes the game based on screen size.
      Specified by:
      resize in interface com.badlogic.gdx.Screen
      Overrides:
      resize in class com.badlogic.gdx.ScreenAdapter
      Parameters:
      width - new screen width
      height - new screen height
    • dispose

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