Re-enable collisions
This commit is contained in:
@@ -1,20 +1,16 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://iempdafdn6ct"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://iempdafdn6ct"]
|
||||
|
||||
[ext_resource type="Script" path="res://Player/Base/Character.cs" id="1_gw30u"]
|
||||
[ext_resource type="PackedScene" uid="uid://dyhimd6qec8fu" path="res://Player/Scorpio/Models/ScorpioAnimated.tscn" id="2_pahgr"]
|
||||
[ext_resource type="PackedScene" uid="uid://cxnek5wgpxbft" path="res://Player/Scorpio/Attacks/CutterShot.tscn" id="2_uayjr"]
|
||||
[ext_resource type="PackedScene" uid="uid://cwt4rum7tvyvb" path="res://Player/Scorpio/Attacks/CutterShotAltFire.tscn" id="3_tw078"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_wqp0e"]
|
||||
size = Vector3(0.822782, 0.881451, 0.80108)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_f8aaj"]
|
||||
size = Vector3(0.822782, 0.853857, 0.80108)
|
||||
size = Vector3(0.8, 3, 0.8)
|
||||
|
||||
[node name="Scorpio" type="CharacterBody3D" groups=["Player"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.55696, 0)
|
||||
collision_layer = 0
|
||||
collision_mask = 0
|
||||
collision_layer = 2
|
||||
motion_mode = 1
|
||||
slide_on_ceiling = false
|
||||
script = ExtResource("1_gw30u")
|
||||
@@ -24,17 +20,8 @@ _altFireProjectile = ExtResource("3_tw078")
|
||||
[node name="Pivot" type="Node3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.496155, 0)
|
||||
|
||||
[node name="Area3D" type="Area3D" parent="Pivot"]
|
||||
collision_layer = 0
|
||||
collision_mask = 0
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Pivot/Area3D"]
|
||||
shape = SubResource("BoxShape3D_wqp0e")
|
||||
|
||||
[node name="scoprion" parent="Pivot" instance=ExtResource("2_pahgr")]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.506071, 0)
|
||||
shape = SubResource("BoxShape3D_f8aaj")
|
||||
|
||||
[connection signal="body_entered" from="Pivot/Area3D" to="." method="OnHit"]
|
||||
|
||||
Reference in New Issue
Block a user