Start on texturing

This commit is contained in:
2024-01-15 18:35:35 +08:00
parent 5a51a375a4
commit f78e71f96b
4 changed files with 15 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ typedef struct
{
unsigned int value;
level_tileSide side;
float horizontalUV;
} TileData;
int level_init();