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) PiazzaPanicGamegame
-
Constructor Summary
Constructors Constructor Description SettingsOverlay(PiazzaPanicGame game)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToStage(com.badlogic.gdx.scenes.scene2d.Stage uiStage)voidhide()voidshow()
-
-
-
Field Detail
-
game
PiazzaPanicGame game
-
-
Constructor Detail
-
SettingsOverlay
public SettingsOverlay(PiazzaPanicGame game)
-
-