Class BirdAnimation
java.lang.Object
com.csse3200.game.components.mainmenu.BirdAnimation
-
Constructor Summary
ConstructorsConstructorDescriptionBirdAnimation
(com.badlogic.gdx.graphics.g2d.TextureRegion region, int frameCount, float cycleTime) -
Method Summary
-
Constructor Details
-
BirdAnimation
public BirdAnimation(com.badlogic.gdx.graphics.g2d.TextureRegion region, int frameCount, float cycleTime)
-
-
Method Details
-
update
public void update(float dt) -
getFrame
public com.badlogic.gdx.graphics.g2d.TextureRegion getFrame()
-