gsa/CHANGLOG.md

17 lines
468 B
Markdown
Raw Normal View History

2023-08-06 19:25:20 +02:00
# 0.3.0
- added size to backgrounds
2023-08-22 01:04:15 +02:00
- added rotation to backgrounds
2023-08-14 19:43:47 +02:00
- refactored api, background functions are now methods to background rather than gsa
2023-08-06 19:25:20 +02:00
# 0.2.1 - 2023-07-27
- fixed missing dependency in scaffolding
# 0.2.0 - 2023-07-27
- added README.md
- renamed tilemaps to backgrounds to make space for... tilemaps
2023-07-27 07:13:11 +02:00
- tile idx 0xffff and palette idx 0xff are now transparent rather than 0x0000
- added gsa scaffolding tool
# 0.1.0 - 2023-07-21
2023-08-06 19:25:20 +02:00
- initial release