mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-24 21:53:04 -04: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
@ -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…
x
Reference in New Issue
Block a user