Tilesets working.

This commit is contained in:
2025-03-05 14:04:50 -06:00
parent 40c97d6eb7
commit 43f943eb25
17 changed files with 129 additions and 34 deletions

View File

@@ -10,7 +10,7 @@
const char* TILESET_GL_TEXTURES_PATHS[TILESET_COUNT] = {
NULL,
"textures/bolder-8x8.png"
"textures/8x8.png"
};
texture_t TILESET_GL_TEXTURES[TILESET_SLOT_COUNT];