X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=data%2Fyoinkrc;h=bf5bc83b0f621f22647bc81f10a494e74ac06764;hp=13be9a754ef7fd7990c8146ae1b437ad9a0cd795;hb=76b3f4be992514a740ac03cdbdd57844142a0b4c;hpb=4f9eb9259092994de9690cf12f11437c35a6791e diff --git a/data/yoinkrc b/data/yoinkrc index 13be9a7..bf5bc83 100644 --- a/data/yoinkrc +++ b/data/yoinkrc @@ -1,6 +1,6 @@ -- Example Yoink Configuration File --- vim: ft=lua ts=4 +-- ex:ft=lua ts=4 sw=4 tw=75 print "loading default settings..." @@ -54,21 +54,23 @@ resizable = true -- videomode to override the default resolution. If the fullscreen option -- is false, videomode will determine the size of the window. -videomode = {800, 600} +--videomode = {800, 600} --- Set this to make the cursor remain visible as you mouse over the view of --- the game. +-- Set this to make the cursor remain visible as you mouse over the video +-- output of the game. -showcursor = true +showcursor = false -- Set this to use double-buffering to improve animation quality. You --- should usually leave this as true. +-- really don't want to turn this off. doublebuffer = true -- Set this to sync with the refresh rate of your display. Your framerate --- will be limited to the refresh rate, but you may experience fewer ugly --- "artifacts" caused by the game animation. +-- will be limited to the refresh rate, but you may experience less +-- tearing caused by the display vertical refresh. On the other hand, you +-- might experience worse tearing, depending on your setup. Try it both +-- ways. swapcontrol = true