From 6bbd7f1f851c74d1b179e229ec61a283340ff958 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 29 Apr 2024 05:38:35 +0200 Subject: [PATCH] Increase ZIndex of shape to make it visible in debug mode --- entities/sacrifice_stone.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entities/sacrifice_stone.tscn b/entities/sacrifice_stone.tscn index ad3d911..990d456 100644 --- a/entities/sacrifice_stone.tscn +++ b/entities/sacrifice_stone.tscn @@ -24,6 +24,7 @@ collision_mask = 0 monitoring = false [node name="Shape" type="CollisionShape2D" parent="StoneArea"] +z_index = 1 shape = SubResource("CircleShape2D_yv6hf") one_way_collision_margin = 27.5 debug_color = Color(1, 0, 0, 0.419608) @@ -35,6 +36,7 @@ diet = &"Trap" collision_mask = 8 [node name="Shape" type="CollisionShape2D" parent="StoneArea/SacrificeTracker"] +z_index = 1 shape = SubResource("CircleShape2D_yv6hf") one_way_collision_margin = 27.5 debug_color = Color(1, 0, 0, 0)