105 lines
2.5 KiB
Text
105 lines
2.5 KiB
Text
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://fonts/Born2bSportyV2.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://Levels/Win-02.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 80
|
|
font_data = ExtResource( 1 )
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
size = 100
|
|
font_data = ExtResource( 1 )
|
|
|
|
[sub_resource type="DynamicFont" id=3]
|
|
size = 100
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="Win-level02" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -802.5
|
|
margin_top = -166.0
|
|
margin_right = 802.5
|
|
margin_bottom = 166.0
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
margin_right = 1605.0
|
|
margin_bottom = 80.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Attention soldier. Your journey is at an end"
|
|
align = 1
|
|
|
|
[node name="Label2" type="Label" parent="VBoxContainer"]
|
|
margin_top = 84.0
|
|
margin_right = 1605.0
|
|
margin_bottom = 164.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Hope you enjoyed playing!"
|
|
align = 1
|
|
|
|
[node name="VBoxContainer2" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
margin_left = -170.0
|
|
margin_top = -129.0
|
|
margin_right = 170.0
|
|
margin_bottom = -49.0
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer2"]
|
|
margin_right = 340.0
|
|
margin_bottom = 80.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Great work"
|
|
align = 1
|
|
|
|
[node name="VBoxContainer3" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
margin_left = -86.0
|
|
margin_top = -353.0
|
|
margin_right = 86.0
|
|
margin_bottom = -247.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer3"]
|
|
margin_right = 172.0
|
|
margin_bottom = 106.0
|
|
custom_fonts/font = SubResource( 2 )
|
|
text = "Quit"
|
|
|
|
[node name="VBoxContainer4" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
margin_left = -197.0
|
|
margin_top = 140.0
|
|
margin_right = 197.0
|
|
margin_bottom = 246.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ButtonMainMenu" type="Button" parent="VBoxContainer4"]
|
|
margin_right = 394.0
|
|
margin_bottom = 106.0
|
|
custom_fonts/font = SubResource( 3 )
|
|
text = "Main Menu"
|
|
|
|
[connection signal="pressed" from="VBoxContainer3/Button" to="." method="_on_Button_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer4/ButtonMainMenu" to="." method="_on_ButtonMainMenu_pressed"]
|