H2Grow/Scenes/End.tscn

44 lines
972 B
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://fonts/dotty.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://Scripts/End.gd" type="Script" id=3]
[sub_resource type="DynamicFont" id=1]
size = 128
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=2]
size = 64
font_data = ExtResource( 2 )
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 3 )
[node name="Label" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -288.0
margin_top = -76.0
margin_right = 288.0
margin_bottom = 4.0
custom_fonts/font = SubResource( 1 )
text = "Game Over!"
align = 1
valign = 1
[node name="Points" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -128.0
margin_top = 4.0
margin_right = 128.0
margin_bottom = 52.0
custom_fonts/font = SubResource( 2 )
text = "Points:"
align = 1