Skip to content

TIC-80 tiny computer 0.27.0 dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@nesbox nesbox released this 08 Jun 07:11

Changelog

  • Record option for the music editor enhancement #167
    record

  • Sprite editor enhancements enhancement #128

  • Feature: Color picker and other keyboard shortcut in sprite editor. enhancement #124
    image

  • Serious "loss of data" issue with new command bug #168

  • loadmusic/loadsfx/loadsprites/loadmap/loadcode commands enhancement #164
    section

  • [0.26.0 dev Windows 10 exe] font function crashes program when given nil value bug #165

  • trace() is useless for truth/false values enhancement #163

  • Volume column in tracker? enhancement #161
    image

  • Palette editor enhancement #166
    image

Console command changes

  • added config reset to reset config.lua
  • added load cart.tic [sprites | map | cover | code | sfx | music | palette] to load sections from other carts

API changes

  • trace output works like standard Lua print function
  • changed RGB order by 0x3FF0 from BGR to RGB