Update wiki

GitHub Action 2023-12-12 09:48:13 +00:00
parent 47103c632b
commit bf87c54327
2 changed files with 2 additions and 1 deletions

@ -14,6 +14,7 @@ version.
| -nomusic | Disable music. |
| -nosfx | Disable sound effects. |
| -nosound | Disable all sound output. |
| -quiet | Print with minimum verbosity. |
| -save <directory> | Specify a path from which to load and save games. If the directory does not exist then it will automatically be created. |
| -shotdir <directory> | Specify a path to save screenshots. If the directory does not exist then it will automatically be created. |
| -verbose | Print debugging info with maximum verbosity. |

@ -40,7 +40,7 @@ Possible values for the widget position keywords:
When using relative screen positioning, the widgets are aligned "first come, first serve". For example, the first widget in a paragraph that is aligned with the "bottomleft" keyword will end up in the very bottom-left area of the screen and each following widget that is aligned with the same keyword will get stacked one line above.
Absolute X and Y screen coordinates are limited to the low-resolution non-widescreen visible area of the screen, i.e. 0 <= X < 320 and 0 <= Y < 200. Negative values get interpreted relative to the right or lower edges of the screen, respectively.
Absolute X and Y screen coordinates are limited to the low-resolution non-widescreen visible area of the screen, i.e. `0 <= X < 320` and `0 <= Y < 200`. Negative values will get interpreted relative to the right or lower edges of the screen, respectively. If the "Widescreen Widget Arrangement" feature is enabled, widgets will get aligned with respect to the widescreen area of the screen (new in Woof! 12.1.0).
## Examples