X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=data%2Fyoinkrc;h=de65603a99c3b37ebec77d24b5f1f38805b1bad9;hp=36b6e58d5ea9e9e982fc33ced1e2a65b4edbd140;hb=837bae9f2bf7b25e1d3d2625eeaf39c1d2f48827;hpb=be9ebc1104574e5e81e19c5caba0c23b54df826d diff --git a/data/yoinkrc b/data/yoinkrc index 36b6e58..de65603 100644 --- a/data/yoinkrc +++ b/data/yoinkrc @@ -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,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.