Class NormalGame

java.lang.Object
com.badlogic.gdx.Game
com.prineside.tdi2.Game
com.prineside.tdi2.NormalGame
All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener

public class NormalGame extends Game
  • Constructor Details

  • Method Details

    • create

      public void create()
      Description copied from interface: com.badlogic.gdx.ApplicationListener
      Called when the Application is first created.
      Specified by:
      create in interface com.badlogic.gdx.ApplicationListener
      Overrides:
      create in class Game