mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-12-25 14:07:21 +01:00
28 lines
618 B
Plaintext
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
|
|
"
|