new energy system and no more spacing

This commit is contained in:
2026-02-16 12:37:49 +01:00
parent 8915fb3ed0
commit d97b3f0413
3 changed files with 34 additions and 13 deletions

View File

@@ -1096,7 +1096,7 @@ int main() {
Color bgColor = ne_processColor(p.truebg);
DrawRectangle(x * pixelWidth + offX, y * pixelHeight + offY, pixelWidth, pixelHeight, bgColor);
DrawTextCodepoint(font, p.codepoint, (Vector2) {x * pixelWidth + offX, y * pixelHeight + offY}, pixelHeight - 5, fgColor);
DrawTextCodepoint(font, p.codepoint, (Vector2) {x * pixelWidth + offX, y * pixelHeight + offY}, pixelHeight, fgColor);
}
}