1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-02-04 17:02:17 +08:00
This commit is contained in:
2024-09-25 20:59:37 +08:00
parent 4534540786
commit 9d795e0ca4
13 changed files with 103 additions and 83 deletions

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;
}
}