ygdra/screen/end_screen.tscn

66 lines
1.4 KiB
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://screen/end_screen.gd" type="Script" id=1]
[ext_resource path="res://hud/map_viewer.tscn" type="PackedScene" id=2]
[ext_resource path="res://LibertinusSans-Regular.otf" type="DynamicFontData" id=3]
[sub_resource type="DynamicFont" id=1]
size = 30
font_data = ExtResource( 3 )
[node name="EndScreen" type="Node"]
script = ExtResource( 1 )
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.211765, 0.294118, 0.231373, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MapViewer" parent="." instance=ExtResource( 2 )]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -600.0
margin_bottom = 600.0
show_unvisited = true
[node name="EndCondition" type="Label" parent="."]
margin_right = 384.0
margin_bottom = 64.0
custom_fonts/font = SubResource( 1 )
text = "EndCondition"
align = 1
valign = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="NbSteps" type="Label" parent="."]
margin_top = 128.0
margin_right = 384.0
margin_bottom = 192.0
custom_fonts/font = SubResource( 1 )
text = "NbSteps"
align = 1
valign = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="NbChests" type="Label" parent="."]
margin_top = 256.0
margin_right = 384.0
margin_bottom = 320.0
custom_fonts/font = SubResource( 1 )
text = "NbChests"
align = 1
valign = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}