X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=data%2Fyoinkrc;fp=data%2Fyoinkrc;h=d26ac4d83481a0a22dfb08bf9a72eb853f4fd0ab;hp=f6f362cbeedb0d88403317c000cd0293d70ef0bd;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hpb=85783316365181491a3e3c0c63659972477cebba diff --git a/data/yoinkrc b/data/yoinkrc index f6f362c..d26ac4d 100644 --- a/data/yoinkrc +++ b/data/yoinkrc @@ -1,6 +1,5 @@ -- Example Yoink Configuration File --- ex:ft=lua ts=4 sw=4 tw=75 print "loading default settings..." @@ -54,12 +53,9 @@ 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} - --- Set this to make the cursor remain visible as you mouse over the video --- output of the game. - -showcursor = false +if fullscreen == false then + videomode = {800, 600} +end -- Set this to use double-buffering to improve animation quality. You -- really don't want to turn this off. @@ -74,12 +70,15 @@ doublebuffer = true swapcontrol = true --- Set the level of log detail that will be printed to the console. +-- Set the level of log detail that will be output to the console. -- Possible values are: -- 0 print nothing --- 1 errors only +-- 1 output errors only -- 2 include warnings -- 3 print everything, including debug messages loglevel = 2 + +-- vi:ft=lua ts=4 sw=4 tw=75 +