[gd_scene load_steps=3 format=2] [ext_resource path="res://src/ui/FadingText.gd" type="Script" id=1] [ext_resource path="res://src/ui/ThemeWithFontOutline.tres" type="Theme" id=2] [node name="FadingText" type="RichTextLabel"] margin_bottom = 75.0 grow_horizontal = 2 grow_vertical = 2 rect_min_size = Vector2( 100, 100 ) rect_clip_content = false mouse_filter = 2 size_flags_horizontal = 3 theme = ExtResource( 2 ) bbcode_enabled = true fit_content_height = true scroll_active = false script = ExtResource( 1 )