1
Programming / Re: BearLibTerminal: a pseudo-terminal window library for roguelike
« on: November 17, 2017, 03:58:35 AM »
I've tested out the new build and it fixes the background color issue; thanks! This allowed me to move my cell size from 12x12 to 4x4, but then I encountered another issue -- there's a hard-coded check that window.size < 256, which, with a 4x4 grid, only gives you 1024 pixels to work with. Is this a constraint that can be relaxed?
Another (I think) bug. I was messing around with font settings and found that:
size-reference=0x40 works fine but
size-reference=@
gives me:
[error] Failed to set some options: TrueTypeTileset: can't parse 'size-reference' attribute
Another (I think) bug. I was messing around with font settings and found that:
size-reference=0x40 works fine but
size-reference=@
gives me:
[error] Failed to set some options: TrueTypeTileset: can't parse 'size-reference' attribute