]> Dogcows Code - chaz/yoink/blobdiff - data/yoinkrc
game loop tweaks; shapes hierarchy defined
[chaz/yoink] / data / yoinkrc
index de65603a99c3b37ebec77d24b5f1f38805b1bad9..bf5bc83b0f621f22647bc81f10a494e74ac06764 100644 (file)
@@ -56,19 +56,21 @@ resizable           = true
 
 --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
 
This page took 0.020345 seconds and 4 git commands to generate.