Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbrodko authored Jan 30, 2024
1 parent 39e8b73 commit 08c0dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

```
Expand Down

0 comments on commit 08c0dc1

Please sign in to comment.