first version of EU AI Act game
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cbiyc2os4l2le"]
|
||||
|
||||
[ext_resource type="ArrayMesh" uid="uid://cp8pmyubrkik5" path="res://Resources/meshes/fence_left.tres" id="1_xstg8"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_mfgll"]
|
||||
size = Vector3(0.211, 10, 1.981)
|
||||
|
||||
[node name="FenceLeft" type="StaticBody3D"]
|
||||
collision_layer = 64
|
||||
collision_mask = 9
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(-4.371139e-08, 1, 0, -1, -4.371139e-08, 0, 0, 0, 1, 0, 1.230836, 0)
|
||||
mesh = ExtResource("1_xstg8")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0075683594, 4.9100523, -0.00012207031)
|
||||
shape = SubResource("BoxShape3D_mfgll")
|
||||
Reference in New Issue
Block a user