switched to button down

This commit is contained in:
pennyrigate 2023-11-06 00:20:11 -05:00
parent 8afbb0f7f5
commit 4e042386f7
3 changed files with 12 additions and 11 deletions

View file

@ -169,15 +169,15 @@ align = 1
[connection signal="file_loaded" from="Panel" to="." method="_on_file_loaded"]
[connection signal="file_loaded" from="Panel2" to="." method="_on_file_loaded"]
[connection signal="file_loaded" from="Panel3" to="." method="_on_file_loaded"]
[connection signal="button_down" from="SelectFile1" to="Panel" method="select"]
[connection signal="button_down" from="SelectFile1" to="MenuSounds" method="play_confirm_sound"]
[connection signal="focus_entered" from="SelectFile1" to="MenuSounds" method="play_select_sound"]
[connection signal="pressed" from="SelectFile1" to="Panel" method="select"]
[connection signal="pressed" from="SelectFile1" to="MenuSounds" method="play_confirm_sound"]
[connection signal="button_down" from="SelectFile2" to="Panel2" method="select"]
[connection signal="button_down" from="SelectFile2" to="MenuSounds" method="play_confirm_sound"]
[connection signal="focus_entered" from="SelectFile2" to="MenuSounds" method="play_select_sound"]
[connection signal="pressed" from="SelectFile2" to="Panel2" method="select"]
[connection signal="pressed" from="SelectFile2" to="MenuSounds" method="play_confirm_sound"]
[connection signal="button_down" from="SelectFile3" to="Panel3" method="select"]
[connection signal="button_down" from="SelectFile3" to="MenuSounds" method="play_confirm_sound"]
[connection signal="focus_entered" from="SelectFile3" to="MenuSounds" method="play_select_sound"]
[connection signal="pressed" from="SelectFile3" to="Panel3" method="select"]
[connection signal="pressed" from="SelectFile3" to="MenuSounds" method="play_confirm_sound"]
[connection signal="button_down" from="Back" to="MenuSounds" method="play_confirm_sound"]
[connection signal="focus_entered" from="Back" to="MenuSounds" method="play_select_sound"]
[connection signal="button_down" from="DeleteButton" to="MenuSounds" method="play_confirm_sound"]