mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-26 03:26:01 +10:00
Compare commits
5 Commits
v2025.07.2
...
v2025.07.2
| Author | SHA1 | Date | |
|---|---|---|---|
| f9c72448d9 | |||
|
|
135e63ef52 | ||
|
|
c86e68d383 | ||
| d345e700fc | |||
| bc187cff09 |
@@ -674,8 +674,9 @@ func _on_background_input_capture_bg_key_pressed(node, keys_pressed):
|
|||||||
|
|
||||||
if settingsMenu.awaitingCostumeInput >= 0:
|
if settingsMenu.awaitingCostumeInput >= 0:
|
||||||
|
|
||||||
if keyStrings[0] == "Keycode1":
|
# Cancel key assignment if user clicks outside the settings menu
|
||||||
if !settingsMenu.hasMouse:
|
if keyStrings[0] == "Keycode1" and !settingsMenu.hasMouse:
|
||||||
|
# Don't assign the key, just complete the flow
|
||||||
emit_signal("pressedKey")
|
emit_signal("pressedKey")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user