diff options
| author | BigBrotherNii <nicochr1004@gmail.com> | 2024-07-18 20:56:30 +0200 |
|---|---|---|
| committer | BigBrotherNii <nicochr1004@gmail.com> | 2024-07-18 20:56:30 +0200 |
| commit | e4e91da56f12637eeec267a4a2cd131d00ecdc7b (patch) | |
| tree | 70c69d9f93d31939758d038ab89fc8df00320fde /client/global.gd | |
| parent | 4b28bec153c9d48b0fe3bfa5e6f2b6a461c877bb (diff) | |
| download | hurrycurry-e4e91da56f12637eeec267a4a2cd131d00ecdc7b.tar hurrycurry-e4e91da56f12637eeec267a4a2cd131d00ecdc7b.tar.bz2 hurrycurry-e4e91da56f12637eeec267a4a2cd131d00ecdc7b.tar.zst | |
crreceted typos
Signed-off-by: BigBrotherNii <nicochr1004@gmail.com>
Diffstat (limited to 'client/global.gd')
| -rw-r--r-- | client/global.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd index 48510d17..53e82397 100644 --- a/client/global.gd +++ b/client/global.gd @@ -42,7 +42,7 @@ var using_joypad := false var default_settings := { "language": DropdownSetting.new(tr("Language"), 0, languages), "fullscreen": DropdownSetting.new(tr("Fullscreen"), 0, [tr("Keep"), tr("Always"), tr("Never")]), - "touch_controls": ToggleSetting.new(tr("Enable touch screen conrols"), DisplayServer.is_touchscreen_available()), + "touch_controls": ToggleSetting.new(tr("Enable touch screen controls"), DisplayServer.is_touchscreen_available()), "interpolate_camera_rotation": ToggleSetting.new(tr("Interpolate the camera rotation"), true), "invert_camera": ToggleSetting.new(tr("Invert camera movement"), false), "usernames": ToggleSetting.new(tr("Show username tags"), true), |