Uses of Class
com.dicycat.kroy.Kroy
-
Packages that use Kroy Package Description com.dicycat.kroy.scenes com.dicycat.kroy.screens -
-
Uses of Kroy in com.dicycat.kroy.scenes
Constructors in com.dicycat.kroy.scenes with parameters of type Kroy Constructor Description FireTruckSelectionScene(Kroy game)
HUD(com.badlogic.gdx.graphics.g2d.SpriteBatch sb, Kroy game)
OptionsWindow(Kroy game)
The important feature is the updateDraw() method which can be found at the bottom.PauseWindow(Kroy game)
-
Uses of Kroy in com.dicycat.kroy.screens
Fields in com.dicycat.kroy.screens declared as Kroy Modifier and Type Field Description Kroy
GameScreen. game
Constructors in com.dicycat.kroy.screens with parameters of type Kroy Constructor Description GameOverScreen(Kroy game, int truckNum, java.lang.Boolean result)
GameScreen(Kroy _game, int truckNum)
MenuScreen(Kroy game)
-