mirror of
https://github.com/hobbesjaap/wellbeingapp.git
synced 2024-11-08 11:42:59 +00:00
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://button_user_save.gd" type="Script" id=1]
|
|
|
|
[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 = 25.0
|
|
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 = 33.0
|
|
margin_right = 1260.0
|
|
margin_bottom = 78.0
|
|
caret_blink = true
|
|
caret_blink_speed = 0.5
|
|
|
|
[node name="button_user_save" type="Button" parent="user_menu"]
|
|
margin_top = 86.0
|
|
margin_right = 1260.0
|
|
margin_bottom = 123.0
|
|
text = "OK"
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="button_birth_day" type="MenuButton" parent="user_menu"]
|
|
margin_top = 131.0
|
|
margin_right = 1260.0
|
|
margin_bottom = 168.0
|
|
focus_mode = 2
|
|
text = "Day"
|
|
|
|
[connection signal="pressed" from="user_menu/button_user_save" to="user_menu/button_user_save" method="_on_button_user_save_pressed"]
|