109 lines
2.9 KiB
Plaintext
109 lines
2.9 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://assets/textures/receivedmessage.png" type="Texture" id=1]
|
|
[ext_resource path="res://assets/textures/jimsito.png" type="Texture" id=2]
|
|
[ext_resource path="res://assets/fonts/Helvetica/Helvetica-Bold.ttf" type="DynamicFontData" id=3]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 18
|
|
use_mipmaps = true
|
|
use_filter = true
|
|
font_data = ExtResource( 3 )
|
|
|
|
[node name="receivedMessage" type="HBoxContainer"]
|
|
modulate = Color( 0.478431, 0.752941, 1, 1 )
|
|
margin_right = 246.0
|
|
margin_bottom = 65.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
margin_right = 65.0
|
|
margin_bottom = 65.0
|
|
rect_min_size = Vector2( 65, 65 )
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource( 2 )
|
|
expand = true
|
|
stretch_mode = 5
|
|
|
|
[node name="VBoxContainer" type="MarginContainer" parent="."]
|
|
margin_left = 69.0
|
|
margin_right = 246.0
|
|
margin_bottom = 65.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 3
|
|
custom_constants/margin_top = 10
|
|
custom_constants/margin_left = 10
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer"]
|
|
margin_left = 10.0
|
|
margin_top = 10.0
|
|
margin_right = 177.0
|
|
margin_bottom = 58.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 2
|
|
custom_constants/separation = 5
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/VBoxContainer"]
|
|
margin_right = 167.0
|
|
margin_bottom = 19.0
|
|
size_flags_vertical = 3
|
|
custom_constants/margin_left = 5
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/MarginContainer"]
|
|
margin_left = 5.0
|
|
margin_right = 167.0
|
|
margin_bottom = 19.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/MarginContainer/HBoxContainer"]
|
|
margin_right = 65.0
|
|
margin_bottom = 19.0
|
|
size_flags_vertical = 3
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Bluejim"
|
|
valign = 1
|
|
|
|
[node name="Label2" type="Label" parent="VBoxContainer/VBoxContainer/MarginContainer/HBoxContainer"]
|
|
margin_left = 69.0
|
|
margin_right = 162.0
|
|
margin_bottom = 19.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
text = "Today at 05:59"
|
|
align = 2
|
|
valign = 1
|
|
|
|
[node name="NinePatchRect" type="NinePatchRect" parent="VBoxContainer/VBoxContainer"]
|
|
margin_top = 24.0
|
|
margin_right = 167.0
|
|
margin_bottom = 48.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
texture = ExtResource( 1 )
|
|
patch_margin_left = 21
|
|
patch_margin_top = 12
|
|
patch_margin_right = 12
|
|
patch_margin_bottom = 12
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="RichTextLabel" type="Label" parent="VBoxContainer/VBoxContainer/NinePatchRect"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -60.5
|
|
margin_top = -7.0
|
|
margin_right = 61.5
|
|
margin_bottom = 7.0
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
text = "Received Message."
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|