]> Dogcows Code - chaz/yoink/blobdiff - data/yoinkrc
big batch of progress
[chaz/yoink] / data / yoinkrc
diff --git a/data/yoinkrc b/data/yoinkrc
new file mode 100644 (file)
index 0000000..67be5c1
--- /dev/null
@@ -0,0 +1,16 @@
+/* C-style comments are allowed. */
+{
+       "video.fullscreen": false,
+       "video.resizable": true,
+       "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
+}
This page took 0.017002 seconds and 4 git commands to generate.