[gd_scene load_steps=13 format=2] [ext_resource path="res://addons/file-editor/scripts/Preview.gd" type="Script" id=1] [ext_resource path="res://addons/file-editor/fonts/COUR.TTF" type="DynamicFontData" id=2] [ext_resource path="res://addons/file-editor/fonts/Carlito-BoldItalic.ttf" type="DynamicFontData" id=3] [ext_resource path="res://addons/file-editor/fonts/Carlito-Italic.ttf" type="DynamicFontData" id=4] [ext_resource path="res://addons/file-editor/fonts/Carlito-Bold.ttf" type="DynamicFontData" id=5] [ext_resource path="res://addons/file-editor/fonts/Carlito-Regular.ttf" type="DynamicFontData" id=6] [ext_resource path="res://new_richtexteffect.tres" type="RichTextEffect" id=7] [sub_resource type="DynamicFont" id=1] use_mipmaps = true use_filter = true font_data = ExtResource( 2 ) [sub_resource type="DynamicFont" id=2] font_data = ExtResource( 3 ) [sub_resource type="DynamicFont" id=3] font_data = ExtResource( 4 ) [sub_resource type="DynamicFont" id=4] font_data = ExtResource( 5 ) [sub_resource type="DynamicFont" id=5] font_data = ExtResource( 6 ) [node name="Preview" type="WindowDialog"] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 81.0 margin_top = 47.0 margin_right = -80.0 margin_bottom = -48.0 window_title = "File preview" resizable = true script = ExtResource( 1 ) [node name="Container" type="VBoxContainer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 [node name="TextPreview" type="RichTextLabel" parent="Container"] margin_right = 863.0 margin_bottom = 505.0 size_flags_vertical = 3 custom_fonts/mono_font = SubResource( 1 ) custom_fonts/bold_italics_font = SubResource( 2 ) custom_fonts/italics_font = SubResource( 3 ) custom_fonts/bold_font = SubResource( 4 ) custom_fonts/normal_font = SubResource( 5 ) bbcode_enabled = true scroll_following = true custom_effects = [ ExtResource( 7 ) ] [node name="TablePreview" type="GridContainer" parent="Container"] visible = false margin_right = 863.0 margin_bottom = 505.0 size_flags_horizontal = 3 size_flags_vertical = 3 columns = 3 [connection signal="popup_hide" from="." to="." method="_on_Preview_popup_hide"]