Prevent overlapping buildings

This commit is contained in:
2025-04-30 11:21:34 +02:00
parent 7d79d3f60f
commit fee9cb99cf
8 changed files with 82 additions and 11 deletions

View File

@ -83,3 +83,10 @@ shape = SubResource("CircleShape2D_be2t6")
[node name="Timer" type="Timer" parent="."]
autostart = true
[node name="Area2D" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
position = Vector2(0, 17)
shape = SubResource("CapsuleShape2D_ssiuv")
debug_color = Color(0.862152, 0.144907, 0.800391, 0.42)