summaryrefslogtreecommitdiffstats
path: root/dist/resources/sprite/entity/red_ellipse.png
AgeCommit message (Collapse)Author
2018-11-11view: remove support for non-power-of-2 sprites againMatthias Schiffer
Sprites with unusual dimensions must be padded with transparency. By only supporting power-of-two sprites, the anchor point can always be specified accurately.
2018-11-10view: add support for non-square, non-power-of-2 spritesMatthias Schiffer