bricasse/screens/game_over_screen.tscn

57 lines
1.2 KiB
Plaintext

[gd_scene load_steps=6 format=2]
[ext_resource path="res://screens/game_over_screen.gd" type="Script" id=1]
[ext_resource path="res://screens/NovaOval.ttf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
size = 30
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=2]
size = 50
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=3]
size = 30
font_data = ExtResource( 2 )
[node name="GameOverScreen" type="Node"]
script = ExtResource( 1 )
[node name="Status" type="Label" parent="."]
anchor_right = 1.0
margin_bottom = 64.0
custom_fonts/font = SubResource( 1 )
text = "Status"
align = 1
valign = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Score" type="Label" parent="."]
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_top = -44.0
margin_bottom = 52.0
custom_fonts/font = SubResource( 2 )
text = "Score"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Comment" type="Label" parent="."]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -72.0
custom_fonts/font = SubResource( 3 )
text = "Press space to continue"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}