Package com.dicycat.kroy.scenes
Class FireTruckSelectionScene
- java.lang.Object
-
- com.dicycat.kroy.scenes.FireTruckSelectionScene
-
public class FireTruckSelectionScene extends java.lang.Object
Window for selecting FireTruck type- Author:
- Luke Taylor
-
-
Field Summary
Fields Modifier and Type Field Description com.badlogic.gdx.scenes.scene2d.Stage
stage
com.badlogic.gdx.scenes.scene2d.ui.Table
table
com.badlogic.gdx.scenes.scene2d.ui.TextButton
truckButton1
com.badlogic.gdx.scenes.scene2d.ui.TextButton
truckButton2
com.badlogic.gdx.scenes.scene2d.ui.TextButton
truckButton3
com.badlogic.gdx.scenes.scene2d.ui.TextButton
truckButton4
-
Constructor Summary
Constructors Constructor Description FireTruckSelectionScene(Kroy game)
-
Method Summary
Modifier and Type Method Description void
visibility(boolean state)
-
-
-
Field Detail
-
stage
public com.badlogic.gdx.scenes.scene2d.Stage stage
-
table
public com.badlogic.gdx.scenes.scene2d.ui.Table table
-
truckButton1
public com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton1
-
truckButton2
public com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton2
-
truckButton3
public com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton3
-
truckButton4
public com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton4
-
-
Constructor Detail
-
FireTruckSelectionScene
public FireTruckSelectionScene(Kroy game)
- Parameters:
game
- Kroy instance
-
-