loading udpate

This commit is contained in:
Ultrablob 2024-04-19 17:59:19 -04:00
parent 6c8bfd4ec0
commit bf16dfe508
18 changed files with 467 additions and 205 deletions

View file

@ -1,7 +1,8 @@
extends ShapeCast2D
func is_clear(area: Vector2):
func is_clear(area: Vector2, radius=100):
position = area
shape.radius = radius
force_shapecast_update()
return get_collision_count() == 0