mirror of
https://github.com/hobbesjaap/wellbeingapp.git
synced 2024-11-08 19:52:59 +00:00
42 lines
1.0 KiB
Plaintext
42 lines
1.0 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="button_user_save" type="Button" parent="."]
|
|
margin_left = 540.0
|
|
margin_top = 280.0
|
|
margin_right = 615.0
|
|
margin_bottom = 317.0
|
|
text = "OK"
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="textbox_user_name" type="LineEdit" parent="."]
|
|
unique_name_in_owner = true
|
|
margin_left = 244.0
|
|
margin_top = 205.0
|
|
margin_right = 794.0
|
|
margin_bottom = 250.0
|
|
caret_blink = true
|
|
caret_blink_speed = 0.5
|
|
|
|
[node name="button_birth_day" type="MenuButton" parent="."]
|
|
margin_left = 311.0
|
|
margin_top = 367.0
|
|
margin_right = 376.0
|
|
margin_bottom = 404.0
|
|
focus_mode = 2
|
|
text = "Day"
|
|
|
|
[node name="label_first_time" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
margin_left = 211.0
|
|
margin_top = 168.0
|
|
margin_right = 832.0
|
|
margin_bottom = 193.0
|
|
text = "First time user: Please fill in your FIRST NAME only below."
|
|
|
|
[connection signal="pressed" from="button_user_save" to="button_user_save" method="_on_button_user_save_pressed"]
|