You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
2.0 KiB
83 lines
2.0 KiB
[gd_scene load_steps=3 format=3 uid="uid://b2bsdrkc45qco"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/UI/Welcome/MainUI.gd" id="1_lc711"]
|
|
[ext_resource type="Script" path="res://scenes/UI/Welcome/CreateDojoScreen.gd" id="2_nllj2"]
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -3.0
|
|
offset_top = 1.0
|
|
offset_right = 1.0
|
|
offset_bottom = -9.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_lc711")
|
|
|
|
[node name="WelcomeScreen" type="Control" parent="."]
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="LanguageScreen" type="Control" parent="."]
|
|
visible = false
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="AlumniQuestionScreen" type="Control" parent="."]
|
|
visible = false
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="AlumniQuestionsScreen" type="Control" parent="."]
|
|
visible = false
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="CreateDojoScreen" type="Control" parent="."]
|
|
visible = false
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("2_nllj2")
|
|
|
|
[node name="Label" type="Label" parent="CreateDojoScreen"]
|
|
layout_mode = 0
|
|
offset_left = 207.0
|
|
offset_top = 143.0
|
|
offset_right = 349.0
|
|
offset_bottom = 171.0
|
|
text = "Name des Dojo:"
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="CreateDojoScreen"]
|
|
layout_mode = 0
|
|
offset_left = 209.0
|
|
offset_top = 166.0
|
|
offset_right = 332.0
|
|
offset_bottom = 199.0
|
|
|
|
[node name="Button" type="Button" parent="CreateDojoScreen"]
|
|
layout_mode = 0
|
|
offset_left = 209.0
|
|
offset_top = 205.0
|
|
offset_right = 334.0
|
|
offset_bottom = 236.0
|
|
text = "submit"
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="CreateDojoScreen"]
|
|
visible = false
|
|
layout_mode = 0
|
|
offset_left = 209.0
|
|
offset_top = 239.0
|
|
offset_right = 333.0
|
|
offset_bottom = 279.0
|
|
bbcode_enabled = true
|
|
text = "[b]Fooo[/b]"
|
|
|
|
[connection signal="button_up" from="CreateDojoScreen/Button" to="CreateDojoScreen" method="_on_submit_button_button_up"]
|