TIC-80 tiny computer 0.27.0 dev
Pre-release
Pre-release
Changelog
-
Record option for the music editor enhancement #167
-
Sprite editor enhancements enhancement #128
-
Feature: Color picker and other keyboard shortcut in sprite editor. enhancement #124
-
Serious "loss of data" issue with new command bug #168
-
loadmusic/loadsfx/loadsprites/loadmap/loadcode commands enhancement #164
-
[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
-
Palette editor enhancement #166
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