diff --git a/src/js/profile/setting_types.js b/src/js/profile/setting_types.js index 33a7b25d..dfe46c59 100644 --- a/src/js/profile/setting_types.js +++ b/src/js/profile/setting_types.js @@ -192,6 +192,7 @@ export class BoolSetting extends BaseSetting { getHtml() { const label = T.settings.labels[this.id] || { title: this.id.replace(/([a-z])([A-Z])/g, (s, a, b) => `${a}_${b}`), + description: "the consequences are unknown", }; return `
diff --git a/translations/base-en.yaml b/translations/base-en.yaml index 7e6781c2..b81d651d 100644 --- a/translations/base-en.yaml +++ b/translations/base-en.yaml @@ -583,6 +583,7 @@ settings: categories: game: Game app: Application + debug: Debug versionBadges: dev: Development @@ -668,6 +669,42 @@ settings: description: >- Whether to offer hints and tutorials while playing. Also hides certain UI elements onto a given level to make it easier to get into the game. + debug_enableDebugSettings: + title: Debug / Enable Debug Settings + description: >- + Apply values below. If disabled, ignore values below. + debug_fastGameEnter: null + debug_noArtificialDelays: null + debug_disableSavegameWrite: null + debug_showEntityBounds: null + debug_showAcceptorEjectors: null + debug_disableMusic: null + debug_doNotRenderStatics: null + debug_disableZoomLimits: null + debug_showChunkBorders: + title: Debug / Show Chunk Borders + description: >- + Draw chunk rectangles. + debug_rewardsInstant: null + debug_allBuildingsUnlocked: + title: Debug / Unlock All Buildings + description: >- + Unlocks all buildings. Works in both new and loaded games. + debug_upgradesNoCost: null + debug_disableUnlockDialog: null + debug_disableLogicTicks: null + debug_testClipping: null + debug_framePausesBetweenTicks: null + debug_testTranslations: null + debug_enableEntityInspector: + title: Debug / Enable Entity Inspector + description: >- + Show information about hovered entity components. + debug_testAds: null + debug_disableMapOverview: null + debug_disableTutorialHints: null + debug_disableUpgradeNotification: null + keybindings: title: Keybindings hint: >-