]> Dogcows Code - chaz/yoink/blob - data/yoinkrc
2faf40dc6bf0d0f2313f1bbaa35405f9cb88331d
[chaz/yoink] / data / yoinkrc
1 /* C-style comments are allowed. */
2 {
3 "engine.timestep": 0.01,
4 "input.grab": false,
5 "video.colorbuffers": [8, 8, 8, 8],
6 "video.cursor": true,
7 "video.doublebuffer": true,
8 "video.fullscreen": false,
9 "video.maxfps": 45,
10 "video.mode": [800, 600],
11 "video.multisamplebuffers": 6,
12 "video.multisamplesamples": 6,
13 "video.resizable": true,
14 //"video.printfps": true,
15 "video.swapcontrol": true
16 }
This page took 0.030046 seconds and 3 git commands to generate.