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:
parent
532f3a9eed
commit
6bbd7f1f85
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue