]> Dogcows Code - chaz/yoink/blobdiff - data/yoinkrc
moved log level from configure to setting
[chaz/yoink] / data / yoinkrc
index d7f97ccd00b798ed714351c20fc3cbd74082dc08..36b6e58d5ea9e9e982fc33ced1e2a65b4edbd140 100644 (file)
@@ -35,12 +35,12 @@ framerate           = 50
 -- Set this to print the current actual framerate to the console each
 -- second.
 
-showfps                        = true
+showfps                        = false
 
 -- Set this to run the game in full-screen mode.  The default behavior is
 -- to run the game in a window.
 
-fullscreen             = true
+fullscreen             = false
 
 -- If the game is running in a window, set this to also make the window
 -- resizable.  This has no effective if the fullscreen option is true.
@@ -53,7 +53,7 @@ resizable             = true
 -- default behavior is to pick a native resolution.  Otherwise, the game
 -- window will default to 800x600.
 
---videomode            = {800, 600}
+videomode              = {800, 600}
 
 -- Set this to make the cursor remain visible as you mouse over the view of
 -- the game.
@@ -71,3 +71,12 @@ doublebuffer = true
 
 swapcontrol            = true
 
+-- Set the level of log detail that will be printed to the console.
+-- Possible values are:
+-- 0 print nothing
+-- 1 errors only
+-- 2 include warnings
+-- 3 print everything, including debug messages
+
+loglevel = 2
+
This page took 0.019656 seconds and 4 git commands to generate.