File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ is just a field access without any overhead.
85
85
86
86
A typical game will have hundreds or thousands of tunable parameters.
87
87
With cvars and a console you can keep them all configurable for advanced players,
88
- modders and your-gamedev-self without having a build and elaborate settings menu.
88
+ modders and your-gamedev-self without having a build an elaborate settings menu.
89
89
You can keep everything configurable using a TUI
90
90
while also exposing common settings to normal players in your game's GUI.
91
91
Original file line number Diff line number Diff line change 61
61
//!
62
62
//! A typical game will have hundreds or thousands of tunable parameters.
63
63
//! With cvars and a console you can keep them all configurable for advanced players,
64
- //! modders and your-gamedev-self without having a build and elaborate settings menu.
64
+ //! modders and your-gamedev-self without having a build an elaborate settings menu.
65
65
//! You can keep everything configurable using a TUI
66
66
//! while also exposing common settings to normal players in your game's GUI.
67
67
//!
You can’t perform that action at this time.
0 commit comments