Package zombie.gameStates
Class TISLogoState
java.lang.Object
zombie.gameStates.GameState
zombie.gameStates.TISLogoState
public final class TISLogoState extends GameState
-
Field Summary
Fields Modifier and Type Field Description float
alpha
float
alphaStep
float
logoDisplayTime
int
screenNumber
int
stage
float
targetAlpha
-
Constructor Summary
Constructors Constructor Description TISLogoState()
-
Method Summary
Modifier and Type Method Description void
enter()
void
exit()
void
render()
GameStateMachine.StateAction
update()
Methods inherited from class zombie.gameStates.GameState
redirectState, reenter, yield
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
alpha
public float alpha -
alphaStep
public float alphaStep -
logoDisplayTime
public float logoDisplayTime -
screenNumber
public int screenNumber -
stage
public int stage -
targetAlpha
public float targetAlpha
-
-
Constructor Details
-
TISLogoState
public TISLogoState()
-
-
Method Details