X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=data%2Fyoinkrc;h=79fa707511a9571832dd0e12865063e555504a0a;hp=5660ffa894c196aac70e0843c466ab089a373d29;hb=b357615aba1dbde81e3c6999366604e6001010a7;hpb=246d7d6e4386b686327163d621c7c8b398b7d479 diff --git a/data/yoinkrc b/data/yoinkrc index 5660ffa..79fa707 100644 --- a/data/yoinkrc +++ b/data/yoinkrc @@ -50,12 +50,12 @@ resizable = true -- that make up the video mode. A typical value is 800,600 for a size of -- 800x600 pixels with millions of colors (the third number is optional). -videomode = {1024, 786} +videomode = {800, 600} -- Set whether or not the cursor will be visible when you mouse over the -- display of the game. -showcursor = false +showcursor = true -- Set whether or not the drawing should use two buffers. This results in -- a higher quality animation. You should usually leave this as true.