This commit is contained in:
MarcEricMartel
2021-12-06 11:53:18 -05:00
parent 16674eb07d
commit e251734b0f
1195 changed files with 98 additions and 14 deletions

View File

@@ -33,11 +33,11 @@
#define WORLD_SIZE_X 128
#define WORLD_SIZE_Y 128
#define FRAMES_RENDER_CHUNKS 2
#define FRAMES_UPDATE_CHUNKS 2
#define FRAMES_DELETE_CHUNKS 2
#define FRAMES_RENDER_CHUNKS 1
#define FRAMES_UPDATE_CHUNKS 1
#define FRAMES_DELETE_CHUNKS 1
#define VIEW_DISTANCE 512
#define VIEW_DISTANCE 1024
#define TEXTURE_SIZE 512
#endif