first version of EU AI Act game
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cbg71qd7mr1a5"]
|
||||
|
||||
[ext_resource type="ArrayMesh" uid="uid://cx3mytwy5a0ld" path="res://Resources/meshes/plane.tres" id="1_5clto"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_e4xu0"]
|
||||
size = Vector3(2.2, 0.1, 2.1)
|
||||
|
||||
[node name="bridge2" type="StaticBody3D"]
|
||||
collision_layer = 2
|
||||
collision_mask = 13
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(0.103683256, 0, 0, 0, 0.71690935, 0, 0, 0, 1.082177, 0, 0, 0)
|
||||
mesh = ExtResource("1_5clto")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("BoxShape3D_e4xu0")
|
||||
Reference in New Issue
Block a user