X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=data%2Fyoinkrc;h=2faf40dc6bf0d0f2313f1bbaa35405f9cb88331d;hp=67be5c112b5d0dfa6dadd3bc927922f9e961f313;hb=16d1a05b0777e97a45c48e2874aa4e5cc791282e;hpb=7d15b919681bb9ec0088b4b27c6abf62d6dfb9b1 diff --git a/data/yoinkrc b/data/yoinkrc index 67be5c1..2faf40d 100644 --- a/data/yoinkrc +++ b/data/yoinkrc @@ -1,16 +1,16 @@ /* C-style comments are allowed. */ { + "engine.timestep": 0.01, + "input.grab": false, + "video.colorbuffers": [8, 8, 8, 8], + "video.cursor": true, + "video.doublebuffer": true, "video.fullscreen": false, - "video.resizable": true, + "video.maxfps": 45, "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": 45, - "engine.printfps": true, - "engine.timestep": 0.01 + "video.resizable": true, + //"video.printfps": true, + "video.swapcontrol": true }