mirror of
https://github.com/hobbesjaap/wellbeingapp.git
synced 2024-11-12 13:42:58 +00:00
48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://button_user_save.gd" type="Script" id=1]
|
|
[ext_resource path="res://wb_theme.tres" type="Theme" id=2]
|
|
|
|
[node name="user_details" type="CanvasLayer"]
|
|
|
|
[node name="user_menu" type="VBoxContainer" parent="."]
|
|
margin_left = 10.0
|
|
margin_top = 55.0
|
|
margin_right = 1270.0
|
|
margin_bottom = 665.0
|
|
rect_min_size = Vector2( 1260, 610 )
|
|
|
|
[node name="label_first_time" type="Label" parent="user_menu"]
|
|
unique_name_in_owner = true
|
|
margin_right = 1260.0
|
|
margin_bottom = 34.0
|
|
theme = ExtResource( 2 )
|
|
text = "First time user: Please fill in your FIRST NAME only below."
|
|
|
|
[node name="textbox_user_name" type="LineEdit" parent="user_menu"]
|
|
unique_name_in_owner = true
|
|
margin_top = 42.0
|
|
margin_right = 1260.0
|
|
margin_bottom = 76.0
|
|
theme = ExtResource( 2 )
|
|
caret_blink = true
|
|
caret_blink_speed = 0.5
|
|
|
|
[node name="button_user_save" type="Button" parent="user_menu"]
|
|
margin_top = 84.0
|
|
margin_right = 1260.0
|
|
margin_bottom = 118.0
|
|
theme = ExtResource( 2 )
|
|
text = "OK"
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="button_birth_day" type="MenuButton" parent="user_menu"]
|
|
margin_top = 126.0
|
|
margin_right = 1260.0
|
|
margin_bottom = 160.0
|
|
focus_mode = 2
|
|
theme = ExtResource( 2 )
|
|
text = "Day"
|
|
|
|
[connection signal="pressed" from="user_menu/button_user_save" to="user_menu/button_user_save" method="_on_button_user_save_pressed"]
|