added english translation

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-09-10 16:07:35 +02:00
parent d370249649
commit da54636680
46 changed files with 3008 additions and 247 deletions
+21 -13
View File
@@ -1,4 +1,4 @@
[gd_scene load_steps=4 format=3 uid="uid://msxftb40b7ks"]
[gd_scene load_steps=5 format=3 uid="uid://msxftb40b7ks"]
[ext_resource type="Script" uid="uid://vbi6iri04xbh" path="res://ai_act_text.gd" id="1_fvpwc"]
@@ -6,8 +6,19 @@
bg_color = Color(0, 0.2, 0.6, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fvpwc"]
content_margin_left = 12.0
content_margin_top = 6.0
content_margin_right = 12.0
content_margin_bottom = 6.0
bg_color = Color(1, 0.8, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_finished_hover"]
content_margin_left = 12.0
content_margin_top = 6.0
content_margin_right = 12.0
content_margin_bottom = 6.0
bg_color = Color(1, 0.85, 0.2, 1)
[node name="ai_act_text_static" type="Control"]
layout_mode = 3
anchors_preset = 0
@@ -30,14 +41,8 @@ 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."
text = "FLOAT_TEXT"
autowrap_mode = 2
clip_text = true
[node name="Button" type="Button" parent="."]
layout_mode = 0
@@ -46,19 +51,22 @@ offset_top = 13.0
offset_right = 1908.0
offset_bottom = 66.0
theme_override_font_sizes/font_size = 32
text = "Fliegenden Text
anzeigen"
text = "CHANGE_STATIC"
[node name="Button2" type="Button" parent="."]
layout_mode = 0
offset_left = 1684.0
offset_left = 1580.0
offset_top = 999.0
offset_right = 1907.0
offset_right = 1910.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"
theme_override_styles/hover = SubResource("StyleBoxFlat_finished_hover")
theme_override_styles/pressed = SubResource("StyleBoxFlat_fvpwc")
theme_override_styles/focus = SubResource("StyleBoxFlat_fvpwc")
clip_text = false
text = "TEXT_FINISHED"
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
[connection signal="pressed" from="Button2" to="." method="_on_button_2_pressed"]