Skip to content

Commit 0b659b3

Browse files
committed
Rename "Controls: " to "Input: " for the method you're using (clashed a bit with configuring individual controls)
1 parent 797b309 commit 0b659b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/com/miloshpetrov/sol2/menu/OptionsScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void updateCustom(SolApplication cmp, SolInputManager.Ptr[] ptrs, boolean
5454
if (ct == GameOptions.CONTROL_MIXED) ctName = "KB + Mouse";
5555
if (ct == GameOptions.CONTROL_MOUSE) ctName = "Mouse";
5656
if (ct == GameOptions.CONTROL_CONTROLLER) ctName = "Controller";
57-
myControlTypeCtrl.setDisplayName("Controls: " + ctName);
57+
myControlTypeCtrl.setDisplayName("Input: " + ctName);
5858
if (myControlTypeCtrl.isJustOff()) {
5959
cmp.getOptions().advanceControlType(false);
6060
}

0 commit comments

Comments
 (0)