33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://1r7pvm0biuk7"]
|
|
|
|
[ext_resource type="Script" path="res://SUI/src/SuiHeader.gd" id="1_b3qg3"]
|
|
[ext_resource type="Script" path="res://SUI/src/SuiHeaderTool.gd" id="2_bnj46"]
|
|
[ext_resource type="Theme" uid="uid://c08yxv1cirbxe" path="res://SUI/themes/RichTextLabel.tres" id="3_877pi"]
|
|
|
|
[node name="SuiHeader" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = -780.0
|
|
offset_bottom = -490.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_b3qg3")
|
|
|
|
[node name="ToolScript" type="Node" parent="."]
|
|
script = ExtResource("2_bnj46")
|
|
|
|
[node name="Text" type="RichTextLabel" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 170.0
|
|
offset_bottom = 50.0
|
|
theme = ExtResource("3_877pi")
|
|
theme_override_font_sizes/normal_font_size = 35
|
|
theme_override_font_sizes/bold_font_size = 35
|
|
theme_override_font_sizes/italics_font_size = 35
|
|
theme_override_font_sizes/bold_italics_font_size = 35
|
|
theme_override_font_sizes/mono_font_size = 35
|
|
bbcode_enabled = true
|
|
text = "[center]SuiHeader[/center]"
|
|
scroll_active = false
|