Class PirateGame

  • All Implemented Interfaces:
    com.badlogic.gdx.ApplicationListener

    public class PirateGame
    extends com.badlogic.gdx.Game
    Contains class instances of game UI screens.
    • Constructor Detail

      • PirateGame

        public PirateGame()
    • Method Detail

      • create

        public void create()
        Create instances of game stage and UI screens.
      • dispose

        public void dispose()
        Clean up prevent memory leeks
        Specified by:
        dispose in interface com.badlogic.gdx.ApplicationListener
        Overrides:
        dispose in class com.badlogic.gdx.Game