more complex generation

This commit is contained in:
onezplpl 2024-07-17 20:17:49 -04:00
parent b6b3483a39
commit fb639f96c3
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
4 changed files with 7 additions and 9 deletions

View file

@ -6,7 +6,7 @@
#define CHUNK_RADIUS_H 4 // 8
#define CHUNK_RADIUS_V 4 // 4
#define TEXT_GAP_H 1 / 3.0
#define TEXT_GAP_H 1 / 6.0
#define TEXT_GAP_V 1 / 6.0
#define CHUNK_DIAMETER_H (CHUNK_RADIUS_H * 2 + 1)