2022-08-16 09:30:28 +00:00
|
|
|
[gd_scene load_steps=7 format=2]
|
2022-07-31 05:12:31 +00:00
|
|
|
|
2022-08-03 01:01:10 +00:00
|
|
|
[ext_resource path="res://main_screen.gd" type="Script" id=1]
|
2022-08-16 07:37:53 +00:00
|
|
|
[ext_resource path="res://user_details.tscn" type="PackedScene" id=2]
|
|
|
|
[ext_resource path="res://start_menu.tscn" type="PackedScene" id=3]
|
2022-08-16 09:30:28 +00:00
|
|
|
[ext_resource path="res://apps/daily_prompts.tscn" type="PackedScene" id=4]
|
2022-07-31 05:12:31 +00:00
|
|
|
|
2022-08-09 07:17:54 +00:00
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
|
|
bg_color = Color( 0.862745, 0.435294, 0.329412, 1 )
|
|
|
|
corner_radius_bottom_right = 45
|
|
|
|
|
2022-08-16 07:37:53 +00:00
|
|
|
[sub_resource type="StyleBoxFlat" id=2]
|
|
|
|
bg_color = Color( 0.462745, 0.662745, 0.560784, 1 )
|
|
|
|
|
2022-08-09 07:17:54 +00:00
|
|
|
[node name="main_screen" type="CanvasLayer"]
|
2022-07-31 05:12:31 +00:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2022-08-09 07:17:54 +00:00
|
|
|
[node name="UI" type="CanvasLayer" parent="."]
|
|
|
|
|
|
|
|
[node name="background_light" type="ColorRect" parent="UI"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
color = Color( 0.94902, 0.937255, 0.85098, 1 )
|
|
|
|
|
2022-08-16 07:37:53 +00:00
|
|
|
[node name="top_bar" type="Panel" parent="UI"]
|
2022-08-09 07:17:54 +00:00
|
|
|
margin_right = 1280.0
|
2022-08-17 04:23:41 +00:00
|
|
|
margin_bottom = 40.0
|
|
|
|
rect_min_size = Vector2( 0, 40 )
|
2022-08-09 07:17:54 +00:00
|
|
|
custom_styles/panel = SubResource( 1 )
|
|
|
|
|
2022-08-16 07:37:53 +00:00
|
|
|
[node name="top_container" type="VBoxContainer" parent="UI"]
|
2022-08-09 07:17:54 +00:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2022-08-17 04:23:41 +00:00
|
|
|
margin_top = 42.0
|
|
|
|
margin_bottom = -48.0
|
2022-08-03 01:01:10 +00:00
|
|
|
|
2022-08-17 04:23:41 +00:00
|
|
|
[node name="start_menu" parent="UI/top_container" instance=ExtResource( 3 )]
|
2022-08-03 01:01:10 +00:00
|
|
|
|
2022-08-17 04:23:41 +00:00
|
|
|
[node name="user_details" parent="UI/top_container" instance=ExtResource( 2 )]
|
2022-08-17 01:14:58 +00:00
|
|
|
visible = false
|
2022-08-07 01:08:10 +00:00
|
|
|
|
2022-08-17 04:23:41 +00:00
|
|
|
[node name="daily_prompts" parent="UI/top_container" instance=ExtResource( 4 )]
|
2022-08-17 01:14:58 +00:00
|
|
|
visible = false
|
2022-08-16 09:30:28 +00:00
|
|
|
|
2022-08-16 07:37:53 +00:00
|
|
|
[node name="bottom_bar" type="Panel" parent="UI"]
|
2022-08-17 01:14:58 +00:00
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_top = -40.0
|
|
|
|
rect_min_size = Vector2( 0, 40 )
|
2022-08-16 07:37:53 +00:00
|
|
|
custom_styles/panel = SubResource( 2 )
|