first version of EU AI Act game
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dw48drx137ih2"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b8c8vph26uu41" path="res://Interact/grabbable_object.gd" id="1_8qqxd"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qncar"]
|
||||
albedo_color = Color(0.53, 1, 0.9451667, 1)
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_qncar"]
|
||||
material = SubResource("StandardMaterial3D_qncar")
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_im0tn"]
|
||||
|
||||
[node name="Block" type="RigidBody3D"]
|
||||
collision_layer = 4
|
||||
collision_mask = 7
|
||||
mass = 0.001
|
||||
continuous_cd = true
|
||||
script = ExtResource("1_8qqxd")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("BoxMesh_qncar")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("BoxShape3D_im0tn")
|
||||
Reference in New Issue
Block a user