Implement new font rendering

This commit is contained in:
Anders Jenbo 2021-09-10 02:27:17 +02:00
commit 7169882b1f
44 changed files with 522 additions and 742 deletions

View file

@ -146,7 +146,7 @@ std::ofstream CaptureFile(std::string *dstPath)
*/
void RedPalette()
{
for (int i = 0; i < 255; i++) {
for (int i = 0; i < 256; i++) {
system_palette[i].g = 0;
system_palette[i].b = 0;
}