SUI-distrib/scenesrc/SuiText.tscn

33 lines
1 KiB
Text
Raw Normal View History

2024-03-23 13:28:56 +01:00
[gd_scene load_steps=4 format=3 uid="uid://bso65vpjqc4g4"]
[ext_resource type="Script" path="res://SUI/src/SuiText.gd" id="1_1jc62"]
[ext_resource type="Script" path="res://SUI/src/SuiTextTool.gd" id="2_87ovr"]
[ext_resource type="Theme" uid="uid://c08yxv1cirbxe" path="res://SUI/themes/RichTextLabel.tres" id="3_fttgr"]
[node name="SuiText" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -850.0
offset_bottom = -503.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_1jc62")
[node name="ToolScript" type="Node" parent="."]
script = ExtResource("2_87ovr")
[node name="Text" type="RichTextLabel" parent="."]
layout_mode = 0
offset_right = 100.0
offset_bottom = 37.0
theme = ExtResource("3_fttgr")
theme_override_font_sizes/normal_font_size = 25
theme_override_font_sizes/bold_font_size = 25
theme_override_font_sizes/italics_font_size = 25
theme_override_font_sizes/bold_italics_font_size = 25
theme_override_font_sizes/mono_font_size = 25
bbcode_enabled = true
text = "[center]SuiText[/center]"