Skip to content

Commit 6d3bf3e

Browse files
authored
Fix#156. Update README, add description for params
1 parent 2d4b556 commit 6d3bf3e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,16 @@ Build & run with tracy enabled:
165165
cmake -DUSE_FUTURE_TRACY=ON .. && make akhenaten && ./akhenaten
166166
```
167167

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+
168180
![Alt](https://repobeats.axiom.co/api/embed/99a27c096522f0ed847ec37c6495d79552aeb13e.svg "Repobeats analytics image")

0 commit comments

Comments
 (0)