Fantasy computer for making, playing and sharing tiny games. · By Nesbox
Is there a way to do this?
It's fairly easy to share sprites and code, but trying to share music doesn't seem possible. I'd like to work with others on a TIC-80 game but exporting music or sfx doesn't seem possible.
Hi, you can use 'import cart.tic music' command to import music from cart.tic
call 'import cart.tic sfx' to import instruments
I'm trying with version 0.28.1 and it's not recognizing "crawl.tic music" as a parameter for import,
use 'load crawl.tic music '
https://github.com/nesbox/tic....
sorry, my mistake :)
Oh sweet, I didn't see you could use "load" for that. Thanks!