111 lines
3.0 KiB
Plaintext
111 lines
3.0 KiB
Plaintext
|
[gd_scene load_steps=5 format=2]
|
||
|
|
||
|
[ext_resource path="res://assets/textures/sendedmessage.png" type="Texture" id=1]
|
||
|
[ext_resource path="res://assets/fonts/Helvetica/Helvetica-Bold.ttf" type="DynamicFontData" id=2]
|
||
|
[ext_resource path="res://assets/textures/jimsito.png" type="Texture" id=3]
|
||
|
|
||
|
[sub_resource type="DynamicFont" id=1]
|
||
|
size = 18
|
||
|
use_mipmaps = true
|
||
|
use_filter = true
|
||
|
font_data = ExtResource( 2 )
|
||
|
|
||
|
[node name="sendedMessage" type="HBoxContainer"]
|
||
|
anchor_left = 1.0
|
||
|
anchor_right = 1.0
|
||
|
margin_left = -294.0
|
||
|
margin_right = -46.0
|
||
|
margin_bottom = 65.0
|
||
|
rect_scale = Vector2( 1.00197, 1 )
|
||
|
rect_pivot_offset = Vector2( -375, -163 )
|
||
|
alignment = 2
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||
|
margin_right = 179.0
|
||
|
margin_bottom = 65.0
|
||
|
custom_constants/margin_right = 10
|
||
|
custom_constants/margin_top = 10
|
||
|
|
||
|
[node name="sendedMessage" type="VBoxContainer" parent="MarginContainer"]
|
||
|
margin_top = 10.0
|
||
|
margin_right = 169.0
|
||
|
margin_bottom = 65.0
|
||
|
rect_pivot_offset = Vector2( 39, -180 )
|
||
|
custom_constants/separation = 5
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="MarginContainer2" type="MarginContainer" parent="MarginContainer/sendedMessage"]
|
||
|
margin_right = 169.0
|
||
|
margin_bottom = 19.0
|
||
|
size_flags_vertical = 3
|
||
|
custom_constants/margin_right = 5
|
||
|
custom_constants/margin_left = 0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/sendedMessage/MarginContainer2"]
|
||
|
margin_right = 164.0
|
||
|
margin_bottom = 19.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="MarginContainer/sendedMessage/MarginContainer2/HBoxContainer"]
|
||
|
margin_right = 67.0
|
||
|
margin_bottom = 19.0
|
||
|
size_flags_vertical = 3
|
||
|
custom_fonts/font = SubResource( 1 )
|
||
|
text = "Grayjim"
|
||
|
valign = 1
|
||
|
|
||
|
[node name="Label2" type="Label" parent="MarginContainer/sendedMessage/MarginContainer2/HBoxContainer"]
|
||
|
margin_left = 71.0
|
||
|
margin_right = 164.0
|
||
|
margin_bottom = 19.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
text = "Today at 06:34"
|
||
|
align = 2
|
||
|
valign = 1
|
||
|
|
||
|
[node name="NinePatchRect" type="NinePatchRect" parent="MarginContainer/sendedMessage"]
|
||
|
margin_top = 24.0
|
||
|
margin_right = 169.0
|
||
|
margin_bottom = 55.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
size_flags_stretch_ratio = 9.0
|
||
|
texture = ExtResource( 1 )
|
||
|
region_rect = Rect2( 0, 0, 33.9571, 25.155 )
|
||
|
patch_margin_left = 12
|
||
|
patch_margin_top = 12
|
||
|
patch_margin_right = 21
|
||
|
patch_margin_bottom = 12
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="RichTextLabel" type="Label" parent="MarginContainer/sendedMessage/NinePatchRect"]
|
||
|
margin_left = 16.0
|
||
|
margin_top = 8.0
|
||
|
margin_right = 150.0
|
||
|
margin_bottom = 24.0
|
||
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||
|
text = "Sended Message."
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="."]
|
||
|
margin_left = 183.0
|
||
|
margin_right = 248.0
|
||
|
margin_bottom = 65.0
|
||
|
rect_min_size = Vector2( 65, 65 )
|
||
|
size_flags_horizontal = 0
|
||
|
size_flags_vertical = 0
|
||
|
texture = ExtResource( 3 )
|
||
|
expand = true
|
||
|
stretch_mode = 5
|