wellbeingapp/godot/start_screen.tscn

48 lines
1.4 KiB
Plaintext

[gd_scene load_steps=6 format=2]
[ext_resource path="res://main_screen.gd" type="Script" id=1]
[ext_resource path="res://user_details.tscn" type="PackedScene" id=2]
[ext_resource path="res://start_menu.tscn" type="PackedScene" id=3]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.862745, 0.435294, 0.329412, 1 )
corner_radius_bottom_right = 45
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0.462745, 0.662745, 0.560784, 1 )
[node name="main_screen" type="CanvasLayer"]
script = ExtResource( 1 )
[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 )
[node name="top_bar" type="Panel" parent="UI"]
margin_right = 1280.0
margin_bottom = 50.0
rect_min_size = Vector2( 0, 50 )
custom_styles/panel = SubResource( 1 )
[node name="top_container" type="VBoxContainer" parent="UI"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 52.0
margin_bottom = -41.0
[node name="menus_container" type="VBoxContainer" parent="UI/top_container"]
margin_right = 1280.0
[node name="start_menu" parent="UI/top_container/menus_container" instance=ExtResource( 3 )]
[node name="user_details" parent="UI/top_container/menus_container" instance=ExtResource( 2 )]
[node name="bottom_bar" type="Panel" parent="UI"]
margin_top = 680.0
margin_right = 1280.0
margin_bottom = 720.0
custom_styles/panel = SubResource( 2 )