mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-23 09:34:35 -05:00
remove 'toggle' from auto-rotate/smooth camera in controls menu
Since pressing the button says you can press the button again to toggle it on or off anyways
This commit is contained in:
parent
f7e0a00e1a
commit
e757e63e19
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ namespace ClassicalSharp.Gui.Screens {
|
|||
right = new KeyBind[5];
|
||||
right[0] = KeyBind.Screenshot; right[1] = KeyBind.Fullscreen; right[2] = KeyBind.AxisLines; right[3] = KeyBind.Autorotate; right[4] = KeyBind.SmoothCamera;
|
||||
leftDesc = new string[] { "Show ext input", "Hide FPS", "Hide gui", "Hotbar switching" };
|
||||
rightDesc = new string[] { "Screenshot", "Fullscreen", "Show axis lines", "Toggle auto-rotate", "Toggle smooth cam" };
|
||||
rightDesc = new string[] { "Screenshot", "Fullscreen", "Show axis lines", "Auto-rotate", "Smooth camera" };
|
||||
|
||||
title = "Other controls";
|
||||
leftPage = (g, w) => g.Gui.SetNewScreen(new HacksKeyBindingsScreen(g));
|
||||
|
|
Loading…
Add table
Reference in a new issue