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
+13
View File
@@ -0,0 +1,13 @@
[gd_scene load_steps=2 format=3 uid="uid://cifaimxmh32iy"]
[ext_resource type="Script" uid="uid://cl0a40hccvnte" path="res://floating_text_label.gd" id="1_4an1q"]
[node name="FloatingTextLabel" type="Label"]
offset_right = 650.0
offset_bottom = 58.0
theme_override_colors/font_color = Color(1, 0.8, 0, 1)
theme_override_font_sizes/font_size = 42
text = "oooo"
horizontal_alignment = 1
autowrap_mode = 2
script = ExtResource("1_4an1q")