41 lines
858 B
Plaintext
41 lines
858 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Menus/Main Menu/Menu.gd" type="Script" id=1]
|
|
|
|
[node name="Dead" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -100.0
|
|
margin_top = -100.0
|
|
margin_right = 100.0
|
|
margin_bottom = 100.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="AgainButton" type="Button" parent="Panel"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -23.5
|
|
margin_top = -10.0
|
|
margin_right = 23.5
|
|
margin_bottom = 10.0
|
|
text = "Again"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[connection signal="pressed" from="Panel/AgainButton" to="." method="_on_AgainButton_pressed"]
|