diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-06 23:43:42 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-06 23:43:42 +0200 |
commit | 06baf4555dc1c7a64bed7d059fbe34c99e9638fb (patch) | |
tree | 923d343033a8c1aa28a8d6c834c0332ddd2201ab /locale/en.ini | |
parent | d7fefc69c0a8a4b70d3553125af5f5cabdba6b3b (diff) | |
download | hurrycurry-06baf4555dc1c7a64bed7d059fbe34c99e9638fb.tar hurrycurry-06baf4555dc1c7a64bed7d059fbe34c99e9638fb.tar.bz2 hurrycurry-06baf4555dc1c7a64bed7d059fbe34c99e9638fb.tar.zst |
refactor settings again (part 1)
Diffstat (limited to 'locale/en.ini')
-rw-r--r-- | locale/en.ini | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/locale/en.ini b/locale/en.ini index 3903c574..472c88db 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -75,24 +75,24 @@ c.settings.audio.master_volume=Master Volume c.settings.audio.music_volume=Music Volume c.settings.audio.sfx_volume=SFX Volume c.settings.audio=Audio -c.settings.controls.add=Add new -c.settings.controls.joypad_axis=Joypad axis %s -c.settings.controls.joypad=%s (Joypad) -c.settings.controls.keyboard=%s (Keyboard) -c.settings.controls.mouse_button=Mouse button %s -c.settings.controls.other_event=Other event -c.settings.controls.press_any_key=Press any key... -c.settings.controls=Controls +c.settings.input.add=Add new +c.settings.input.joypad_axis=Joypad axis %s +c.settings.input.joypad=%s (Joypad) +c.settings.input.keyboard=%s (Keyboard) +c.settings.input.mouse_button=Mouse button %s +c.settings.input.other_event=Other event +c.settings.input.press_any_key=Press any key... +c.settings.input=Controls c.settings.debug_info=Display debug info (Framerate, etc.) -c.settings.fullscreen.always=Always -c.settings.fullscreen.keep=Keep -c.settings.fullscreen.never=Never -c.settings.fullscreen=Fullscreen +c.settings.graphics.fullscreen.always=Always +c.settings.graphics.fullscreen.keep=Keep +c.settings.graphics.fullscreen.never=Never +c.settings.graphics.fullscreen=Fullscreen c.settings.gameplay.extend_boost=Always extend boost to maximum duration c.settings.gameplay=Gameplay -c.settings.gi.sdfgi=SDFGI -c.settings.gi.voxelgi=Voxel GI -c.settings.gi=Global illumination +c.settings.graphics.gi.sdfgi=SDFGI +c.settings.graphics.gi.voxelgi=Voxel GI +c.settings.graphics.gi=Global illumination c.settings.glow=Enable glow c.settings.graphics.aa=Anti-aliasing c.settings.graphics.ao=Ambient occlusion @@ -101,7 +101,7 @@ c.settings.graphics=Graphics c.settings.grass_amount=3D grass amount per grass tile c.settings.language.system=System default c.settings.language=Language -c.settings.low_poly_trees=Low-poly trees +c.settings.graphics.lq_trees=Low-poly trees c.settings.other=Other c.settings.preset_high=High c.settings.preset_low=Low |