85 lines
2.2 KiB
Text
85 lines
2.2 KiB
Text
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://fonts/open-sans/OpenSans-Bold.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://fonts/open-sans/OpenSans-Regular.ttf" type="DynamicFontData" id=2]
|
|
[ext_resource path="res://scenes/end-screen/InfoPanel.gd" type="Script" id=3]
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
content_margin_left = 0.0
|
|
content_margin_right = 0.0
|
|
content_margin_top = 0.0
|
|
content_margin_bottom = 0.0
|
|
bg_color = Color( 0.160784, 0.152941, 0.180392, 1 )
|
|
border_width_left = 4
|
|
border_width_top = 4
|
|
border_width_right = 4
|
|
border_width_bottom = 4
|
|
corner_radius_top_left = 10
|
|
corner_radius_top_right = 10
|
|
corner_radius_bottom_right = 10
|
|
corner_radius_bottom_left = 10
|
|
shadow_color = Color( 0, 0, 0, 0.392157 )
|
|
shadow_size = 40
|
|
shadow_offset = Vector2( 10, 10 )
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
size = 30
|
|
outline_size = 3
|
|
outline_color = Color( 0.384314, 0.380392, 0.380392, 1 )
|
|
font_data = ExtResource( 1 )
|
|
|
|
[sub_resource type="DynamicFont" id=3]
|
|
outline_size = 1
|
|
outline_color = Color( 0.384314, 0.380392, 0.380392, 1 )
|
|
font_data = ExtResource( 2 )
|
|
|
|
[node name="InfoPanel" type="Panel"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
mouse_filter = 2
|
|
custom_styles/panel = SubResource( 1 )
|
|
script = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
mouse_filter = 2
|
|
custom_constants/margin_right = 20
|
|
custom_constants/margin_top = 20
|
|
custom_constants/margin_left = 20
|
|
custom_constants/margin_bottom = 20
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
margin_left = 20.0
|
|
margin_top = 20.0
|
|
margin_right = 1900.0
|
|
margin_bottom = 1060.0
|
|
mouse_filter = 2
|
|
|
|
[node name="Title" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
margin_right = 1880.0
|
|
margin_bottom = 42.0
|
|
custom_fonts/font = SubResource( 2 )
|
|
text = "Title"
|
|
align = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Content" type="RichTextLabel" parent="MarginContainer/VBoxContainer"]
|
|
margin_top = 46.0
|
|
margin_right = 1880.0
|
|
margin_bottom = 1040.0
|
|
mouse_filter = 2
|
|
size_flags_vertical = 3
|
|
custom_fonts/normal_font = SubResource( 3 )
|
|
text = "Content"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|