diff --git a/entities/sacrifice_stone.tscn b/entities/sacrifice_stone.tscn index 3ce947a..b928c6c 100644 --- a/entities/sacrifice_stone.tscn +++ b/entities/sacrifice_stone.tscn @@ -19,7 +19,7 @@ texture = ExtResource("2_rbklw") [node name="StoneArea" type="Area2D" parent="."] collision_layer = 8 -collision_mask = 24 +collision_mask = 0 monitoring = false [node name="Shape" type="CollisionShape2D" parent="StoneArea"] @@ -31,7 +31,7 @@ debug_color = Color(1, 0, 0, 0.419608) diet = &"Trap" [node name="SacrificeTracker" parent="StoneArea" instance=ExtResource("2_6m7pn")] -collision_mask = 56 +collision_mask = 8 [node name="Shape" type="CollisionShape2D" parent="StoneArea/SacrificeTracker"] shape = SubResource("CircleShape2D_yv6hf") diff --git a/entities/sheep.tscn b/entities/sheep.tscn index d60d1a3..bbe0bf2 100644 --- a/entities/sheep.tscn +++ b/entities/sheep.tscn @@ -297,6 +297,7 @@ enabled = false alternative_priority = 45 [node name="TrackerTrap" parent="MovementTrap" instance=ExtResource("16_6h84f")] +collision_mask = 8 acceptable_diets = Array[StringName]([&"Trap"]) [node name="Shape" type="CollisionShape2D" parent="MovementTrap/TrackerTrap"]