Prevent overlapping buildings
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user