From 08c0dc1ae15a7c21554bb7a44d5d8e03ff43a211 Mon Sep 17 00:00:00 2001 From: alexanderbrodko <57812581+alexanderbrodko@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:44:51 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b30a9c..d79d516 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ for (let e of expl) if (e.t > 0) { // avoid particles waiting to start let progress = e.t / e. ttl; // can animate opacity or any other propery you need; DIY // Virtual space is GL like: -1 to 1. Screen center is (0, 0). Y axis id directed to bottom. - e.x, e.y, e.params; // use this to draw + e.x, e.y, e.rnd, e.params; // use this to draw } ```