rotLove icon indicating copy to clipboard operation
rotLove copied to clipboard

Is there a way to blit to different sub-displays within the main one?

Open jameynakama opened this issue 10 years ago • 1 comments

Not really an issue but a question. I'm wondering if there's a way to manage sub-displays related to the game, like displays for character info, inventory, messages, etc. With libtcod (which is what rot.js is based on), you can place displays within displays and blit them manually.

jameynakama avatar Dec 24 '14 01:12 jameynakama

It's not currently built in, but it is something that I've wanted to do. The display module here isn't actually based on rot.js or libtcod. It's mostly a port of AsciiPanel, a java cp437 emulator.

paulofmandown avatar Dec 29 '14 14:12 paulofmandown