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 floatalphafloatalphaStepfloatlogoDisplayTimeintscreenNumberintstagefloattargetAlpha -
Constructor Summary
Constructors Constructor Description TISLogoState() -
Method Summary
Modifier and Type Method Description voidenter()voidexit()voidrender()GameStateMachine.StateActionupdate()Methods inherited from class zombie.gameStates.GameState
redirectState, reenter, yieldMethods 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