X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/7517990b3fac223e853c698ad7e30798a8c3d0c9..refs/heads/state-machine:/map/cube.tscn diff --git a/map/cube.tscn b/map/cube.tscn index da047bf..895fa89 100644 --- a/map/cube.tscn +++ b/map/cube.tscn @@ -7,10 +7,12 @@ [sub_resource type="BoxShape3D" id="BoxShape3D_w8p6k"] [node name="Cube" type="RigidBody3D"] +collision_layer = 4 +collision_mask = 7 [node name="MeshInstance3D" type="MeshInstance3D" parent="."] mesh = SubResource("BoxMesh_tgywu") surface_material_override/0 = ExtResource("1_w8p6k") -[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +[node name="hitbox" type="CollisionShape3D" parent="." groups=["hitbox"]] shape = SubResource("BoxShape3D_w8p6k")