import{_ as e,c as t,o as a,a as r}from"./app.ab34650d.js";const u=JSON.parse('{"title":"Interface: Settings","description":"","frontmatter":{"editLink":false},"headers":[{"level":2,"title":"Properties","slug":"properties"},{"level":3,"title":"active","slug":"active"},{"level":3,"title":"hideChallenges","slug":"hidechallenges"},{"level":3,"title":"msDisplay","slug":"msdisplay"},{"level":3,"title":"saves","slug":"saves"},{"level":3,"title":"showTPS","slug":"showtps"},{"level":3,"title":"theme","slug":"theme"},{"level":3,"title":"unthrottled","slug":"unthrottled"}],"relativePath":"api/interfaces/game/settings.Settings.md","lastUpdated":null}'),s={name:"api/interfaces/game/settings.Settings.md"},n=r('
game/settings.Settings
The player's settings object.
\u2022 active: string
The ID of the active save.
profectus/src/game/settings.ts:12
\u2022 hideChallenges: boolean
profectus/src/features/challenges/challenge.tsx:291
\u2022 msDisplay: MilestoneDisplay
profectus/src/features/milestones/milestone.tsx:170
\u2022 saves: string
[]
The IDs of all created saves.
profectus/src/game/settings.ts:14
\u2022 showTPS: boolean
Whether or not to show the current ticks per second in the lower left corner of the page.
profectus/src/game/settings.ts:16
\u2022 theme: Themes
The current theme to display the game in.
profectus/src/game/settings.ts:18
\u2022 unthrottled: boolean
Whether or not to cap the project at 20 ticks per second.