Class Main

java.lang.Object
com.badlogic.gdx.Game
tech.underoaks.coldcase.Main
All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener

public class Main extends com.badlogic.gdx.Game
Game implementation shared by all platforms.
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • create

      public void create()
    • render

      public void render()
      Specified by:
      render in interface com.badlogic.gdx.ApplicationListener
      Overrides:
      render in class com.badlogic.gdx.Game
    • getProperties

      public static Properties getProperties()
      Finds persistent Properties that are stored in a separate file.
      Returns:
      This game's Properties
    • dispose

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