Class MoneyScreen

java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.MoneyScreen
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class MoneyScreen extends Screen
  • Constructor Details

    • MoneyScreen

      public MoneyScreen(com.badlogic.gdx.Screen fromScreen)
  • Method Details

    • resize

      public void resize(int width, int height)
      Specified by:
      resize in interface com.badlogic.gdx.Screen
      Overrides:
      resize in class Screen
      See Also:
      • ApplicationListener.resize(int, int)
    • draw

      public void draw(float delta)
      Specified by:
      draw in class Screen
    • dispose

      public void dispose()
      Description copied from interface: com.badlogic.gdx.Screen
      Called when this screen should release all resources.
      Specified by:
      dispose in interface com.badlogic.gdx.Screen
      Overrides:
      dispose in class Screen