diff options
author | tom barrett <spalf0@gmail.com> | 2019-07-05 08:59:22 -0500 |
---|---|---|
committer | tom barrett <spalf0@gmail.com> | 2019-07-05 08:59:22 -0500 |
commit | bfdaef7850b6ac17bb88f1b314236fb5014aac8e (patch) | |
tree | 748ceca98138b5783655ec181ea905a25a690934 /README.md | |
parent | 6589e5e3df63d5abf85313c4d21097432257f453 (diff) |
now a cells struct whichs layers own, which takes from tileset tiles
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ * collision * fat binary (include-bytes!) * textbox (with dialog options) + * have tile use the animation struct * have the tileset have the translated ids within the hashmap * merge the Tile struct and the Frame struct? +* rename property to properties |