39 lines
1021 B
Plaintext
39 lines
1021 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://assets/textures/receivedmessage.png" type="Texture" id=1]
|
|
|
|
[node name="NinePatchRect" type="NinePatchRect"]
|
|
margin_top = 24.0
|
|
margin_right = 213.0
|
|
margin_bottom = 217.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource( 1 )
|
|
region_rect = Rect2( 1.66171, 0.894091, 598.791, 499.394 )
|
|
patch_margin_left = 123
|
|
patch_margin_top = 99
|
|
patch_margin_right = 234
|
|
patch_margin_bottom = 94
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
custom_constants/margin_right = 35
|
|
custom_constants/margin_top = 35
|
|
custom_constants/margin_left = 50
|
|
custom_constants/margin_bottom = 35
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer"]
|
|
margin_left = 50.0
|
|
margin_top = 35.0
|
|
margin_right = 322.0
|
|
margin_bottom = 158.0
|
|
custom_colors/default_color = Color( 0, 0, 0, 1 )
|
|
text = "Received Message."
|