MagicNStuff/source/_development/ayuroo/rich_text_effect/effects.tscn

67 lines
1.8 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://b3wpm3qll2e6g"]
[ext_resource type="Script" uid="uid://41co2svrlbkc" path="res://src/ui/rich_effects/loading_text_effect.gd" id="1_f8j4s"]
[ext_resource type="Script" uid="uid://ysronki6hr11" path="res://src/ui/rich_effects/loading_text_effect_v2.gd" id="2_yf0e7"]
[sub_resource type="RichTextEffect" id="RichTextEffect_pk08u"]
resource_name = "RichTextLoading"
script = ExtResource("1_f8j4s")
metadata/_custom_type_script = "uid://41co2svrlbkc"
[sub_resource type="RichTextEffect" id="RichTextEffect_3pfe6"]
resource_name = "RichTextLoadingV2"
script = ExtResource("2_yf0e7")
metadata/_custom_type_script = "uid://ysronki6hr11"
[node name="Effects" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Label" type="RichTextLabel" parent="."]
clip_contents = false
layout_mode = 0
offset_left = 122.0
offset_top = 91.0
offset_right = 197.0
offset_bottom = 114.0
bbcode_enabled = true
text = "[loading]Loading...[/loading]"
fit_content = true
autowrap_mode = 0
custom_effects = [SubResource("RichTextEffect_pk08u")]
[node name="Panel" type="Panel" parent="Label"]
show_behind_parent = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Label2" type="RichTextLabel" parent="."]
clip_contents = false
layout_mode = 0
offset_left = 122.0
offset_top = 142.0
offset_right = 197.0
offset_bottom = 165.0
bbcode_enabled = true
text = "[loadingv2]Loading...[/loadingv2]"
fit_content = true
autowrap_mode = 0
custom_effects = [SubResource("RichTextEffect_3pfe6")]
[node name="Panel" type="Panel" parent="Label2"]
show_behind_parent = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2