This commit is contained in:
2024-09-25 21:00:24 +08:00
parent 4534540786
commit 9d795e0ca4
13 changed files with 103 additions and 83 deletions
+2 -2
View File
@@ -112,7 +112,7 @@ public class MyKeyBinder : MonoBehaviour
setTheKeyToggle.isOn = false;
Reset();
}
else if (!this.inputUIButton.highlighted)
else if (!inputUIButton.highlighted)
{
setTheKeyToggle.isOn = false;
Reset();
@@ -173,7 +173,7 @@ public class MyKeyBinder : MonoBehaviour
{
if (Input.GetKey(modKey))
{
mod += "+" + modKey.ToString();
mod += "+" + modKey;
}
}