Class AnimatedText

java.lang.Object
com.csse3200.game.screens.text.AnimatedText

public class AnimatedText extends Object
  • Constructor Details

    • AnimatedText

      public AnimatedText(String text, com.badlogic.gdx.graphics.g2d.BitmapFont font, float revealSpeed)
  • Method Details

    • update

      public void update()
    • draw

      public void draw(com.badlogic.gdx.graphics.g2d.Batch batch, float x, float y)
    • isFinished

      public boolean isFinished()