Cleaned map a bit

This commit is contained in:
2025-03-04 11:50:47 -06:00
parent ad9e8a78d3
commit f19636edb1
13 changed files with 192 additions and 134 deletions

View File

@ -13,7 +13,7 @@
void overworldRender() {
mapShaderUse();
quadRender(
OVERWORLD.mapWidth * OVERWORLD.mapHeight * OVERWORLD.mapLayerCount
OVERWORLD.map.width * OVERWORLD.map.height * OVERWORLD.map.layerCount
);
entityShaderUse();