X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=data%2Fyoinkrc;h=2faf40dc6bf0d0f2313f1bbaa35405f9cb88331d;hp=102848be7ada9c71c84c191eed8c0bd18bbd4841;hb=16d1a05b0777e97a45c48e2874aa4e5cc791282e;hpb=15cd32dc28e7fa5997d9850d7e10b889f69a7cae diff --git a/data/yoinkrc b/data/yoinkrc index 102848b..2faf40d 100644 --- a/data/yoinkrc +++ b/data/yoinkrc @@ -1,16 +1,16 @@ /* C-style comments are allowed. */ { - "video.fullscreen": false, - "video.resizable": true, - "video.mode": [800, 600], + "engine.timestep": 0.01, + "input.grab": false, "video.colorbuffers": [8, 8, 8, 8], - "video.multisamplebuffers": 6, - "video.multisamplesamples": 6, "video.cursor": true, - "input.grab": false, "video.doublebuffer": true, - "video.swapcontrol": true, + "video.fullscreen": false, "video.maxfps": 45, - "video.printfps": true, - "engine.timestep": 0.01 + "video.mode": [800, 600], + "video.multisamplebuffers": 6, + "video.multisamplesamples": 6, + "video.resizable": true, + //"video.printfps": true, + "video.swapcontrol": true }