Cleanup overworld.

This commit is contained in:
2025-03-04 10:51:22 -06:00
parent d53b5eab49
commit ad9e8a78d3
20 changed files with 229 additions and 42 deletions

View File

@ -12,7 +12,9 @@
void overworldRender() {
mapShaderUse();
quadRender(OVERWORLD.mapWidth*OVERWORLD.mapHeight*OVERWORLD.mapLayerCount);
quadRender(
OVERWORLD.mapWidth * OVERWORLD.mapHeight * OVERWORLD.mapLayerCount
);
entityShaderUse();
quadRender(OVERWORLD.entityCount);