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