76 lines
2.2 KiB
Plaintext
76 lines
2.2 KiB
Plaintext
[gd_scene load_steps=9 format=2]
|
|
|
|
[ext_resource path="res://assets/environment/background/background.png" type="Texture" id=1]
|
|
[ext_resource path="res://assets/meta/new_dynamicfont.tres" type="DynamicFont" id=2]
|
|
[ext_resource path="res://src/UserInterface/Buttons/Titel.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://src/UserInterface/Buttons/ChangeSceneButton.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://src/UserInterface/Buttons/QuitButton.tscn" type="PackedScene" id=5]
|
|
[ext_resource path="res://src/UserInterface/Buttons/StatsLabel.tscn" type="PackedScene" id=6]
|
|
[ext_resource path="res://assets/meta/ui_theme.tres" type="Theme" id=7]
|
|
[ext_resource path="res://src/UserInterface/Buttons/StatsLabel.gd" type="Script" id=8]
|
|
|
|
[node name="EndScreen" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
theme = ExtResource( 7 )
|
|
|
|
[node name="background" type="TextureRect" parent="."]
|
|
anchor_left = 0.00195313
|
|
anchor_right = 1.00195
|
|
anchor_bottom = 1.0
|
|
texture = ExtResource( 1 )
|
|
expand = true
|
|
stretch_mode = 2
|
|
__meta__ = {
|
|
"_edit_use_anchors_": true
|
|
}
|
|
|
|
[node name="EndScreenLabel" parent="." instance=ExtResource( 3 )]
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
margin_left = -169.0
|
|
margin_top = 55.0
|
|
margin_right = 171.0
|
|
margin_bottom = 148.0
|
|
rect_pivot_offset = Vector2( 170, 0 )
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
size_flags_stretch_ratio = 0.0
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "Thank You For Playing!"
|
|
autowrap = true
|
|
|
|
[node name="StatsLabel" parent="." instance=ExtResource( 6 )]
|
|
margin_left = -146.5
|
|
margin_top = -64.5
|
|
margin_right = 146.5
|
|
margin_bottom = 2.5
|
|
align = 1
|
|
script = ExtResource( 8 )
|
|
|
|
[node name="MenuContainer" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -123.0
|
|
margin_top = 72.5001
|
|
margin_right = 123.0
|
|
margin_bottom = 233.5
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="PlayButton" parent="MenuContainer" instance=ExtResource( 4 )]
|
|
margin_right = 246.0
|
|
text = "Begin Again"
|
|
next_scene_path = "res://src/UserInterface/Screens/MainScreen.tscn"
|
|
|
|
[node name="QuitButton" parent="MenuContainer" instance=ExtResource( 5 )]
|
|
anchor_left = 0.0
|
|
anchor_right = 0.0
|
|
margin_left = 0.0
|
|
margin_top = 82.0
|
|
margin_right = 246.0
|
|
margin_bottom = 160.0
|