Merge branch 'main' of https://gitea.joylink.club/joylink/godot-psd-training into main
This commit is contained in:
commit
cdb5c236d5
@ -15,9 +15,11 @@ func _on_button_pressed():
|
||||
current_focus.hide_key()
|
||||
if(current_focus.name.contains('LCB')):
|
||||
$"../LCB".shouHandleKey()
|
||||
$"../LCB".grab_focus()
|
||||
elif (current_focus.name.contains('PSL')):
|
||||
$"../psl".shouInterlockReleaseSwitchHandleKey()
|
||||
$"../psl".shouPSLAllowHandleKey()
|
||||
$"../psl".grab_focus()
|
||||
|
||||
|
||||
func _on_close_requested():
|
||||
|
Loading…
Reference in New Issue
Block a user