Add one-time spawn camera pan

This commit is contained in:
Kelsi 2026-02-05 18:06:52 -08:00
parent 74cabd76ce
commit 9828eb2880
5 changed files with 81 additions and 7 deletions

View file

@ -183,6 +183,7 @@ public:
int sfxVolume = 100;
float mouseSensitivity = 0.2f;
bool invertMouse = false;
bool introSeen = false;
};
bool getSinglePlayerSettings(SinglePlayerSettings& out) const;
void setSinglePlayerSettings(const SinglePlayerSettings& settings);