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
+10
View File
@@ -0,0 +1,10 @@
[gd_scene load_steps=3 format=3 uid="uid://b3jo5jjblxhgo"]
[ext_resource type="Script" uid="uid://bk3tpgkp5cxct" path="res://floating_text_component.gd" id="1_ikfxj"]
[ext_resource type="PackedScene" uid="uid://cifaimxmh32iy" path="res://floating_text_label.tscn" id="2_r5ayq"]
[node name="FloatingTextComponent" type="SubViewport"]
transparent_bg = true
size = Vector2i(700, 512)
script = ExtResource("1_ikfxj")
text_label = ExtResource("2_r5ayq")