Skip to content

v2021.1

Compare
Choose a tag to compare
@Zal0 Zal0 released this 17 Sep 06:04
· 104 commits to master since this release
  • Added install.bat that will create ZGB_PATH automatically
  • Added hUGETracker support while also keeping gbt-player
  • Added support for metasprites, even with color
    • removed old fixed sprites sizes: 8x16, 16x16 and 32x32
    • added gbr2png to allow exporting data from gbtd
    • added support for directly exporting pngs into sprites
    • added new collision system
    • added support for all mirror modes: vflip, hflip and hvflip
    • added support for native sprite sprite size 8x8
  • GBC palette loading made automatic
  • removed pngb and now using png2asset to export backgrounds in png fully supporting gbc
  • Added auto-banking support thanks to bankpack
  • Loading sprites on demand
  • Fixed access to uninitialized ram and other exceptions
  • Simplified code for states initialization