Skip to content
On this page

Interface: Settings

game/settings.Settings

The player's settings object.

Properties

active

active: string

The ID of the active save.

Defined in

profectus/src/game/settings.ts:12


hideChallenges

hideChallenges: boolean

Defined in

profectus/src/features/challenges/challenge.tsx:291


msDisplay

msDisplay: MilestoneDisplay

Defined in

profectus/src/features/milestones/milestone.tsx:170


saves

saves: string[]

The IDs of all created saves.

Defined in

profectus/src/game/settings.ts:14


showTPS

showTPS: boolean

Whether or not to show the current ticks per second in the lower left corner of the page.

Defined in

profectus/src/game/settings.ts:16


theme

theme: Themes

The current theme to display the game in.

Defined in

profectus/src/game/settings.ts:18


unthrottled

unthrottled: boolean

Whether or not to cap the project at 20 ticks per second.

Defined in

profectus/src/game/settings.ts:20