regression-test-project/Text/Text.tscn
2020-12-29 08:29:25 +01:00

28 lines
618 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Text/RichTextLabel.tscn" type="PackedScene" id=1]
[ext_resource path="res://Text/Label.tscn" type="PackedScene" id=2]
[node name="Text" type="GridContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
columns = 5
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" parent="." instance=ExtResource( 2 )]
margin_top = 293.0
margin_bottom = 307.0
[node name="RichTextLabel" parent="." instance=ExtResource( 1 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 87.0
margin_right = 321.0
margin_bottom = 600.0
bbcode_text = "Roman
"
text = "Roman
"