X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=data%2Fyoinkrc;h=13be9a754ef7fd7990c8146ae1b437ad9a0cd795;hp=d7f97ccd00b798ed714351c20fc3cbd74082dc08;hb=e973a129b5b83b628ba3f09e8c95682fc74080cd;hpb=4f62ce947db282f0bbf4d49b3aafb83d7cf51adc diff --git a/data/yoinkrc b/data/yoinkrc index d7f97cc..13be9a7 100644 --- a/data/yoinkrc +++ b/data/yoinkrc @@ -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. @@ -50,10 +50,11 @@ 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. @@ -71,3 +72,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 +