mirror of
https://github.com/hobbesjaap/wellbeingapp.git
synced 2024-11-09 20:22:58 +00:00
142 lines
4.3 KiB
Plaintext
142 lines
4.3 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://dqlqsachnxomy"]
|
|
|
|
[ext_resource type="Script" path="res://main_screen.gd" id="1"]
|
|
[ext_resource type="PackedScene" path="res://user_details.tscn" id="2"]
|
|
[ext_resource type="PackedScene" uid="uid://wp6d880w6h6u" path="res://start_menu.tscn" id="3"]
|
|
[ext_resource type="PackedScene" path="res://apps/daily_prompts.tscn" id="4"]
|
|
[ext_resource type="Theme" uid="uid://cqlpsmjde8oae" path="res://wb_theme.tres" id="5"]
|
|
[ext_resource type="PackedScene" path="res://apps/pomodoro.tscn" id="6"]
|
|
|
|
[node name="main_screen" type="CanvasLayer"]
|
|
script = ExtResource("1")
|
|
|
|
[node name="UI" type="CanvasLayer" parent="."]
|
|
|
|
[node name="background_light" type="ColorRect" parent="UI"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
color = Color(0.94902, 0.937255, 0.85098, 1)
|
|
|
|
[node name="top_bar" type="Panel" parent="UI"]
|
|
custom_minimum_size = Vector2(0, 40)
|
|
offset_right = 1280.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="top_container" type="VBoxContainer" parent="UI"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = 42.0
|
|
offset_bottom = -48.0
|
|
theme = ExtResource("5")
|
|
|
|
[node name="start_menu" parent="UI/top_container" instance=ExtResource("3")]
|
|
visible = false
|
|
|
|
[node name="welcome_title" parent="UI/top_container/start_menu" index="0"]
|
|
anchors_preset = 5
|
|
offset_top = 0.0
|
|
offset_bottom = 34.0
|
|
grow_horizontal = 2
|
|
|
|
[node name="version_label" parent="UI/top_container/start_menu" index="2"]
|
|
anchors_preset = 2
|
|
offset_left = 0.0
|
|
offset_top = -30.0
|
|
offset_right = 1275.0
|
|
offset_bottom = 0.0
|
|
grow_vertical = 0
|
|
|
|
[node name="button_daily_action" parent="UI/top_container/start_menu/GridContainer" index="0"]
|
|
layout_mode = 2
|
|
|
|
[node name="button_open_github" parent="UI/top_container/start_menu/GridContainer" index="1"]
|
|
layout_mode = 2
|
|
|
|
[node name="button_email_feedback" parent="UI/top_container/start_menu/GridContainer" index="2"]
|
|
layout_mode = 2
|
|
|
|
[node name="button_name" parent="UI/top_container/start_menu/GridContainer" index="3"]
|
|
layout_mode = 2
|
|
|
|
[node name="button_update_check" parent="UI/top_container/start_menu/GridContainer" index="4"]
|
|
layout_mode = 2
|
|
|
|
[node name="button_journal" parent="UI/top_container/start_menu/GridContainer" index="5"]
|
|
layout_mode = 2
|
|
|
|
[node name="user_details" parent="UI/top_container" instance=ExtResource("2")]
|
|
visible = false
|
|
|
|
[node name="user_menu" parent="UI/top_container/user_details" index="0"]
|
|
anchors_preset = 8
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="green_panel" parent="UI/top_container/user_details/user_menu" index="0"]
|
|
layout_mode = 2
|
|
|
|
[node name="label_first_time" parent="UI/top_container/user_details/user_menu/green_panel" index="0"]
|
|
layout_mode = 0
|
|
anchor_right = 0.0
|
|
offset_top = 0.0
|
|
offset_right = 1.0
|
|
offset_bottom = 34.0
|
|
|
|
[node name="textbox_user_name" parent="UI/top_container/user_details/user_menu/green_panel" index="1"]
|
|
layout_mode = 0
|
|
anchor_left = 0.0
|
|
anchor_right = 0.0
|
|
offset_left = 0.0
|
|
offset_top = 0.0
|
|
offset_right = 700.0
|
|
offset_bottom = 34.0
|
|
|
|
[node name="birthday_selector" parent="UI/top_container/user_details/user_menu/green_panel" index="2"]
|
|
layout_mode = 0
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
offset_left = 0.0
|
|
offset_top = 0.0
|
|
offset_right = 267.0
|
|
offset_bottom = 34.0
|
|
|
|
[node name="button_birth_month" parent="UI/top_container/user_details/user_menu/green_panel/birthday_selector" index="0"]
|
|
layout_mode = 2
|
|
|
|
[node name="button_birth_day" parent="UI/top_container/user_details/user_menu/green_panel/birthday_selector" index="1"]
|
|
layout_mode = 2
|
|
|
|
[node name="button_user_save" parent="UI/top_container/user_details/user_menu/green_panel" index="3"]
|
|
layout_mode = 0
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
offset_left = 0.0
|
|
offset_top = 0.0
|
|
offset_right = 148.57
|
|
offset_bottom = 34.0
|
|
|
|
[node name="daily_prompts" parent="UI/top_container" instance=ExtResource("4")]
|
|
visible = false
|
|
|
|
[node name="pomodoro" parent="UI/top_container" instance=ExtResource("6")]
|
|
visible = false
|
|
|
|
[node name="bottom_bar" type="Panel" parent="UI"]
|
|
custom_minimum_size = Vector2(0, 40)
|
|
anchors_preset = 12
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -40.0
|
|
|
|
[editable path="UI/top_container/start_menu"]
|
|
[editable path="UI/top_container/user_details"]
|
|
[editable path="UI/top_container/daily_prompts"]
|
|
[editable path="UI/top_container/pomodoro"]
|