|
1 |
| -[gd_scene load_steps=19 format=2] |
| 1 | +[gd_scene load_steps=22 format=2] |
2 | 2 |
|
3 | 3 | [ext_resource path="res://main/scn/home/home.gd" type="Script" id=1]
|
4 | 4 | [ext_resource path="res://main/res/fonts/roboto/Roboto-Black.ttf" type="DynamicFontData" id=2]
|
|
14 | 14 | [ext_resource path="res://main/res/icons/015-user-1.svg" type="Texture" id=12]
|
15 | 15 | [ext_resource path="res://main/scn/show_post/show_post.tscn" type="PackedScene" id=13]
|
16 | 16 | [ext_resource path="res://main/scn/friend_list/friend_list.tscn" type="PackedScene" id=14]
|
| 17 | +[ext_resource path="res://main/res/icons/055-notification.svg" type="Texture" id=15] |
17 | 18 |
|
18 | 19 | [sub_resource type="StyleBoxEmpty" id=1]
|
19 | 20 |
|
| 21 | +[sub_resource type="StyleBoxFlat" id=5] |
| 22 | +bg_color = Color( 1, 0.352941, 0.247059, 1 ) |
| 23 | +corner_radius_top_left = 40 |
| 24 | +corner_radius_top_right = 40 |
| 25 | +corner_radius_bottom_right = 40 |
| 26 | +corner_radius_bottom_left = 40 |
| 27 | +corner_detail = 20 |
| 28 | + |
| 29 | +[sub_resource type="DynamicFont" id=6] |
| 30 | + |
20 | 31 | [sub_resource type="StyleBoxEmpty" id=2]
|
21 | 32 |
|
22 | 33 | [sub_resource type="DynamicFont" id=3]
|
@@ -122,10 +133,37 @@ texture_active = ExtResource( 12 )
|
122 | 133 | texture_inactive = ExtResource( 12 )
|
123 | 134 | color = Color( 1, 0.627451, 0.294118, 1 )
|
124 | 135 |
|
125 |
| -[node name="HSeparator2" type="HSeparator" parent="HomeContainer/Menu"] |
| 136 | +[node name="NotificationsBtn" parent="HomeContainer/Menu" instance=ExtResource( 10 )] |
| 137 | +margin_left = 15.0 |
126 | 138 | margin_top = 245.0
|
| 139 | +margin_right = 195.0 |
| 140 | +margin_bottom = 280.0 |
| 141 | +rect_min_size = Vector2( 180, 30 ) |
| 142 | +size_flags_horizontal = 4 |
| 143 | +text = "Notifications" |
| 144 | +icon = ExtResource( 15 ) |
| 145 | +texture_active = ExtResource( 15 ) |
| 146 | +texture_inactive = ExtResource( 15 ) |
| 147 | +color = Color( 1, 0.627451, 0.294118, 1 ) |
| 148 | + |
| 149 | +[node name="Notification" type="Label" parent="HomeContainer/Menu/NotificationsBtn"] |
| 150 | +visible = false |
| 151 | +margin_right = 10.0 |
| 152 | +margin_bottom = 10.0 |
| 153 | +rect_min_size = Vector2( 10, 10 ) |
| 154 | +size_flags_horizontal = 0 |
| 155 | +size_flags_vertical = 0 |
| 156 | +custom_styles/normal = SubResource( 5 ) |
| 157 | +custom_fonts/font = SubResource( 6 ) |
| 158 | +autowrap = true |
| 159 | +__meta__ = { |
| 160 | +"_edit_use_anchors_": false |
| 161 | +} |
| 162 | + |
| 163 | +[node name="HSeparator2" type="HSeparator" parent="HomeContainer/Menu"] |
| 164 | +margin_top = 295.0 |
127 | 165 | margin_right = 210.0
|
128 |
| -margin_bottom = 255.0 |
| 166 | +margin_bottom = 305.0 |
129 | 167 | custom_styles/separator = SubResource( 2 )
|
130 | 168 | custom_constants/separation = 10
|
131 | 169 |
|
|
0 commit comments