first version of EU AI Act game
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dy1tmm44vfmh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b03ucj5svnuh8" path="res://Interact/interact_ray.gd" id="1_jmrxg"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_jmrxg"]
|
||||
|
||||
[node name="ShapeCast3D" type="ShapeCast3D"]
|
||||
transform = Transform3D(1.17, 0, 0, 0, -5.1142322e-08, -1.17, 0, 1.17, -5.1142322e-08, 0, 0, 0)
|
||||
shape = SubResource("CylinderShape3D_jmrxg")
|
||||
collision_mask = 13
|
||||
script = ExtResource("1_jmrxg")
|
||||
|
||||
[node name="Prompt" type="Label" parent="."]
|
||||
offset_left = 4.0
|
||||
offset_top = 999.0
|
||||
offset_right = 250.0
|
||||
offset_bottom = 1052.0
|
||||
size_flags_horizontal = 3
|
||||
theme_override_constants/outline_size = 4
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "Prompt"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="InteractRay" type="RayCast3D" parent="."]
|
||||
target_position = Vector3(0, 0, -4)
|
||||
collision_mask = 13
|
||||
Reference in New Issue
Block a user