pir-serious-game-ethics/scenes/end-screen/InfoPanel.tscn

68 lines
1.8 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]
[ext_resource path="res://styles/Panel.tres" type="StyleBox" id=4]
[sub_resource type="DynamicFont" id=1]
size = 30
outline_size = 3
outline_color = Color( 0.384314, 0.380392, 0.380392, 1 )
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
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 = ExtResource( 4 )
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( 1 )
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( 2 )
text = "Content"
__meta__ = {
"_edit_use_anchors_": false
}