hero-mark-2/menus/marathon_results.tscn

99 lines
2.6 KiB
Text

[gd_scene load_steps=6 format=2]
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=1]
[ext_resource path="res://ui/theme.tres" type="Theme" id=2]
[ext_resource path="res://menus/marathon_results.gd" type="Script" id=3]
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=4]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 1 )
shader_param/color_1 = Color( 1, 0.709804, 0.380392, 1 )
shader_param/color_2 = Color( 0.345098, 0.945098, 0.905882, 1 )
shader_param/checker_size = Vector2( 24, 24 )
shader_param/pan_speed = Vector2( 8, 12 )
shader_param/cycle_speed = Vector2( 4, 4 )
shader_param/cycle_alternation = Vector2( 4, 4 )
shader_param/uv_transform = Transform2D( 1, 0, 1, 1, 0, 0 )
[node name="MarathonResults" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 2 )
script = ExtResource( 3 )
[node name="Background" type="ColorRect" parent="."]
material = SubResource( 1 )
anchor_right = 1.0
anchor_bottom = 1.0
[node name="Victory" type="Label" parent="."]
material = ExtResource( 4 )
margin_top = 24.0
margin_right = 256.0
margin_bottom = 47.0
text = "Game is over, when will another
day's adventure begin?"
align = 1
[node name="Victory2" type="Label" parent="."]
material = ExtResource( 4 )
margin_top = 144.0
margin_right = 256.0
margin_bottom = 180.0
text = "No matter what happens you
will always remain a triumphant
hero, too."
align = 1
[node name="PanelContainer" type="PanelContainer" parent="."]
margin_left = 68.0
margin_top = 64.0
margin_right = 188.0
margin_bottom = 134.0
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
margin_left = 3.0
margin_top = 3.0
margin_right = 117.0
margin_bottom = 67.0
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer"]
material = ExtResource( 4 )
margin_right = 114.0
margin_bottom = 10.0
text = "Good Job!"
align = 1
valign = 1
[node name="Score" type="Label" parent="PanelContainer/VBoxContainer"]
unique_name_in_owner = true
material = ExtResource( 4 )
margin_top = 16.0
margin_right = 114.0
margin_bottom = 26.0
size_flags_vertical = 6
text = "Score: %05d"
align = 1
valign = 1
[node name="Shards" type="Label" parent="PanelContainer/VBoxContainer"]
unique_name_in_owner = true
material = ExtResource( 4 )
margin_top = 34.0
margin_right = 114.0
margin_bottom = 44.0
size_flags_vertical = 6
text = "got %d shards!"
align = 1
valign = 1
[node name="Deaths" type="Label" parent="PanelContainer/VBoxContainer"]
unique_name_in_owner = true
material = ExtResource( 4 )
margin_top = 52.0
margin_right = 114.0
margin_bottom = 62.0
size_flags_vertical = 6
text = "Died %d times."
align = 1
valign = 1