extends StaticBody2D func is_colliding(node: CollisionObject2D) -> bool: return $Area2D.get_overlapping_bodies().has(node) func get_center() -> Vector2: return $Center.global_position func get_lowest_point() -> Vector2: return $LowestPoint.global_position