From 7528ec9fac3ad9f834db5c0f4526c0f1b553fa62 Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 18 Dec 2018 07:33:15 +0000 Subject: [PATCH] Added note about -size argument. --- manual/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/manual/index.html b/manual/index.html index eb086e6..5623069 100644 --- a/manual/index.html +++ b/manual/index.html @@ -16,6 +16,7 @@ div.content {width: 75%; display: block; margin-left: auto; margin-right: auto; div.annotation {font-size: 12px; position:absolute; background-color:#08f; color:#fff; padding:3px; font-weight:bold; border:2px #fff solid; border-radius: 5px; text-align:center} div.annotationContainer {position:relative; width:800px; display: block; margin-left: auto; margin-right: auto;} span.highlight {font-weight:bold; color: #0bf;} +span.code {font-family: monospace; color: #0f0;} TBFTSS - The Pandoran War @@ -408,6 +409,16 @@ Various game options can be changed:
  • Fullscreen - Whether or not to start the game in fullscreen mode.[1]
  • Control Configuration - Allows you to configure the controls (see below for more details)
  • +

    A command line switch also exists to allow a user to specify an arbitary screen size. This can be done with:

    +

    +./tbftss -size <w>x<h> +

    +

    +Where w is the width of the window and h is the height. +

    +

    +For example, running the game with -size 800x600 will open a 800 x 600 window. Resolutions cannot be made smaller than 1280 x 720 or larger than 3840 x 2160. +

    [1] - changes to this option will take effect next time you start the game.