java.lang.Object
com.csse3200.game.minigames.birdiedash.rendering.BirdRenderer
All Implemented Interfaces:
MinigameRenderable

public class BirdRenderer extends Object implements MinigameRenderable
Class for rendering the bird with animation in the birdie dash mini-game.
  • Constructor Details

  • 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 interface MinigameRenderable
    • dispose

      public void dispose()
      Disposes the bird texture.