You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This image of white text on a transparent background (reported in this Discord post):
With rgbgfx -o font_nums.2bpp font_nums.png, it should be outputting gray text on a white background. Instead, it may output solid white (all $00s), or may just segfault with an assertion failure (assume(index < palette.size()); in TileData::rowBitplanes).
The text was updated successfully, but these errors were encountered:
This image of white text on a transparent background (reported in this Discord post):
With
rgbgfx -o font_nums.2bpp font_nums.png
, it should be outputting gray text on a white background. Instead, it may output solid white (all $00s), or may just segfault with an assertion failure (assume(index < palette.size());
inTileData::rowBitplanes
).The text was updated successfully, but these errors were encountered: