-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrich_text_label.tscn
34 lines (30 loc) · 1023 Bytes
/
rich_text_label.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[gd_scene load_steps=4 format=3 uid="uid://dw8j5llrt630x"]
[ext_resource type="Theme" uid="uid://ct57t5xfmm2w6" path="res://CsText.tres" id="1_4psgs"]
[ext_resource type="Script" path="res://Scripts/RevealText.cs" id="2_hbgcl"]
[sub_resource type="EventAsset" id="EventAsset_lj2ep"]
is_3d = true
is_oneshot = true
min_distance = 1.0
max_distance = 20.0
path = "event:/Term"
guid = "{6df2a9bb-d59d-4fde-8b93-0ee21d521e64}"
name = "Term"
[node name="RichTextLabel" type="RichTextLabel"]
custom_minimum_size = Vector2(100, 0)
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 17.0
grow_horizontal = 2
focus_mode = 1
theme = ExtResource("1_4psgs")
text = "ababa"
fit_content = true
drag_and_drop_selection_enabled = false
visible_characters = 0
visible_characters_behavior = 1
visible_ratio = 0.0
script = ExtResource("2_hbgcl")
revealSpeed = 0.025
[node name="Sound" type="StudioEventEmitter3D" parent="."]
event = SubResource("EventAsset_lj2ep")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.095, -1.396)