Increase max shapes and entities

This commit is contained in:
2025-10-18 17:43:22 +01:00
parent 7aa582f04b
commit cbe0d42c3c

4
main.c
View File

@@ -20,8 +20,8 @@
#define SHOT_VEL 0.04
#define MAX_SHAPES 8U
#define MAX_ENTITIES 8U
#define MAX_SHAPES 256U
#define MAX_ENTITIES 128U
#define MAX_SHAPES_PER_ENTITY 2
#define MAX(a, b) ((a) < (b) ? (b) : (a))