OBKF / Godot-Trail-System

Advanced trail/ribbon plugin for the Godot Engine
MIT License
345 stars 29 forks source link

Fix offset when rotating target (2D) #4

Closed MunWolf closed 3 years ago

MunWolf commented 3 years ago

Rotate the offset based on the target when we add points. Noticed an issue that when I was rotating the spaceship in my game the trail behaved as if I had not rotated it.

OBKF commented 3 years ago

Oh thanks, The 2D side of things was meant to be a simple demo so I didn't go fully in depth. I really appreciate your contribution.