diff --git a/README.md b/README.md index cb892e4..3a1d066 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. diff --git a/cubes.h b/cubes.h index e62c47e..a693e11 100644 --- a/cubes.h +++ b/cubes.h @@ -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) diff --git a/test.png b/test.png index 1f98e3f..24807f3 100644 Binary files a/test.png and b/test.png differ