2021-11-14 06:34:51 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://script/game/Victory.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://assets/font/Minecraft.ttf" type="DynamicFontData" id=2]
|
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
|
|
size = 40
|
|
|
|
font_data = ExtResource( 2 )
|
|
|
|
|
|
|
|
[node name="Victory" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2021-11-24 18:17:07 +00:00
|
|
|
mouse_filter = 2
|
2021-11-14 06:34:51 +00:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2021-11-14 06:43:32 +00:00
|
|
|
[node name="exit_to_main" type="Button" parent="."]
|
2021-11-14 06:34:51 +00:00
|
|
|
margin_left = 541.0
|
|
|
|
margin_top = 327.85
|
|
|
|
margin_right = 636.0
|
|
|
|
margin_bottom = 353.85
|
|
|
|
text = "Exit to Main"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Button2" type="Button" parent="."]
|
2021-11-14 06:39:26 +00:00
|
|
|
visible = false
|
2021-11-14 06:34:51 +00:00
|
|
|
margin_left = 2.22023
|
|
|
|
margin_top = 337.41
|
|
|
|
margin_right = 63.2202
|
|
|
|
margin_bottom = 357.41
|
|
|
|
text = "Restart"
|
|
|
|
|
2021-11-24 18:17:07 +00:00
|
|
|
[node name="Victory" type="Label" parent="."]
|
|
|
|
margin_left = 380.0
|
|
|
|
margin_top = 44.5109
|
|
|
|
margin_right = 260.32
|
|
|
|
margin_bottom = 84.5109
|
|
|
|
size_flags_vertical = 0
|
|
|
|
custom_fonts/font = SubResource( 1 )
|
|
|
|
text = "Victory"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2021-11-14 06:43:32 +00:00
|
|
|
[connection signal="button_down" from="exit_to_main" to="." method="_on_exit_to_main_button_down"]
|
|
|
|
[connection signal="pressed" from="exit_to_main" to="." method="_on_Button_pressed"]
|
2021-11-14 06:34:51 +00:00
|
|
|
[connection signal="button_down" from="Button2" to="." method="_on_restart_button_down"]
|