Added live reloading for quake maps

This commit is contained in:
Antoine Pilote
2024-09-01 23:04:34 -04:00
parent 63712edc6d
commit d289c5431d
8 changed files with 60 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ namespace Nuake
bool SmoothCamera = false;
float SmoothCameraSpeed = 0.2f;
Color PrimaryColor = Color(97.0f / 255.0f, 0, 1.0f, 1.0f);
int PhysicsStep = 90.0f;
int PhysicsStep = 90;
int MaxPhysicsSubStep = 32;
int MaxPhysicsBodies = 4096;
int MaxPhysicsContactConstraints = 2048;