You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
371 lines
10 KiB
Plaintext
371 lines
10 KiB
Plaintext
2 years ago
|
[gd_scene load_steps=9 format=2]
|
||
|
|
||
|
[ext_resource path="res://UI/Form/Immigration/Gender.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://UI/Form.gd" type="Script" id=2]
|
||
|
[ext_resource path="res://UI/Form/Immigration/Day.gd" type="Script" id=3]
|
||
|
[ext_resource path="res://UI/Button.gd" type="Script" id=4]
|
||
|
[ext_resource path="res://icon.png" type="Texture" id=5]
|
||
|
[ext_resource path="res://UI/Form/Immigration/Month.gd" type="Script" id=6]
|
||
|
[ext_resource path="res://UI/Form/Immigration/Reason.gd" type="Script" id=7]
|
||
|
[ext_resource path="res://UI/Form/Immigration/Year.gd" type="Script" id=8]
|
||
|
|
||
|
[node name="CharCreate" type="PanelContainer"]
|
||
|
margin_left = 7.0
|
||
|
margin_top = 7.0
|
||
|
margin_right = 605.0
|
||
|
margin_bottom = 579.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
margin_left = 7.0
|
||
|
margin_top = 7.0
|
||
|
margin_right = 591.0
|
||
|
margin_bottom = 565.0
|
||
|
|
||
|
[node name="Form" type="VBoxContainer" parent="VBoxContainer"]
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 464.0
|
||
|
script = ExtResource( 2 )
|
||
|
|
||
|
[node name="Title" type="Label" parent="VBoxContainer/Form"]
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 14.0
|
||
|
text = "Immigration Forms"
|
||
|
|
||
|
[node name="Desc" type="Label" parent="VBoxContainer/Form"]
|
||
|
margin_top = 18.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 32.0
|
||
|
text = "Fill out the following questions."
|
||
|
|
||
|
[node name="HSeparator" type="HSeparator" parent="VBoxContainer/Form"]
|
||
|
margin_top = 36.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 40.0
|
||
|
|
||
|
[node name="Questions" type="HBoxContainer" parent="VBoxContainer/Form"]
|
||
|
margin_top = 44.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 192.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="Col1" type="VBoxContainer" parent="VBoxContainer/Form/Questions"]
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 148.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="HBox" type="HBoxContainer" parent="VBoxContainer/Form/Questions/Col1"]
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 24.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/Questions/Col1/HBox"]
|
||
|
margin_top = 5.0
|
||
|
margin_right = 143.0
|
||
|
margin_bottom = 19.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "Name:"
|
||
|
|
||
|
[node name="Name" type="LineEdit" parent="VBoxContainer/Form/Questions/Col1/HBox"]
|
||
|
margin_left = 147.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 24.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="HBox2" type="HBoxContainer" parent="VBoxContainer/Form/Questions/Col1"]
|
||
|
margin_top = 28.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 48.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/Questions/Col1/HBox2"]
|
||
|
margin_top = 3.0
|
||
|
margin_right = 191.0
|
||
|
margin_bottom = 17.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "Date of Birth:"
|
||
|
|
||
|
[node name="Day" type="OptionButton" parent="VBoxContainer/Form/Questions/Col1/HBox2"]
|
||
|
margin_left = 195.0
|
||
|
margin_right = 224.0
|
||
|
margin_bottom = 20.0
|
||
|
script = ExtResource( 3 )
|
||
|
|
||
|
[node name="Month" type="OptionButton" parent="VBoxContainer/Form/Questions/Col1/HBox2"]
|
||
|
margin_left = 228.0
|
||
|
margin_right = 257.0
|
||
|
margin_bottom = 20.0
|
||
|
script = ExtResource( 6 )
|
||
|
|
||
|
[node name="Year" type="OptionButton" parent="VBoxContainer/Form/Questions/Col1/HBox2"]
|
||
|
margin_left = 261.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 20.0
|
||
|
script = ExtResource( 8 )
|
||
|
|
||
|
[node name="HBox3" type="HBoxContainer" parent="VBoxContainer/Form/Questions/Col1"]
|
||
|
margin_top = 52.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 72.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/Questions/Col1/HBox3"]
|
||
|
margin_top = 3.0
|
||
|
margin_right = 143.0
|
||
|
margin_bottom = 17.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "Gender:"
|
||
|
|
||
|
[node name="Gender" type="OptionButton" parent="VBoxContainer/Form/Questions/Col1/HBox3"]
|
||
|
margin_left = 147.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 20.0
|
||
|
size_flags_horizontal = 3
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="HBox4" type="HBoxContainer" parent="VBoxContainer/Form/Questions/Col1"]
|
||
|
margin_top = 76.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 100.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/Questions/Col1/HBox4"]
|
||
|
margin_top = 5.0
|
||
|
margin_right = 143.0
|
||
|
margin_bottom = 19.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "Password:"
|
||
|
|
||
|
[node name="Password" type="LineEdit" parent="VBoxContainer/Form/Questions/Col1/HBox4"]
|
||
|
margin_left = 147.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 24.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="HBox5" type="HBoxContainer" parent="VBoxContainer/Form/Questions/Col1"]
|
||
|
margin_top = 104.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 128.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/Questions/Col1/HBox5"]
|
||
|
margin_top = 5.0
|
||
|
margin_right = 143.0
|
||
|
margin_bottom = 19.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "Password Again:"
|
||
|
|
||
|
[node name="Password2" type="LineEdit" parent="VBoxContainer/Form/Questions/Col1/HBox5"]
|
||
|
margin_left = 147.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 24.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Col2" type="VBoxContainer" parent="VBoxContainer/Form/Questions"]
|
||
|
margin_left = 294.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 148.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/Questions/Col2"]
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 48.0
|
||
|
text = "You must pick either an email OR a Security Q&A, so you can retrieve your documentation when you inevitably lose it."
|
||
|
autowrap = true
|
||
|
|
||
|
[node name="HSeparator" type="HSeparator" parent="VBoxContainer/Form/Questions/Col2"]
|
||
|
margin_top = 52.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 56.0
|
||
|
|
||
|
[node name="HBox" type="HBoxContainer" parent="VBoxContainer/Form/Questions/Col2"]
|
||
|
margin_top = 60.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 84.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/Questions/Col2/HBox"]
|
||
|
margin_top = 5.0
|
||
|
margin_right = 143.0
|
||
|
margin_bottom = 19.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "email:"
|
||
|
|
||
|
[node name="Email" type="LineEdit" parent="VBoxContainer/Form/Questions/Col2/HBox"]
|
||
|
margin_left = 147.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 24.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="HSeparator2" type="HSeparator" parent="VBoxContainer/Form/Questions/Col2"]
|
||
|
margin_top = 88.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 92.0
|
||
|
|
||
|
[node name="HBox2" type="HBoxContainer" parent="VBoxContainer/Form/Questions/Col2"]
|
||
|
margin_top = 96.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 120.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/Questions/Col2/HBox2"]
|
||
|
margin_top = 5.0
|
||
|
margin_right = 143.0
|
||
|
margin_bottom = 19.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "Security Question:"
|
||
|
|
||
|
[node name="SecurityQ" type="LineEdit" parent="VBoxContainer/Form/Questions/Col2/HBox2"]
|
||
|
margin_left = 147.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 24.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="HBox3" type="HBoxContainer" parent="VBoxContainer/Form/Questions/Col2"]
|
||
|
margin_top = 124.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 148.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/Questions/Col2/HBox3"]
|
||
|
margin_top = 5.0
|
||
|
margin_right = 143.0
|
||
|
margin_bottom = 19.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "Security Answer:"
|
||
|
|
||
|
[node name="SecurityA" type="LineEdit" parent="VBoxContainer/Form/Questions/Col2/HBox3"]
|
||
|
margin_left = 147.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 24.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="HSeparator2" type="HSeparator" parent="VBoxContainer/Form"]
|
||
|
margin_top = 196.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 200.0
|
||
|
|
||
|
[node name="HBox" type="HBoxContainer" parent="VBoxContainer/Form"]
|
||
|
margin_top = 204.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 224.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/HBox"]
|
||
|
margin_top = 3.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 17.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "Reason for Immigrating:"
|
||
|
|
||
|
[node name="Reason" type="OptionButton" parent="VBoxContainer/Form/HBox"]
|
||
|
margin_left = 294.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 20.0
|
||
|
size_flags_horizontal = 3
|
||
|
script = ExtResource( 7 )
|
||
|
|
||
|
[node name="HBox2" type="HBoxContainer" parent="VBoxContainer/Form"]
|
||
|
margin_top = 228.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 252.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/HBox2"]
|
||
|
margin_top = 5.0
|
||
|
margin_right = 290.0
|
||
|
margin_bottom = 19.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "Additional Comments:"
|
||
|
|
||
|
[node name="Etc" type="LineEdit" parent="VBoxContainer/Form/HBox2"]
|
||
|
margin_left = 294.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 24.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "ajsdfrjosdijfosdiajfoisdjfoai hahaha"
|
||
|
|
||
|
[node name="HSeparator3" type="HSeparator" parent="VBoxContainer/Form"]
|
||
|
margin_top = 256.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 260.0
|
||
|
|
||
|
[node name="Submit" type="Button" parent="VBoxContainer/Form"]
|
||
|
margin_top = 264.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 284.0
|
||
|
script = ExtResource( 4 )
|
||
|
tl = "foifbs"
|
||
|
|
||
|
[node name="HSeparator4" type="HSeparator" parent="VBoxContainer/Form"]
|
||
|
margin_top = 288.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 292.0
|
||
|
|
||
|
[node name="HBox3" type="HBoxContainer" parent="VBoxContainer/Form"]
|
||
|
margin_top = 296.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 464.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
alignment = 2
|
||
|
|
||
|
[node name="VBox2" type="VBoxContainer" parent="VBoxContainer/Form/HBox3"]
|
||
|
margin_right = 150.0
|
||
|
margin_bottom = 168.0
|
||
|
alignment = 2
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/Form/HBox3/VBox2"]
|
||
|
margin_right = 150.0
|
||
|
margin_bottom = 150.0
|
||
|
rect_min_size = Vector2( 150, 150 )
|
||
|
texture = ExtResource( 5 )
|
||
|
expand = true
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/Form/HBox3/VBox2"]
|
||
|
margin_top = 154.0
|
||
|
margin_right = 150.0
|
||
|
margin_bottom = 168.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 1
|
||
|
text = "Bless the Child"
|
||
|
align = 1
|
||
|
|
||
|
[node name="VBox" type="VBoxContainer" parent="VBoxContainer/Form/HBox3"]
|
||
|
margin_left = 154.0
|
||
|
margin_right = 584.0
|
||
|
margin_bottom = 168.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
alignment = 2
|
||
|
|
||
|
[node name="Message" type="RichTextLabel" parent="VBoxContainer/Form/HBox3/VBox"]
|
||
|
margin_top = 129.0
|
||
|
margin_right = 430.0
|
||
|
margin_bottom = 144.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "\"Fill these forms real quick. The boss will be here any minute.\""
|
||
|
fit_content_height = true
|
||
|
|
||
|
[node name="Action" type="GridContainer" parent="VBoxContainer/Form/HBox3/VBox"]
|
||
|
margin_top = 148.0
|
||
|
margin_right = 430.0
|
||
|
margin_bottom = 168.0
|
||
|
size_flags_horizontal = 3
|
||
|
columns = 3
|
||
|
|
||
|
[node name="Button2" type="Button" parent="VBoxContainer/Form/HBox3/VBox/Action"]
|
||
|
margin_right = 248.0
|
||
|
margin_bottom = 20.0
|
||
|
text = "why not let me in without the forms?"
|
||
|
|
||
|
[node name="Button3" type="Button" parent="VBoxContainer/Form/HBox3/VBox/Action"]
|
||
|
margin_left = 252.0
|
||
|
margin_right = 426.0
|
||
|
margin_bottom = 20.0
|
||
|
text = "how do you use this info?"
|