Class GameOverOverlay

java.lang.Object
com.prineside.tdi2.ui.components.GameOverOverlay
All Implemented Interfaces:
Disposable

public class GameOverOverlay extends Object implements Disposable
  • Field Details

    • HINT_ALIASES

      public static final String[] HINT_ALIASES
  • Constructor Details

  • Method Details

    • show

      public void show(Array<ItemStack> items, MapPrestigeConfig prestigeConfig)
      Parameters:
      prestigeConfig - may be null
    • minimize

      public void minimize()
    • maximize

      public void maximize()
    • dispose

      public void dispose()
      Description copied from interface: com.badlogic.gdx.utils.Disposable
      Releases all resources of this object.
      Specified by:
      dispose in interface Disposable
    • isDisposed

      public boolean isDisposed()