first version of EU AI Act game

This commit is contained in:
Anna Hiemenz
2026-05-26 21:46:46 +02:00
commit d370249649
1735 changed files with 79828 additions and 0 deletions
+64
View File
@@ -0,0 +1,64 @@
[gd_scene load_steps=4 format=3 uid="uid://msxftb40b7ks"]
[ext_resource type="Script" uid="uid://vbi6iri04xbh" path="res://ai_act_text.gd" id="1_fvpwc"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cqqmm"]
bg_color = Color(0, 0.2, 0.6, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fvpwc"]
bg_color = Color(1, 0.8, 0, 1)
[node name="ai_act_text_static" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
script = ExtResource("1_fvpwc")
[node name="Panel" type="Panel" parent="."]
layout_mode = 0
offset_right = 1920.0
offset_bottom = 1080.0
mouse_behavior_recursive = 1
theme_override_styles/panel = SubResource("StyleBoxFlat_cqqmm")
[node name="Label" type="Label" parent="Panel"]
layout_mode = 0
offset_right = 1920.0
offset_bottom = 1080.0
theme_override_colors/font_color = Color(1, 0.8, 0, 1)
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 3
theme_override_font_sizes/font_size = 58
text = "Seit dem ersten Star Wars Film hat sich die Erde
ca. 50 mal um die Sonne gedreht und viel ist passiert.
Intelligente Roboter wie R2D2 und C3PO sind keine ferne Science Fiction mehr und Künstliche Intelligenz ist in unserem Alltag angekommen.
Die Europäische Union hat daher das weltweit erste Gesetz zur Regulierung von Künstlicher Intelligenz erlassen, den EU AI Act.
Dieses Spiel soll Ihnen helfen grundlegende Kenntnisse zu Künstlicher Intelligenz und den Regelungen des EU AI Acts zu erlernen.
Bitte beachten Sie, dass dieses Spiel nur als Einführung dienen kann, konkrete Fragen sind meist nicht allgemein zu beantworten und sollten von einer Fachperson eingeschätzt werden."
autowrap_mode = 2
clip_text = true
[node name="Button" type="Button" parent="."]
layout_mode = 0
offset_left = 1663.0
offset_top = 13.0
offset_right = 1908.0
offset_bottom = 66.0
theme_override_font_sizes/font_size = 32
text = "Fliegenden Text
anzeigen"
[node name="Button2" type="Button" parent="."]
layout_mode = 0
offset_left = 1684.0
offset_top = 999.0
offset_right = 1907.0
offset_bottom = 1052.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 32
theme_override_styles/normal = SubResource("StyleBoxFlat_fvpwc")
text = "Fertig gelesen"
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
[connection signal="pressed" from="Button2" to="." method="_on_button_2_pressed"]