From ac9064c36a6aebf1b5f011bade94b0c5bb3e23a8 Mon Sep 17 00:00:00 2001 From: Kasper Lahti Date: Wed, 18 Jan 2023 14:24:02 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 8f8b496..7a40dde 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,6 @@ likeButton ) ``` -This effect respects `particleGroup()`. - - Parameters: - `origin`: The origin of the particles. - `layer`: The `ParticleLayer` on which to render the effect, default is `local`. @@ -129,8 +127,6 @@ static func ping(shape: some InsettableShape, style: some ShapeStyle, count: Int An effect that emits the provided particles from the origin point and slowly float up while moving side to side. -This effect respects `particleGroup()`. - - Parameters: - `origin`: The origin of the particle. - `layer`: The `ParticleLayer` on which to render the effect, default is `local`.