Class MainScreenState.ScreenElement

java.lang.Object
zombie.gameStates.MainScreenState.ScreenElement
Enclosing class:
MainScreenState

public static class MainScreenState.ScreenElement extends Object
  • Field Details

    • alpha

      public float alpha
    • alphaStep

      public float alphaStep
    • jumpBack

      public boolean jumpBack
    • sx

      public float sx
    • sy

      public float sy
    • targetAlpha

      public float targetAlpha
    • tex

      public Texture tex
    • TicksTillTargetAlpha

      public int TicksTillTargetAlpha
    • x

      public float x
    • xCount

      public int xCount
    • xVel

      public float xVel
    • xVelO

      public float xVelO
    • y

      public float y
    • yVel

      public float yVel
    • yVelO

      public float yVelO
  • Constructor Details

    • ScreenElement

      public ScreenElement(Texture tex, int x, int y, float xVel, float yVel, int xCount)
  • Method Details

    • render

      public void render()
    • setY

      public void setY(float y)
    • update

      public void update()