wellbeingapp/godot/start_screen.tscn

53 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-03-07 12:26:52 +00:00
[gd_scene load_steps=7 format=3 uid="uid://dqlqsachnxomy"]
2022-07-31 05:12:31 +00:00
2023-03-07 12:26:52 +00:00
[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" 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"]
2023-03-07 12:26:52 +00:00
script = ExtResource("1")
2022-07-31 05:12:31 +00:00
[node name="UI" type="CanvasLayer" parent="."]
[node name="background_light" type="ColorRect" parent="UI"]
2023-03-07 12:26:52 +00:00
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
2023-03-07 12:26:52 +00:00
color = Color(0.94902, 0.937255, 0.85098, 1)
[node name="top_bar" type="Panel" parent="UI"]
2023-03-07 12:26:52 +00:00
custom_minimum_size = Vector2(0, 40)
offset_right = 1280.0
offset_bottom = 40.0
[node name="top_container" type="VBoxContainer" parent="UI"]
2023-03-07 12:26:52 +00:00
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
2023-03-07 12:26:52 +00:00
offset_top = 42.0
offset_bottom = -48.0
theme = ExtResource("5")
2022-08-03 01:01:10 +00:00
2023-03-07 12:26:52 +00:00
[node name="start_menu" parent="UI/top_container" instance=ExtResource("3")]
visible = false
2022-08-03 01:01:10 +00:00
2023-03-07 12:26:52 +00:00
[node name="user_details" parent="UI/top_container" instance=ExtResource("2")]
2022-08-21 08:34:39 +00:00
visible = false
2022-08-07 01:08:10 +00:00
2023-03-07 12:26:52 +00:00
[node name="daily_prompts" parent="UI/top_container" instance=ExtResource("4")]
2022-08-17 01:14:58 +00:00
visible = false
2023-03-07 12:26:52 +00:00
[node name="pomodoro" parent="UI/top_container" instance=ExtResource("6")]
visible = false
2022-08-21 08:34:39 +00:00
[node name="bottom_bar" type="Panel" parent="UI"]
2023-03-07 12:26:52 +00:00
custom_minimum_size = Vector2(0, 40)
anchors_preset = 12
2022-08-17 01:14:58 +00:00
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
2023-03-07 12:26:52 +00:00
offset_top = -40.0