added endless mode support to the wave viewer
This commit is contained in:
@@ -123,6 +123,11 @@ size_flags_vertical = 3
|
||||
layout_mode = 2
|
||||
alignment = 2
|
||||
|
||||
[node name="ContinueButton" type="Button" parent="VBoxContainer/Buttons" unique_id=1143038936]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
text = "BUTTON_CONTINUE"
|
||||
|
||||
[node name="PlayButton" type="Button" parent="VBoxContainer/Buttons" unique_id=774071211]
|
||||
layout_mode = 2
|
||||
text = "BUTTON_RESTART"
|
||||
@@ -135,6 +140,8 @@ text = "BUTTON_MAIN_MENU"
|
||||
stream = SubResource("AudioStreamRandomizer_dram5")
|
||||
bus = &"SFX"
|
||||
|
||||
[connection signal="mouse_entered" from="VBoxContainer/Buttons/ContinueButton" to="." method="_on_button_mouse_entered"]
|
||||
[connection signal="pressed" from="VBoxContainer/Buttons/ContinueButton" to="." method="_on_continue_button_pressed"]
|
||||
[connection signal="mouse_entered" from="VBoxContainer/Buttons/PlayButton" to="." method="_on_button_mouse_entered"]
|
||||
[connection signal="pressed" from="VBoxContainer/Buttons/PlayButton" to="." method="_on_play_button_pressed"]
|
||||
[connection signal="mouse_entered" from="VBoxContainer/Buttons/QuitButton" to="." method="_on_button_mouse_entered"]
|
||||
|
||||
Reference in New Issue
Block a user