[gd_scene load_steps=5 format=2] [ext_resource path="res://fonts/PanelTitleFont.tres" type="DynamicFont" id=1] [ext_resource path="res://fonts/PanelContentFont.tres" type="DynamicFont" 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] [node name="InfoPanel" type="Panel"] margin_right = 400.0 margin_bottom = 200.0 rect_min_size = Vector2( 400, 300 ) 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 = 380.0 margin_bottom = 280.0 mouse_filter = 2 [node name="Title" type="Label" parent="MarginContainer/VBoxContainer"] margin_right = 360.0 margin_bottom = 42.0 custom_fonts/font = ExtResource( 1 ) text = "Title" align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="Content" type="RichTextLabel" parent="MarginContainer/VBoxContainer"] margin_top = 46.0 margin_right = 360.0 margin_bottom = 260.0 mouse_filter = 2 size_flags_vertical = 3 custom_fonts/normal_font = ExtResource( 2 ) text = "Content" scroll_active = false __meta__ = { "_edit_use_anchors_": false }