Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

TIC-80

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

How do I import an image to a specific bank?

A topic by the_spice_must_flow created Jul 23, 2021 Views: 451 Replies: 6
Viewing posts 1 to 6

I am trying to import an image for a logo to bank 1. When I try to use `import sprite logo.png` it imports the image to bank 0, overwriting sprites I already have made. How do i import logo.png to bank 1?

Developer

Please use `import sprite logo.png bank=1`

Thank you

And how can I export?

Developer

@atsxp

pls use `export sprite sprites.png bank=1`

Hi, I don't understand why I can't export my game's sprites, I use the "export" command as you explained, but when I get the image (png) it looks like this:

Can you tell me what's going on?  Am I missing something?

Developer

Maybe you sprites area is empty and you have to export tiles, pls try 'export tiles ...' instead.

ok, thanks