Commit graph

7 commits

Author SHA1 Message Date
b3950330e3
Create Electron app 2018-12-08 12:39:18 +01:00
236151ba9c
view: do not split multi-frame sprites into multiple textures 2018-11-11 13:58:22 +01:00
4eb954e759
view: remove support for non-power-of-2 sprites again
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-11 13:30:15 +01:00
b83b596b0f
Add support for simple periodic sprite animations 2018-11-11 01:46:08 +01:00
c9000b7c38
view: add support for non-square, non-power-of-2 sprites 2018-11-10 20:24:25 +01:00
1f9cd7a110
Switch from characters to numerical tile IDs 2018-10-31 21:55:41 +01:00
da3e93a942
view: more refactoring 2018-10-31 14:40:20 +01:00