This commit is contained in:
MarcEricMartel
2021-12-07 18:59:50 -05:00
parent 078cb33c27
commit 8e2169420e
16 changed files with 204 additions and 36 deletions

View File

@@ -27,6 +27,7 @@
#define VIEW_DISTANCE 128
#define TEXTURE_SIZE 32
#define MAX_BULLETS 64
#endif
#ifdef NDEBUG
@@ -39,6 +40,7 @@
#define VIEW_DISTANCE 1024
#define TEXTURE_SIZE 512
#define MAX_BULLETS 512
#endif