-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trails v2 #1061
Trails v2 #1061
Conversation
Why not update the existing PR? Is because you want a full review? If this is the case, please add this new version with a comment in the other PR, state that you are aiming for the reviewed list and I'll close this one. The example seems broken, look like the case of functions was changed from another project. |
❗ No updates found. Please check your file. |
1 similar comment
❗ No updates found. Please check your file. |
!update |
❗ No updates found. Please check your file. |
I can't update the example file for some reason so i'll drop it here: Mentioned the extension in #856 |
You can't update the PR with an example because this is an extension PR. The example can only be in a normal comment like you did. |
Let's continue in the other PR |
Description
This extension adds actions to draw trails with a shape painter by referencing a start point and an end point.
2023-10-15.20-47-52.mp4
How to use the extension
How can i give my player character a trail?
1- Add "Draw trails" behavior to a shape painter.
2- Make object variables with the object's old position.
3- After the object's movement event execute, call "Draw a trail" with the start point being the old position variables, and the end point being the current object's position.
Checklist
What tier of review do you aim for your extension?
Reviewed
Example file
KTrails.zip
Extension file
Trails.zip