test mobs

This commit is contained in:
MihailRis
2025-09-01 01:39:31 +03:00
parent c06636053d
commit 88641e032a
5 changed files with 142 additions and 79 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ struct GraphicsSettings {
struct PathfindingSettings {
/// @brief Max visited blocks by an agent per async tick
IntegerSetting stepsPerAsyncAgent {256, 1, 2048};
IntegerSetting stepsPerAsyncAgent {128, 1, 2048};
};
struct DebugSettings {