Bugfixes
This commit is contained in:
parent
812821b510
commit
8435fb0cf8
9 changed files with 140 additions and 36 deletions
|
@ -10,8 +10,6 @@
|
|||
size = Vector3(0.5, 1, 0.75)
|
||||
|
||||
[node name="player" type="CharacterBody3D"]
|
||||
collision_layer = 2
|
||||
collision_mask = 3
|
||||
script = ExtResource("1_uru11")
|
||||
|
||||
[node name="in_bag" type="ColorRect" parent="."]
|
||||
|
@ -37,8 +35,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 8)
|
|||
|
||||
[node name="detect_hit" type="Area3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.25, -1.5)
|
||||
collision_layer = 2
|
||||
collision_mask = 7
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="detect_hit"]
|
||||
shape = SubResource("BoxShape3D_e4age")
|
||||
|
@ -63,7 +59,7 @@ visible = false
|
|||
radius = 0.375
|
||||
|
||||
[node name="time_in_bag" type="Timer" parent="."]
|
||||
wait_time = 10.0
|
||||
wait_time = 30.0
|
||||
one_shot = true
|
||||
|
||||
[connection signal="body_entered" from="detect_hit" to="." method="_on_detect_hit_body_entered"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue