]> Dogcows Code - chaz/yoink/blobdiff - data/yoinkrc
bugfix: writing packets missing some bytes
[chaz/yoink] / data / yoinkrc
index 36b6e58d5ea9e9e982fc33ced1e2a65b4edbd140..f6f362cbeedb0d88403317c000cd0293d70ef0bd 100644 (file)
@@ -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..."
 
@@ -50,24 +50,27 @@ resizable           = true
 -- Set the screen resolution or size of the window.  The value is an array
 -- with three number elements representing the width, height, and bits per
 -- pixel that make up the video mode.  If the fullscreen option is set, the
--- default behavior is to pick a native resolution.  Otherwise, the game
--- window will default to 800x600.
+-- default behavior is to pick a native resolution.  You can use the
+-- 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
 
@@ -78,5 +81,5 @@ swapcontrol           = true
 -- 2 include warnings
 -- 3 print everything, including debug messages
 
-loglevel = 2
+loglevel               = 2
 
This page took 0.020636 seconds and 4 git commands to generate.