All Implemented Interfaces:
Mask

public class Sprite extends SpriteBasedEntity<Sprite>
A Sprite is a graphical entity which displays an image. That image must be loaded into the viewer's texture cache, which you can configure by adding files to the assets folder of your game's project.
  • Constructor Details

    • Sprite

      public Sprite()