root/ui/ui.tscn

[gd_scene load_steps=17 format=2]

[ext_resource path="res://fonts/BubblegumSans-Regular.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://ui/clock.gd" type="Script" id=2]
[ext_resource path="res://ui/present.png" type="Texture" id=3]
[ext_resource path="res://ui/food.png" type="Texture" id=4]
[ext_resource path="res://ui/calendar.png" type="Texture" id=5]
[ext_resource path="res://ui/clothes.png" type="Texture" id=6]
[ext_resource path="res://ui/button_bg.tscn" type="PackedScene" id=7]
[ext_resource path="res://ui/x.png" type="Texture" id=8]
[ext_resource path="res://ui/x_active.png" type="Texture" id=9]
[ext_resource path="res://ui/bottom_menu.gd" type="Script" id=10]
[ext_resource path="res://ui/schedule.gd" type="Script" id=11]
[ext_resource path="res://ui/set_activity.gd" type="Script" id=12]
[ext_resource path="res://ui/presents.gd" type="Script" id=13]
[ext_resource path="res://ui/clock.svg" type="Texture" id=14]
[ext_resource path="res://ui/ui.gd" type="Script" id=15]

[sub_resource type="DynamicFont" id=1]
size = 42
font_data = ExtResource( 1 )

[node name="ui" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
script = ExtResource( 15 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="clock" type="VBoxContainer" parent="."]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="HBoxContainer" type="HBoxContainer" parent="clock"]
margin_right = 194.0
margin_bottom = 50.0

[node name="TextureButton" type="TextureButton" parent="clock/HBoxContainer"]
margin_right = 48.0
margin_bottom = 50.0
texture_normal = ExtResource( 14 )

[node name="minute" type="ColorRect" parent="clock/HBoxContainer/TextureButton"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -1.0
margin_top = -16.0
margin_right = 1.0
margin_bottom = -1.0
rect_pivot_offset = Vector2( 0.992294, 14.9687 )
color = Color( 0.184314, 0.0352941, 0.0352941, 1 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="hour" type="ColorRect" parent="clock/HBoxContainer/TextureButton"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -2.0
margin_top = -9.0
margin_right = 2.0
margin_bottom = -1.0
rect_pivot_offset = Vector2( 2.06245, 7.96872 )
color = Color( 0.0509804, 0.0352941, 0.184314, 1 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="time_label" type="Label" parent="clock/HBoxContainer"]
margin_left = 52.0
margin_right = 194.0
margin_bottom = 50.0
custom_fonts/font = SubResource( 1 )
text = "22:28:12"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="bottom_menu" type="HBoxContainer" parent="."]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -47.0
script = ExtResource( 10 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="schedule_button" parent="bottom_menu" instance=ExtResource( 7 )]
margin_right = 68.0
size_flags_horizontal = 3
expand = true
stretch_mode = 3

[node name="CenterContainer" type="CenterContainer" parent="bottom_menu/schedule_button"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="TextureRect" type="TextureRect" parent="bottom_menu/schedule_button/CenterContainer"]
margin_left = 18.0
margin_top = 9.0
margin_right = 50.0
margin_bottom = 38.0
texture = ExtResource( 5 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="food_button" parent="bottom_menu" instance=ExtResource( 7 )]
margin_left = 72.0
margin_right = 141.0
size_flags_horizontal = 3
expand = true
stretch_mode = 3

[node name="CenterContainer2" type="CenterContainer" parent="bottom_menu/food_button"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="TextureRect" type="TextureRect" parent="bottom_menu/food_button/CenterContainer2"]
margin_left = 18.0
margin_top = 8.0
margin_right = 50.0
margin_bottom = 39.0
texture = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="presents_button" parent="bottom_menu" instance=ExtResource( 7 )]
margin_left = 145.0
margin_right = 214.0
size_flags_horizontal = 3
expand = true
stretch_mode = 3

[node name="CenterContainer3" type="CenterContainer" parent="bottom_menu/presents_button"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="TextureRect" type="TextureRect" parent="bottom_menu/presents_button/CenterContainer3"]
margin_left = 23.0
margin_top = 8.0
margin_right = 45.0
margin_bottom = 38.0
texture = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="outfits_button" parent="bottom_menu" instance=ExtResource( 7 )]
margin_left = 218.0
margin_right = 287.0
size_flags_horizontal = 3
expand = true
stretch_mode = 3

