Class GameOverMenu
- java.lang.Object
-
- bytemusketeers.heslingtonhustle.ui.Overlay
-
- bytemusketeers.heslingtonhustle.ui.GameOverMenu
-
- All Implemented Interfaces:
Drawable
,com.badlogic.gdx.utils.Disposable
class GameOverMenu extends Overlay
TheGameOverMenu
should display once the final day has been reached- Author:
- ENG1 Team 23 (Cohort 3)
-
-
Field Summary
-
Fields inherited from class bytemusketeers.heslingtonhustle.ui.Overlay
GENERAL_FORM_PADDING
-
-
Constructor Summary
Constructors Constructor Description GameOverMenu(com.badlogic.gdx.graphics.g2d.SpriteBatch batch)
Creates a newGameOverMenu
relating to the givenSpriteBatch
-
-
-
Constructor Detail
-
GameOverMenu
GameOverMenu(com.badlogic.gdx.graphics.g2d.SpriteBatch batch)
Creates a newGameOverMenu
relating to the givenSpriteBatch
- Parameters:
batch
- TheSpriteBatch
to which theGameOverMenu
should be connected
-
-