Package com.mygdx.game
Class Foititopoli
java.lang.Object
com.badlogic.gdx.Game
com.mygdx.game.Foititopoli
- All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener
public class Foititopoli
extends com.badlogic.gdx.Game
-
Field Summary
Fields Modifier and Type Field Description java.lang.Boolean
backgroundMusicPlaying
static com.badlogic.gdx.scenes.scene2d.ui.Skin
gameSkin
Skin required for scene2d WidgetsFields inherited from class com.badlogic.gdx.Game
screen
-
Constructor Summary
Constructors Constructor Description Foititopoli()
-
Method Summary
Modifier and Type Method Description void
create()
void
dispose()
GameInstance
getGameInstance()
void
setGameInstance(GameInstance gameInstance)
Methods inherited from class com.badlogic.gdx.Game
getScreen, pause, render, resize, resume, setScreen
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
gameSkin
public static com.badlogic.gdx.scenes.scene2d.ui.Skin gameSkinSkin required for scene2d Widgets -
backgroundMusicPlaying
public java.lang.Boolean backgroundMusicPlaying
-
-
Constructor Details
-
Foititopoli
public Foititopoli()
-
-
Method Details
-
create
public void create() -
dispose
public void dispose()- Specified by:
dispose
in interfacecom.badlogic.gdx.ApplicationListener
- Overrides:
dispose
in classcom.badlogic.gdx.Game
-
getGameInstance
-
setGameInstance
-