mirror of
https://github.com/hobbesjaap/wellbeingapp.git
synced 2024-11-08 19:52:59 +00:00
began conversion to Godot 4.1
This commit is contained in:
parent
58ef1c4f05
commit
a8088662b7
@ -12,7 +12,7 @@ config_version=5
|
||||
|
||||
config/name="Wellbeing App"
|
||||
run/main_scene="res://start_screen.tscn"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/features=PackedStringArray("4.1")
|
||||
run/low_processor_mode=true
|
||||
config/icon="res://Assets/icons/main_icon.png"
|
||||
|
||||
|
@ -36,9 +36,17 @@ 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
|
||||
@ -63,18 +71,38 @@ 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
|
||||
@ -84,6 +112,14 @@ 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
|
||||
|
@ -5,9 +5,6 @@
|
||||
|
||||
[sub_resource type="FontFile" id="1"]
|
||||
fallbacks = Array[Font]([ExtResource("1")])
|
||||
face_index = null
|
||||
embolden = null
|
||||
transform = null
|
||||
cache/0/16/0/ascent = 0.0
|
||||
cache/0/16/0/descent = 0.0
|
||||
cache/0/16/0/underline_position = 0.0
|
||||
@ -52,9 +49,6 @@ corner_radius_bottom_left = 10
|
||||
|
||||
[sub_resource type="FontFile" id="3"]
|
||||
fallbacks = Array[Font]([ExtResource("2")])
|
||||
face_index = null
|
||||
embolden = null
|
||||
transform = null
|
||||
cache/0/16/0/ascent = 0.0
|
||||
cache/0/16/0/descent = 0.0
|
||||
cache/0/16/0/underline_position = 0.0
|
||||
@ -64,9 +58,6 @@ cache/0/16/0/kerning_overrides/16/0 = Vector2(0, 0)
|
||||
|
||||
[sub_resource type="FontFile" id="8"]
|
||||
fallbacks = Array[Font]([ExtResource("2")])
|
||||
face_index = null
|
||||
embolden = null
|
||||
transform = null
|
||||
cache/0/16/0/ascent = 0.0
|
||||
cache/0/16/0/descent = 0.0
|
||||
cache/0/16/0/underline_position = 0.0
|
||||
|
Loading…
Reference in New Issue
Block a user