DarthSharkie / Apel-Mod

Apel is a library that brings particle animations to the table with flexible behaviour and a clean developer interface. It promises also lots of predefined shapes & paths to help the developer on their particle scene
Other
0 stars 0 forks source link

Allow `ParticleLine` to be rotated about a point #15

Closed DarthSharkie closed 4 months ago

DarthSharkie commented 5 months ago

There's no reason a ParticleLine should not be able to rotate.

Start and end points should be rotated around the drawPos provided to the draw method.

DarthSharkie commented 4 months ago

Proposed fix in https://github.com/GitBrincie212/Apel-Mod/pull/53.

DarthSharkie commented 4 months ago

Fixed in GitBrincie212#53.