]> Untitled Git - wolf-seeking-sheep.git/blob - assets/phone/dating-app-messages.tscn
Squashed commit of the following:
[wolf-seeking-sheep.git] / assets / phone / dating-app-messages.tscn
1 [gd_scene load_steps=3 format=3 uid="uid://g1x4hg5lnaei"]
2
3 [ext_resource type="Script" uid="uid://c0siyuc2yvtbt" path="res://assets/phone/dating_app_messages.gd" id="1_m5v2o"]
4 [ext_resource type="PackedScene" uid="uid://dct0470lgrjlj" path="res://assets/phone/dating-app-message.tscn" id="2_0swet"]
5
6 [node name="app-messages" type="MarginContainer"]
7 custom_minimum_size = Vector2(1000, 1944)
8 anchors_preset = 15
9 anchor_right = 1.0
10 anchor_bottom = 1.0
11 offset_right = -2456.0
12 grow_horizontal = 2
13 grow_vertical = 2
14 size_flags_horizontal = 3
15 size_flags_vertical = 3
16 script = ExtResource("1_m5v2o")
17
18 [node name="background" type="ColorRect" parent="."]
19 layout_mode = 2
20 color = Color(0.248333, 0.23, 0.25, 1)
21
22 [node name="VSplitContainer" type="VSplitContainer" parent="."]
23 layout_mode = 2
24 split_offset = 150
25 dragging_enabled = false
26
27 [node name="Label" type="Label" parent="VSplitContainer"]
28 layout_mode = 2
29 theme_override_font_sizes/font_size = 57
30 text = "Rick"
31 horizontal_alignment = 1
32
33 [node name="VBoxContainer" type="VBoxContainer" parent="VSplitContainer"]
34 layout_mode = 2
35
36 [node name="app-message5" parent="VSplitContainer/VBoxContainer" instance=ExtResource("2_0swet")]
37 layout_mode = 2
38 text = "Can we have a call? "
39
40 [node name="MarginContainer" type="MarginContainer" parent="VSplitContainer/VBoxContainer"]
41 custom_minimum_size = Vector2(0, 100)
42 layout_mode = 2
43
44 [node name="Label" type="Label" parent="VSplitContainer/VBoxContainer/MarginContainer"]
45 layout_mode = 2
46 theme_override_colors/font_color = Color(0.624633, 0.600023, 0.630782, 1)
47 theme_override_font_sizes/font_size = 31
48 text = "Yesterday"
49 horizontal_alignment = 1
50
51 [node name="app-message6" parent="VSplitContainer/VBoxContainer" instance=ExtResource("2_0swet")]
52 layout_mode = 2
53 text = "I'll be there at Linda's Diner tomorrow. you know, the dining car on i4 
54
55  if you want to meet there I can haul you with me out of town and take you to  your friends"
56 is_sender = false
57
58 [node name="app-message7" parent="VSplitContainer/VBoxContainer" instance=ExtResource("2_0swet")]
59 layout_mode = 2
60 text = "oh god that sounds great, thank you!!!
61 what time?"
62
63 [node name="app-message8" parent="VSplitContainer/VBoxContainer" instance=ExtResource("2_0swet")]
64 layout_mode = 2
65 text = "I'll be there at 11-12, depends on traffic
66 sound good?"
67 is_sender = false
68
69 [node name="app-message9" parent="VSplitContainer/VBoxContainer" instance=ExtResource("2_0swet")]
70 layout_mode = 2
71 text = "yes! Thank you so much!!"
72
73 [node name="app-message10" parent="VSplitContainer/VBoxContainer" instance=ExtResource("2_0swet")]
74 layout_mode = 2
75 text = "np baby see you tomorrow"
76 is_sender = false