We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4b556 commit 6d3bf3eCopy full SHA for 6d3bf3e
README.md
@@ -165,4 +165,16 @@ Build & run with tracy enabled:
165
cmake -DUSE_FUTURE_TRACY=ON .. && make akhenaten && ./akhenaten
166
```
167
168
+### Parameters:
169
+
170
+```
171
+ --display-scale NUMBER //Scales the display by a factor of NUMBER. Number can be between 0.5 and 5
172
+ --cursor-scale NUMBER //Scales the mouse cursor by a factor of NUMBER. Number can be 1, 1.5 or 2
173
+ --render // use specific renderer directx, opengl, vulkan
174
+ --size // window size. Example: 800x600
175
+ --window // enable window mode
176
+ --mixed // hot reload scripts from disk
177
+ --save_debug_texture // save screen output to game folder
178
179
180

0 commit comments