increase v radius
This commit is contained in:
parent
4b4a2a056a
commit
ea3409d367
1 changed files with 1 additions and 1 deletions
2
const.h
2
const.h
|
@ -16,7 +16,7 @@ typedef struct Vertex2 {
|
||||||
|
|
||||||
#define CHUNK_LENGTH 16
|
#define CHUNK_LENGTH 16
|
||||||
#define CHUNK_RADIUS_H 8 // 8
|
#define CHUNK_RADIUS_H 8 // 8
|
||||||
#define CHUNK_RADIUS_V 4 // 4
|
#define CHUNK_RADIUS_V 8 // 4
|
||||||
|
|
||||||
#define TEXT_GAP_H 1 / 3.0
|
#define TEXT_GAP_H 1 / 3.0
|
||||||
#define TEXT_GAP_V 1 / 1.0
|
#define TEXT_GAP_V 1 / 1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue