]> Dogcows Code - chaz/yoink/blob - data/yoinkrc
now using cml for vectors and math stuff
[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 "video.grab": false,
11 "video.doublebuffer": true,
12 "video.swapcontrol": true,
13 "engine.maxfps": 45,
14 "engine.printfps": true,
15 "engine.timestep": 0.01
16 }
This page took 0.028203 seconds and 4 git commands to generate.