Renderer/assets/Config/settings.json
2021-08-07 18:00:19 -04:00

19 lines
450 B
JSON

{
"gameplayGenerateWorld" : false,
"gameplayPhysicsCellRadius" : 2,
"displayWidth" : 1920,
"displayHeight" : 1080,
"graphicsFOV" : 90.0,
"graphicsPerformanceLODChunkRadius" : 5,
"graphicsPerformanceEnableVSync" : true,
"graphicsPerformanceDrawShadows" : true,
"graphicsDebugDrawCollisionSpheres" : false,
"graphicsDebugDrawPhysicsObjects" : false,
"graphicsDebugDrawMovementVectors" : false
}