Browse Source

lower max level/enemy/npcs to 5

jblanked 9 tháng trước cách đây
mục cha
commit
a91e4d1b4f
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      game/player.h

+ 3 - 3
game/player.h

@@ -4,9 +4,9 @@
 #include <game/game.h>
 #include "engine/sensors/imu.h"
 
-#define MAX_ENEMIES 10
-#define MAX_LEVELS 10
-#define MAX_NPCS 10
+#define MAX_ENEMIES 5
+#define MAX_LEVELS 5
+#define MAX_NPCS 5
 
 // EntityContext definition
 typedef struct