Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

TIC-80

Fantasy computer for making, playing and sharing tiny games. · By Nesbox

Exporting things other than sprites to be imported

A topic by victoria lacroix created Jul 02, 2017 Views: 616 Replies: 4
Viewing posts 1 to 5

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. 

Developer

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, 

Developer (1 edit)

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!