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.
8585
8686A typical game will have hundreds or thousands of tunable parameters.
8787With 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.
8989You can keep everything configurable using a TUI
9090while also exposing common settings to normal players in your game's GUI.
9191
Original file line number Diff line number Diff line change 6161//!
6262//! A typical game will have hundreds or thousands of tunable parameters.
6363//! 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.
6565//! You can keep everything configurable using a TUI
6666//! while also exposing common settings to normal players in your game's GUI.
6767//!
You can’t perform that action at this time.
0 commit comments