Files
academy2-game/scenes/weapons/dagger_collision.tscn
Segey Lapin f62e7fa720 Update
2021-12-24 23:56:10 +03:00

21 lines
633 B
Plaintext

[gd_scene load_steps=3 format=2]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.1, 0.05, 0.05 )
[sub_resource type="BoxShape" id=2]
extents = Vector3( 0.07, 0.1, 0.05 )
[node name="dagger_collision" type="Area" groups=["weapon_hit"]]
collision_layer = 4
collision_mask = 8
monitoring = false
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0501232, 0.183985, 0 )
shape = SubResource( 1 )
[node name="CollisionShape2" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00329322, 0.11248, 0 )
shape = SubResource( 2 )