| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "desktop": {
- "engine" : {
- "workerThreads" : true,
- "logQuiet" : false,
- "logLevel" : 1
- },
- "graphics": {
- "headless": false,
- "frameLimiter" : true,
- "flushGPU" : false,
- "forceGL2" : false,
- "orientations" : "LandscapeLeft LandscapeRight",
- "vsync" : false,
- "tripleBuffer" : false,
- "multiSample" : 1,
- "renderPath" : "forward",
- "shadows" : true,
- "lowQualityShadows" : false,
- "materialQuality" : "high",
- "textureQuality" : "high",
- "textureFilterMode" : "trilinear",
- "textureAnisotropy" : 4
- },
- "window" : {
- "title" : "Atomic 2D Physics",
- "fullscreen" : false,
- "borderless" : false,
- "resizable" : false,
- "width" : 1280,
- "height" : 720
- },
- "sound": {
- "enabled" : true,
- "interpolation" : true,
- "stereo" : true,
- "bufferMS": 100,
- "mixRate" : 44100
- },
- "input" : {
- "touchEmulation" : false
- }
- }
- }
|