]> Dogcows Code - chaz/yoink/blobdiff - data/yoinkrc
fixed up video and texture handling
[chaz/yoink] / data / yoinkrc
index 102848be7ada9c71c84c191eed8c0bd18bbd4841..2faf40dc6bf0d0f2313f1bbaa35405f9cb88331d 100644 (file)
@@ -1,16 +1,16 @@
 /* C-style comments are allowed. */
 {
-       "video.fullscreen": false,
-       "video.resizable": true,
-       "video.mode": [800, 600],
+       "engine.timestep": 0.01,
+       "input.grab": false,
        "video.colorbuffers": [8, 8, 8, 8],
-       "video.multisamplebuffers": 6,
-       "video.multisamplesamples": 6,
        "video.cursor": true,
-       "input.grab": false,
        "video.doublebuffer": true,
-       "video.swapcontrol": true,
+       "video.fullscreen": false,
        "video.maxfps": 45,
-       "video.printfps": true,
-       "engine.timestep": 0.01
+       "video.mode": [800, 600],
+       "video.multisamplebuffers": 6,
+       "video.multisamplesamples": 6,
+       "video.resizable": true,
+       //"video.printfps": true,
+       "video.swapcontrol": true
 }
This page took 0.020629 seconds and 4 git commands to generate.