Add :fps file creation to the help+man page.
This commit is contained in:
parent
a833a55614
commit
7b92aa3a8b
2 changed files with 3 additions and 2 deletions
|
@ -690,7 +690,7 @@ Switch a side between human and AI control. The second parameter can be ‘off
|
|||
Display the controller status of a side.
|
||||
|
||||
" + "<header>text=':fps'</header>" + _ "
|
||||
Toggle the display of the current frames per second.
|
||||
Toggle the display of the current frames per second. Also writes these values to a file in the userdata directory.
|
||||
|
||||
" + "<header>text=':log <level> <domain>'</header>" + _ "
|
||||
Switch a log domain to a different log level.
|
||||
|
|
|
@ -122,7 +122,8 @@ is specified, equivalent to
|
|||
.TP
|
||||
.B --fps
|
||||
displays the number of frames per second the game is currently running
|
||||
at, in a corner of the screen.
|
||||
at in a corner of the screen as well as writes these values to a file
|
||||
in the userdata directory.
|
||||
.TP
|
||||
.B -f, --fullscreen
|
||||
runs the game in full screen mode.
|
||||
|
|
Loading…
Add table
Reference in a new issue