Link about scenes
This commit is contained in:
+3
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user