Package cs.eng1.piazzapanic.ui
Class SettingsOverlay
- java.lang.Object
-
- cs.eng1.piazzapanic.ui.SettingsOverlay
-
public class SettingsOverlay extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PiazzaPanicGame
game
-
Constructor Summary
Constructors Constructor Description SettingsOverlay(PiazzaPanicGame game)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToStage(com.badlogic.gdx.scenes.scene2d.Stage uiStage)
void
hide()
void
show()
-
-
-
Field Detail
-
game
PiazzaPanicGame game
-
-
Constructor Detail
-
SettingsOverlay
public SettingsOverlay(PiazzaPanicGame game)
-
-