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

@ -1,6 +1,6 @@
# VoxelTest
This is a voxel engine designed as a light base for more extensive projects.
Extensive testing is required; report bugs and feature requests to https://matrix.to/#/@onez:zenoverse.net
Extensive testing is required; report bugs and feature requests by communicating directly with a project developer.
The target platform is Linux, although cross-compilation to Windows is also possible. To compile, use the Makefile, create a directory "db", and run the "monke" executable.
The target platform is Linux, although cross-compilation to Windows is also possible. To compile, use the Makefile, create a directory "db", and run the "monke" executable.

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)

BIN
test.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Before After
Before After