Class Bubble

Direct Known Subclasses:
AuraFight, Fight

public class Bubble extends Object
The speech bubble that can be shown by all Talkable characters
  • Constructor Details

    • Bubble

      public Bubble(Fenster window)
  • Method Details

    • open

      public void open()
    • close

      public void close()
    • toggle

      public boolean toggle()
    • toggle_without_open

      public boolean toggle_without_open()
    • content

      public void content(List<String> text)
    • draw

      public void draw(float x, float y, int textsize)