1 [gd_scene load_steps=6 format=3 uid="uid://bfvqcx2t5g466"]
3 [ext_resource type="Script" uid="uid://bsupj3kydlrw3" path="res://assets/phone/phone_notifications.gd" id="1_8x3f7"]
4 [ext_resource type="Theme" uid="uid://bsrcml8apqocm" path="res://assets/phone/phone_theme.tres" id="1_qge3v"]
5 [ext_resource type="PackedScene" uid="uid://3soe07g3yfhv" path="res://assets/phone/dating-app-profile.tscn" id="2_8lkt0"]
6 [ext_resource type="Resource" uid="uid://icfmwrgvsmud" path="res://classes/dating-profiles/profile_rick.tres" id="3_h8s70"]
7 [ext_resource type="PackedScene" uid="uid://g1x4hg5lnaei" path="res://assets/phone/dating-app-messages.tscn" id="4_8x3f7"]
9 [node name="Phone-notifications" type="Control"]
14 offset_right = -2255.0
17 script = ExtResource("1_8x3f7")
18 _displayed_time = "11:46"
20 [node name="background" type="ColorRect" parent="."]
27 color = Color(0, 0, 0, 1)
29 [node name="VBoxContainer" type="VBoxContainer" parent="."]
38 [node name="header" type="HBoxContainer" parent="VBoxContainer"]
40 size_flags_vertical = 3
42 [node name="MarginContainer3" type="MarginContainer" parent="VBoxContainer/header"]
43 custom_minimum_size = Vector2(20, 0)
47 [node name="phone_clock" type="Label" parent="VBoxContainer/header"]
48 unique_name_in_owner = true
50 theme = ExtResource("1_qge3v")
53 [node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/header"]
55 size_flags_horizontal = 3
57 [node name="Label2" type="Label" parent="VBoxContainer/header"]
59 theme = ExtResource("1_qge3v")
62 [node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/header"]
63 custom_minimum_size = Vector2(20, 0)
67 [node name="Label3" type="Label" parent="VBoxContainer/header"]
69 theme = ExtResource("1_qge3v")
72 [node name="MarginContainer4" type="MarginContainer" parent="VBoxContainer/header"]
73 custom_minimum_size = Vector2(20, 0)
77 [node name="content" type="MarginContainer" parent="VBoxContainer"]
80 [node name="profile" parent="VBoxContainer/content" instance=ExtResource("2_8lkt0")]
83 profile = ExtResource("3_h8s70")
85 [node name="messages" parent="VBoxContainer/content" instance=ExtResource("4_8x3f7")]