Package com.csse3200.game.screens.text
Class AnimatedText
java.lang.Object
com.csse3200.game.screens.text.AnimatedText
-
Constructor Summary
ConstructorDescriptionAnimatedText
(String text, com.badlogic.gdx.graphics.g2d.BitmapFont font, float revealSpeed) -
Method Summary
-
Constructor Details
-
AnimatedText
-
-
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()
-