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