Add :fps file creation to the help+man page.

This commit is contained in:
Pentarctagon 2021-05-17 10:51:37 -05:00
parent a833a55614
commit 7b92aa3a8b
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
2 changed files with 3 additions and 2 deletions

View file

@ -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.

View file

@ -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.