Class BirdRenderer
java.lang.Object
com.csse3200.game.minigames.birdiedash.rendering.BirdRenderer
- All Implemented Interfaces:
MinigameRenderable
Class for rendering the bird with animation in the birdie dash mini-game.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BirdRenderer
-
-
Method Details
-
flap
public void flap()To animate the bird when flapped -
render
public void render()Renders the bird with animation.- Specified by:
render
in interfaceMinigameRenderable
-
dispose
public void dispose()Disposes the bird texture.
-