Complete menu navigation

This commit is contained in:
VAILLANT Jeremy
2021-05-08 13:44:51 +02:00
parent 4bd3daa747
commit b683302b2b
4 changed files with 38 additions and 1 deletions
+2
View File
@@ -36,6 +36,7 @@ text = "Nouveau"
margin_top = 36.0
margin_right = 151.0
margin_bottom = 50.0
disabled = true
text = "Reprendre"
[node name="About" type="LinkButton" parent="Grid"]
@@ -51,5 +52,6 @@ margin_bottom = 86.0
text = "Quitter"
script = SubResource( 1 )
[connection signal="pressed" from="Grid/New" to="." method="_on_New_pressed"]
[connection signal="pressed" from="Grid/About" to="." method="_on_About_pressed"]
[connection signal="pressed" from="Grid/Quit" to="." method="_on_Quit_pressed"]