regression-test-project/Text/Text.tscn

33 lines
766 B
Plaintext
Raw Normal View History

2020-11-28 15:50:15 +01:00
[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
2020-12-09 18:01:13 +01:00
script = null
2020-11-28 15:50:15 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" parent="." instance=ExtResource( 2 )]
2020-12-28 19:26:26 +01:00
offset_top = 291.0
offset_right = 83.0
offset_bottom = 308.0
2020-12-09 18:01:13 +01:00
structured_text_bidi_override_options = [ ]
2020-11-28 15:50:15 +01:00
[node name="RichTextLabel50" parent="." instance=ExtResource( 1 )]
anchor_right = 0.0
anchor_bottom = 0.0
2020-12-28 19:26:26 +01:00
offset_left = 87.0
offset_right = 321.0
offset_bottom = 600.0
2020-11-28 15:50:15 +01:00
bbcode_text = "Roman
"
text = "Roman
"
2020-12-09 18:01:13 +01:00
custom_effects = [ ]
2020-12-13 19:26:04 +01:00
structured_text_bidi_override_options = [ ]