Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Scott <[email protected]>
  • Loading branch information
YuriSizov and adamscott authored Oct 23, 2023
1 parent a04be64 commit 5b4edeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/_article/progress-report-state-of-particles.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Velocity changes include:
- `velocity_limit`: a curve defining a hard limit for the particles' velocity following their lifetime.
- `scale_over_velocity`: a curve that allows to scale particles on a given axis.

On top of that an optional separation between alpha over lifetime and emission over lifetime was added. Note that emission over lifetime just multiplies the `COLOR` value of the particle by a given value. This needs to be properly read in the display shader.
On top of that, an optional separation between alpha over lifetime and emission over lifetime was added. Note that emission over lifetime just multiplies the `COLOR` value of the particle by a given value. This needs to be properly read in the display shader.

You can also check out [GH-79527](https://github.com/godotengine/godot/pull/79527), which covers the bulk of these changes.

Expand Down

0 comments on commit 5b4edeb

Please sign in to comment.