Skip to content

Commit 7528ec9

Browse files
Added note about -size argument.
1 parent e968d24 commit 7528ec9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

manual/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
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}
1717
div.annotationContainer {position:relative; width:800px; display: block; margin-left: auto; margin-right: auto;}
1818
span.highlight {font-weight:bold; color: #0bf;}
19+
span.code {font-family: monospace; color: #0f0;}
1920
</style>
2021
<title>TBFTSS - The Pandoran War</title>
2122
</head>
@@ -408,6 +409,16 @@ <h3>Options</h3>
408409
<li><span class="highlight">Fullscreen</span> - Whether or not to start the game in fullscreen mode.<sup>[1]</sup></li>
409410
<li><span class="highlight">Control Configuration</span> - Allows you to configure the controls (see below for more details)</li>
410411
</ul>
412+
<p>A command line switch also exists to allow a user to specify an arbitary screen size. This can be done with:</p>
413+
<p>
414+
<span class='code'>./tbftss -size &lt;w&gt;x&lt;h&gt;</span>
415+
</p>
416+
<p>
417+
Where <span class='code'>w</span> is the width of the window and <span class='code'>h</span> is the height.
418+
</p>
419+
<p>
420+
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.
421+
</p>
411422
<p style="font-size:8pt">[1] - changes to this option will take effect next time you start the game.</p>
412423
</p>
413424

0 commit comments

Comments
 (0)