Class SnakePopupOverlay

java.lang.Object
com.csse3200.game.overlays.Overlay
com.csse3200.game.overlays.SnakePopupOverlay

public class SnakePopupOverlay extends Overlay
  • Constructor Details

    • SnakePopupOverlay

      public SnakePopupOverlay(GdxGame game)
  • Method Details

    • show

      public void show()
    • hide

      public void hide()
    • resize

      public void resize(int width, int height)
    • render

      public void render(float delta)
    • remove

      public void remove()
      Description copied from class: Overlay
      Removes all entities from the overlay and disposes of them. This method clears the list of entities and disposes each one, releasing any associated resources.
      Overrides:
      remove in class Overlay