multiple textures

This commit is contained in:
onezplpl 2024-07-15 12:22:23 -04:00
parent 1223b56652
commit 579eb9f540
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
4 changed files with 9 additions and 8 deletions

View file

@ -19,7 +19,7 @@ typedef struct Vertex2 {
#define CHUNK_RADIUS_V 4 // 4
#define TEXT_GAP_H 1 / 3.0
#define TEXT_GAP_V 1 / 1.0
#define TEXT_GAP_V 1 / 6.0
#define CHUNK_DIAMETER_H (CHUNK_RADIUS_H * 2 + 1)
#define CHUNK_DIAMETER_V (CHUNK_RADIUS_V * 2 + 1)