Complete menu navigation
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user