zircon icon indicating copy to clipboard operation
zircon copied to clipboard

Improvement for ImageTiles

Open adam-arold opened this issue 6 years ago • 0 comments

Improvement for ImageTiles

Current behavior

Currently we have an ImageTile and a BufferedImageDictionaryTileset which makes it possible to load images from a directory and draw them on the screen.

Improved behavior

  • A Component which holds images and is part of the component system
  • A more streamlined usage, which does not involve using a separate tileset, but a path which points to the image file directly when using the ImageTile.

adam-arold avatar Aug 09 '18 21:08 adam-arold