[node name="CenterContainer4" type="CenterContainer" parent="bottom_menu/outfits_button"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="TextureRect" type="TextureRect" parent="bottom_menu/outfits_button/CenterContainer4"]
margin_left = 18.0
margin_top = 7.0
margin_right = 51.0
margin_bottom = 40.0
texture = ExtResource( 6 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="settings_button" parent="bottom_menu" instance=ExtResource( 7 )]
margin_left = 291.0
margin_right = 360.0
size_flags_horizontal = 3
expand = true
stretch_mode = 3

[node name="schedule" type="HBoxContainer" parent="."]
anchor_top = 0.119
anchor_right = 1.0
anchor_bottom = 0.925
margin_top = 1.32
margin_right = 4.0
margin_bottom = -6.10352e-05
script = ExtResource( 11 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="entries_scroll" type="ScrollContainer" parent="schedule"]
margin_right = 300.0
margin_bottom = 578.0
size_flags_horizontal = 3
scroll_horizontal_enabled = false

[node name="entries" type="VBoxContainer" parent="schedule/entries_scroll"]
margin_right = 300.0
size_flags_horizontal = 3

[node name="right_buttons" type="VBoxContainer" parent="schedule"]
margin_left = 304.0
margin_right = 364.0
margin_bottom = 578.0
size_flags_vertical = 3

[node name="close_button" type="TextureButton" parent="schedule/right_buttons"]
margin_right = 60.0
margin_bottom = 60.0
rect_min_size = Vector2( 60, 60 )
size_flags_horizontal = 3
texture_normal = ExtResource( 8 )
texture_pressed = ExtResource( 9 )
expand = true
stretch_mode = 3

[node name="set_activity" type="HBoxContainer" parent="."]
anchor_top = 0.119
anchor_right = 1.0
anchor_bottom = 0.925
margin_top = 1.32
margin_right = 4.0
margin_bottom = -6.10352e-05
script = ExtResource( 12 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="VBoxContainer" type="VBoxContainer" parent="set_activity"]
margin_right = 300.0
margin_bottom = 578.0
size_flags_horizontal = 3

[node name="time_label" type="Label" parent="set_activity/VBoxContainer"]
margin_right = 300.0
margin_bottom = 50.0
custom_fonts/font = SubResource( 1 )

[node name="activities_scroll" type="ScrollContainer" parent="set_activity/VBoxContainer"]
margin_top = 54.0
margin_right = 300.0
margin_bottom = 578.0
size_flags_horizontal = 3
size_flags_vertical = 3
scroll_horizontal_enabled = false

[node name="activities" type="GridContainer" parent="set_activity/VBoxContainer/activities_scroll"]
margin_right = 300.0
size_flags_horizontal = 3
columns = 4

[node name="right_buttons" type="VBoxContainer" parent="set_activity"]
margin_left = 304.0
margin_right = 364.0
margin_bottom = 578.0
size_flags_vertical = 3

[node name="close_button" type="TextureButton" parent="set_activity/right_buttons"]
margin_right = 60.0
margin_bottom = 60.0
rect_min_size = Vector2( 60, 60 )
size_flags_horizontal = 3
texture_normal = ExtResource( 8 )
texture_pressed = ExtResource( 9 )
expand = true
stretch_mode = 3

[node name="presents" type="HBoxContainer" parent="."]
anchor_top = 0.119
anchor_right = 1.0
anchor_bottom = 0.925
margin_top = 1.32
margin_right = 4.0
margin_bottom = -6.10352e-05
script = ExtResource( 13 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="entries_scroll" type="ScrollContainer" parent="presents"]
margin_right = 300.0
margin_bottom = 578.0
size_flags_horizontal = 3
scroll_horizontal_enabled = false

[node name="categories" type="VBoxContainer" parent="presents/entries_scroll"]
margin_right = 300.0
margin_bottom = 578.0
size_flags_horizontal = 3
size_flags_vertical = 3

[node name="right_buttons" type="VBoxContainer" parent="presents"]
margin_left = 304.0
margin_right = 364.0
margin_bottom = 578.0
size_flags_vertical = 3

[node name="close_button" type="TextureButton" parent="presents/right_buttons"]
margin_right = 60.0
margin_bottom = 60.0
rect_min_size = Vector2( 60, 60 )
size_flags_horizontal = 3
texture_normal = ExtResource( 8 )
texture_pressed = ExtResource( 9 )
expand = true
stretch_mode = 3