1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 15:44:23 +00:00

Increase ZIndex of shape to make it visible in debug mode

This commit is contained in:
Steffo 2024-04-29 05:38:35 +02:00
parent 532f3a9eed
commit 6bbd7f1f85
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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)