]> Dogcows Code - chaz/yoink/blobdiff - src/yoinkrc
new classes; yajl library
[chaz/yoink] / src / yoinkrc
diff --git a/src/yoinkrc b/src/yoinkrc
new file mode 100644 (file)
index 0000000..f58c13d
--- /dev/null
@@ -0,0 +1,14 @@
+/* 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": 40
+}
This page took 0.019576 seconds and 4 git commands to generate.