Link about scenes

This commit is contained in:
VAILLANT Jeremy
2021-05-08 13:22:37 +02:00
parent e164cef2c2
commit 4bd3daa747
4 changed files with 49 additions and 5 deletions
+3 -1
View File
@@ -5,7 +5,8 @@
[sub_resource type="GDScript" id=1]
script/source = "extends LinkButton
# Quit the game with properly exit code"
# Quit the game with properly exit code
"
[node name="Main" type="Node"]
script = ExtResource( 1 )
@@ -50,4 +51,5 @@ margin_bottom = 86.0
text = "Quitter"
script = SubResource( 1 )
[connection signal="pressed" from="Grid/About" to="." method="_on_About_pressed"]
[connection signal="pressed" from="Grid/Quit" to="." method="_on_Quit_pressed"]