Renderer/assets/Config/settings.json
2021-09-19 18:16:25 -04:00

19 lines
452 B
JSON

{
"gameplayGenerateWorld" : false,
"gameplayPhysicsCellRadius" : 2,
"displayWidth" : 2560,
"displayHeight" : 1600,
"graphicsFOV" : 90.0,
"graphicsPerformanceLODChunkRadius" : 3,
"graphicsPerformanceEnableVSync" : false,
"graphicsPerformanceDrawShadows" : true,
"graphicsDebugDrawCollisionSpheres" : false,
"graphicsDebugDrawPhysicsObjects" : false,
"graphicsDebugDrawMovementVectors" : false
}