Skip to content

Commit

Permalink
Added note about -size argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjsweeney committed Dec 18, 2018
1 parent e968d24 commit 7528ec9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
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;}
</style>
<title>TBFTSS - The Pandoran War</title>
</head>
Expand Down Expand Up @@ -408,6 +409,16 @@ <h3>Options</h3>
<li><span class="highlight">Fullscreen</span> - Whether or not to start the game in fullscreen mode.<sup>[1]</sup></li>
<li><span class="highlight">Control Configuration</span> - Allows you to configure the controls (see below for more details)</li>
</ul>
<p>A command line switch also exists to allow a user to specify an arbitary screen size. This can be done with:</p>
<p>
<span class='code'>./tbftss -size &lt;w&gt;x&lt;h&gt;</span>
</p>
<p>
Where <span class='code'>w</span> is the width of the window and <span class='code'>h</span> is the height.
</p>
<p>
For example, running the game with <span class='code'>-size 800x600</span> will open a 800 x 600 window. Resolutions cannot be made smaller than 1280 x 720 or larger than 3840 x 2160.
</p>
<p style="font-size:8pt">[1] - changes to this option will take effect next time you start the game.</p>
</p>

Expand Down

0 comments on commit 7528ec9

Please sign in to comment.