change report slightly

This commit is contained in:
onezplpl 2024-07-21 23:05:04 -04:00
parent ae9b3ce9ca
commit 5c0549bb0c
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
3 changed files with 3 additions and 3 deletions

View file

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