Allow configuring the location on-screen of leaderboard trackers.

This commit is contained in:
Henrik Rydgård 2023-08-01 00:13:33 +02:00
parent 48d577014a
commit 3563d625b9
7 changed files with 20 additions and 2 deletions

View file

@ -486,6 +486,9 @@ public:
bool bAchievementsSoundEffects;
bool bAchievementsLogBadMemReads;
// Positioning of the various notifications
int iAchievementsLeaderboardTrackerPos;
// Customizations
std::string sAchievementsUnlockAudioFile;
std::string sAchievementsLeaderboardSubmitAudioFile;