X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=data%2Fyoinkrc;h=13be9a754ef7fd7990c8146ae1b437ad9a0cd795;hp=36b6e58d5ea9e9e982fc33ced1e2a65b4edbd140;hb=4f9eb9259092994de9690cf12f11437c35a6791e;hpb=3f6e44698c38b74bb622ad81ea9d2daa636981d2 diff --git a/data/yoinkrc b/data/yoinkrc index 36b6e58..13be9a7 100644 --- a/data/yoinkrc +++ b/data/yoinkrc @@ -50,8 +50,9 @@ 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}