]> Untitled Git - wolf-seeking-sheep.git/blob - assets/phone/phone-notifications.tscn
Squashed commit of the following:
[wolf-seeking-sheep.git] / assets / phone / phone-notifications.tscn
1 [gd_scene load_steps=6 format=3 uid="uid://bfvqcx2t5g466"]
2
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"]
8
9 [node name="Phone-notifications" type="Control"]
10 layout_mode = 3
11 anchors_preset = 15
12 anchor_right = 1.0
13 anchor_bottom = 1.0
14 offset_right = -2255.0
15 grow_horizontal = 2
16 grow_vertical = 2
17 script = ExtResource("1_8x3f7")
18 _displayed_time = "11:46"
19
20 [node name="background" type="ColorRect" parent="."]
21 layout_mode = 1
22 anchors_preset = 15
23 anchor_right = 1.0
24 anchor_bottom = 1.0
25 grow_horizontal = 2
26 grow_vertical = 2
27 color = Color(0, 0, 0, 1)
28
29 [node name="VBoxContainer" type="VBoxContainer" parent="."]
30 layout_mode = 1
31 anchors_preset = 15
32 anchor_right = 1.0
33 anchor_bottom = 1.0
34 offset_bottom = 73.0
35 grow_horizontal = 2
36 grow_vertical = 2
37
38 [node name="header" type="HBoxContainer" parent="VBoxContainer"]
39 layout_mode = 2
40 size_flags_vertical = 3
41
42 [node name="MarginContainer3" type="MarginContainer" parent="VBoxContainer/header"]
43 custom_minimum_size = Vector2(20, 0)
44 layout_direction = 2
45 layout_mode = 2
46
47 [node name="phone_clock" type="Label" parent="VBoxContainer/header"]
48 unique_name_in_owner = true
49 layout_mode = 2
50 theme = ExtResource("1_qge3v")
51 text = "11:46"
52
53 [node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/header"]
54 layout_mode = 2
55 size_flags_horizontal = 3
56
57 [node name="Label2" type="Label" parent="VBoxContainer/header"]
58 layout_mode = 2
59 theme = ExtResource("1_qge3v")
60 text = "..::"
61
62 [node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/header"]
63 custom_minimum_size = Vector2(20, 0)
64 layout_direction = 2
65 layout_mode = 2
66
67 [node name="Label3" type="Label" parent="VBoxContainer/header"]
68 layout_mode = 2
69 theme = ExtResource("1_qge3v")
70 text = "67%"
71
72 [node name="MarginContainer4" type="MarginContainer" parent="VBoxContainer/header"]
73 custom_minimum_size = Vector2(20, 0)
74 layout_direction = 2
75 layout_mode = 2
76
77 [node name="content" type="MarginContainer" parent="VBoxContainer"]
78 layout_mode = 2
79
80 [node name="profile" parent="VBoxContainer/content" instance=ExtResource("2_8lkt0")]
81 visible = false
82 layout_mode = 2
83 profile = ExtResource("3_h8s70")
84
85 [node name="messages" parent="VBoxContainer/content" instance=ExtResource("4_8x3f7")]
86 layout_mode = 2