noshg3/info.tscn

21 lines
529 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://main_menu.gd" type="Script" id=1]
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 73.0
margin_top = 437.0
margin_right = 161.0
margin_bottom = 502.0
rect_scale = Vector2( 2, 2 )
[node name="Back" type="Button" parent="VBoxContainer"]
margin_right = 88.0
margin_bottom = 20.0
text = "Back"
[connection signal="pressed" from="VBoxContainer/Back" to="." method="_on_Back_pressed"]