feature/PROTOTYPE_R_SOUNDS #45

Merged
Martin merged 7 commits from feature/PROTOTYPE_R_SOUNDS into feature/Prototype_R_LEVEL 2022-09-01 15:59:14 -04:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f8cc1548e6 - Show all commits

View File

@ -36,7 +36,7 @@ custom_fonts/font = SubResource( 1 )
text = "GAME OVER"
align = 1
[node name="botonreiniciar" type="Button" parent="Control"]
[node name="RestartButton" type="Button" parent="Control"]
margin_left = 194.0
margin_top = 150.0
margin_right = 338.0
@ -45,4 +45,4 @@ custom_fonts/font = SubResource( 2 )
custom_styles/hover = SubResource( 3 )
text = "REINICIAR"
[connection signal="pressed" from="Control/botonreiniciar" to="." method="_on_botonreiniciar_pressed"]
[connection signal="pressed" from="Control/RestartButton" to="." method="_on_restart_button_pressed"]