-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.tscn
56 lines (44 loc) · 1.5 KB
/
test.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[gd_scene load_steps=2 format=3 uid="uid://do5gveqeifsva"]
[ext_resource type="Script" path="res://test.gd" id="1_8fy7j"]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( "1_8fy7j" )
[node name="RichTextLabel" type="RichTextLabel" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 16.0
offset_top = 16.0
offset_right = -16.0
offset_bottom = -16.0
grow_horizontal = 2
grow_vertical = 2
bbcode_enabled = true
text = "[b]Hello[/b] world! [code]Some code[/code]
left [center]text[/center] [right]right[/right]
[color=black]Black[/color]
[color=red]Red[/color]
[color=green]Green[/color]
[color=yellow]Yellow[/color]
[color=blue]Blue[/color]
[color=magenta]Magenta[/color]
[color=cyan]Cyan[/color]
[color=white]White[/color]
[color=orange]Orange[/color]
[color=gray]Gray[/color]
[color=pink]Pink[/color]
[color=purple]Purple[/color]
[color=lime]Lime[/color]
[bgcolor=cyan]Cyan Background[/bgcolor]
[bgcolor=white]White Background[/bgcolor]
[bgcolor=orange]Orange Background[/bgcolor]
[fgcolor=cyan]Cyan Foreground[/fgcolor]
[fgcolor=white]White Foreground[/fgcolor]
[fgcolor=orange]Orange Foreground[/fgcolor]
[color=red]This is [b]bold[/b], [i]italic[/i], [u]underline[/u] and [s]strikethrough[/s] within [bgcolor=white]red[/bgcolor] text.[/color]
[i]italic [u]underline [s]strikethrough[/s][/u][/i] default
[indent]Indented text[/indent]
Spaced text
[url]https://example.com[/url]"
metadata/_edit_layout_mode = 1
metadata/_edit_use_custom_anchors = false