zircon
zircon copied to clipboard
Improvement for ImageTiles
Improvement for ImageTile
s
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 theImageTile
.