TIC-80 tiny computer 0.40.0
Changelog
Closed issues:
- Game menu #270
- Edit Config as cartridge #269
- Confirmation Dialogs #59
- GIF recording #157
- Alt-1 adds "1" to the editor #277
- [0.40.0] "config" doesn't work when in a subdirectory #274
- Native export does nothing on Windows 10 when launched from cmd-line #267
- [0.40.0] "export native" doesn't export .dll's (Windows) #273
TIC-80 got new logo/emoticons/mascot
People called it TICSY
If you press ESC (or BACK on mobile) you'll see Game Menu where you can resume/reset the game, configure gamepad buttons mapping or exit to the editors. Menu shows in exported and website games only.
config.lua is deprecated and it looks like cartridge now, in code you define variables, system images in sprites and systems sounds in SFX editor accordingly
as usual use config
command to load configuration, config reset
to reset
you will see WARNING dialog:
- if you have unsaved changes and try to
load/new/exit
commands - if you try to delete a file using del command
- if cartridge already exists and you try to overwrite it
press F9 to start/stop GIF recording (you'll see REC label in the top-right corner)
also, you can define these variables in the Config
GIF_LENGTH=20 -- in seconds
GIF_SCALE=2
and finally, we have the same ARM build for PocketCHIP and RaspberryPi