This commit is contained in:
Ultrablob 2024-05-06 10:05:42 -04:00
parent 100572749a
commit 11a54f2b94
22 changed files with 304 additions and 532 deletions

View file

@ -3,6 +3,7 @@ extends ShapeCast2D
func is_clear(area: Vector2, radius=100):
position = area
shape.radius = radius
#$Sprite2D.scale = Vector2.ONE * 0.375 * (radius/100)
force_shapecast_update()
return get_collision_count() == 0