nesbox / TIC-80

TIC-80 is a fantasy computer for making, playing and sharing tiny games.
https://tic80.com
MIT License
5.03k stars 488 forks source link

Increase 256 sprite limit is possible? #2690

Open Githanda opened 1 month ago

Githanda commented 1 month ago

Is there a way to increase the 256 sprite limit? If not easily, can it be increased by changing defs somewhere?

joshgoebel commented 1 month ago

Could you just use the other 7 banks to store additional sprites?

Githanda commented 1 month ago

Could you just use the other 7 banks to store additional sprites?

I can, but it would be limited to 2048 sprites with 8 banks, which for my use case is still kinda low

Wondering if using more banks is possible

Skeptim commented 1 month ago

You could also use 1 or 2 BPP sprites https://github.com/nesbox/TIC-80/wiki/Bits-Per-Pixel Or you could store sprites data in the code. But it's not possible to increase the sprite limit in the config file or whatever if that's the question.

Miguel-hrvs commented 4 weeks ago

Palettes with 4 colors are pretty good to make games with more sprites. Take a look at these: https://lospec.com/palette-list/lospec-gb https://lospec.com/palette-list/pumpkin-pie