Files
gaim/keypad.tscn

296 lines
10 KiB
Plaintext

[gd_scene load_steps=10 format=3 uid="uid://ci7xurtb5s7ke"]
[ext_resource type="Script" uid="uid://7gvkyyh7reye" path="res://keypad.gd" id="1_0sp1t"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_os0ty"]
bg_color = Color(0.469241, 0.36704, 0.0805582, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0sp1t"]
bg_color = Color(0, 0, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_w41gr"]
bg_color = Color(0.270588, 0.270588, 0.270588, 0.631373)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color(0.587078, 0.587078, 0.587078, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3c3sr"]
bg_color = Color(0.43825, 0.887988, 0.36566, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8rcbr"]
bg_color = Color(0.483746, 0.483746, 0.483746, 1)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color(0.543219, 0.957703, 0.937266, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_updv8"]
bg_color = Color(0.952284, 0.283376, 0.0882929, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4swqm"]
bg_color = Color(0.28485, 0.28485, 0.28485, 0.52549)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wey0v"]
bg_color = Color(8.18223e-07, 0.429743, 0.471273, 0.956863)
[node name="Keypad" type="Control"]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_0sp1t")
[node name="Panel" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = 1920.0
offset_bottom = 1080.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_os0ty")
[node name="Panel" type="Panel" parent="Panel"]
layout_mode = 0
offset_left = 420.0
offset_right = 1500.0
offset_bottom = 1080.0
theme_override_styles/panel = SubResource("StyleBoxFlat_0sp1t")
[node name="Buttons" type="Control" parent="Panel/Panel"]
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="Button" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 40.0
offset_top = 300.0
offset_right = 260.0
offset_bottom = 520.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_3c3sr")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "Ausweis"
[node name="Button2" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 300.0
offset_top = 300.0
offset_right = 520.0
offset_bottom = 520.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_3c3sr")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "Foto"
[node name="Button3" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 560.0
offset_top = 300.0
offset_right = 780.0
offset_bottom = 520.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_3c3sr")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "Wohnort"
[node name="Button4" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 820.0
offset_top = 300.0
offset_right = 1040.0
offset_bottom = 520.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_updv8")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "Relativitätstheorie"
autowrap_mode = 3
[node name="Button5" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 40.0
offset_top = 560.0
offset_right = 260.0
offset_bottom = 780.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_3c3sr")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "Arbeit"
[node name="Button6" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 300.0
offset_top = 560.0
offset_right = 520.0
offset_bottom = 780.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_updv8")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "Aktienkurs"
autowrap_mode = 3
[node name="Button7" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 560.0
offset_top = 560.0
offset_right = 780.0
offset_bottom = 780.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_updv8")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "aktuelles Datum"
autowrap_mode = 3
[node name="Button8" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 820.0
offset_top = 560.0
offset_right = 1040.0
offset_bottom = 780.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_3c3sr")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "Geburtstdatum"
autowrap_mode = 3
[node name="Button9" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 40.0
offset_top = 820.0
offset_right = 260.0
offset_bottom = 1040.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_3c3sr")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "IP-Adresse"
autowrap_mode = 3
[node name="Button10" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 300.0
offset_top = 820.0
offset_right = 520.0
offset_bottom = 1040.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_3c3sr")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "Personalausweisnummer"
autowrap_mode = 3
[node name="Button11" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 560.0
offset_top = 820.0
offset_right = 780.0
offset_bottom = 1040.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_3c3sr")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "politische Meinung"
autowrap_mode = 3
[node name="Button12" type="Button" parent="Panel/Panel/Buttons"]
layout_mode = 0
offset_left = 820.0
offset_top = 820.0
offset_right = 1040.0
offset_bottom = 1040.0
theme_override_font_sizes/font_size = 48
theme_override_styles/normal = SubResource("StyleBoxFlat_w41gr")
theme_override_styles/pressed = SubResource("StyleBoxFlat_3c3sr")
theme_override_styles/hover = SubResource("StyleBoxFlat_8rcbr")
toggle_mode = true
text = "Religion"
autowrap_mode = 3
[node name="Label" type="Label" parent="Panel/Panel"]
layout_mode = 0
offset_left = 40.0
offset_top = 40.0
offset_right = 1040.0
offset_bottom = 260.0
theme_override_font_sizes/font_size = 42
theme_override_styles/normal = SubResource("StyleBoxFlat_4swqm")
text = "Wählen Sie aus den untenstehenden Optionen diejenigen aus, die persönliche Daten enthalten."
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 3
[node name="missing" type="Label" parent="Panel/Panel/Label"]
visible = false
layout_mode = 0
offset_left = 894.0
offset_top = 178.0
offset_right = 1047.0
offset_bottom = 208.0
theme_override_font_sizes/font_size = 21
text = "[noch x]"
[node name="Panel2" type="Panel" parent="Panel"]
visible = false
layout_mode = 0
offset_right = 1920.0
offset_bottom = 1080.0
theme_override_styles/panel = SubResource("StyleBoxFlat_wey0v")
[node name="Label" type="Label" parent="Panel/Panel2"]
layout_mode = 0
offset_left = 470.0
offset_top = 200.0
offset_right = 1470.0
offset_bottom = 700.0
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 2
theme_override_font_sizes/font_size = 62
text = "Glückwunsch! Alles wurde richtig ausgewählt, die Aufgabe ist gelöst."
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 3
[node name="Label2" type="Label" parent="Panel/Panel2"]
layout_mode = 0
offset_left = 569.0
offset_top = 639.0
offset_right = 1399.0
offset_bottom = 692.0
theme_override_font_sizes/font_size = 38
text = "Sie dürfen nun zurück ins Raumschiff gehen."
[connection signal="toggled" from="Panel/Panel/Buttons/Button" to="." method="_on_correct_button_toggled"]
[connection signal="toggled" from="Panel/Panel/Buttons/Button2" to="." method="_on_correct_button_toggled"]
[connection signal="toggled" from="Panel/Panel/Buttons/Button3" to="." method="_on_correct_button_toggled"]
[connection signal="toggled" from="Panel/Panel/Buttons/Button4" to="." method="_on_wrong_button_toggled"]
[connection signal="toggled" from="Panel/Panel/Buttons/Button5" to="." method="_on_correct_button_toggled"]
[connection signal="toggled" from="Panel/Panel/Buttons/Button6" to="." method="_on_wrong_button_toggled"]
[connection signal="toggled" from="Panel/Panel/Buttons/Button7" to="." method="_on_wrong_button_toggled"]
[connection signal="toggled" from="Panel/Panel/Buttons/Button8" to="." method="_on_correct_button_toggled"]
[connection signal="toggled" from="Panel/Panel/Buttons/Button9" to="." method="_on_correct_button_toggled"]
[connection signal="toggled" from="Panel/Panel/Buttons/Button10" to="." method="_on_correct_button_toggled"]
[connection signal="toggled" from="Panel/Panel/Buttons/Button11" to="." method="_on_correct_button_toggled"]
[connection signal="toggled" from="Panel/Panel/Buttons/Button12" to="." method="_on_correct_button_toggled"]