rotLove
rotLove copied to clipboard
Is there a way to blit to different sub-displays within the main one?
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.
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.