-
Notifications
You must be signed in to change notification settings - Fork 120
Particles #2219
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
base: master
Are you sure you want to change the base?
Particles #2219
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
TODO: remove gooncode and sprites from this for license stuff |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
InspectCode found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
I haven't done a thorough look through the code yet, but I tried testing this by booting up Paradise and shooting a girder. This should create some particles, but it broke the renderer instead. Some planes stopped rendering and there were errors every frame. |
Ah that's because I hadn't implemented the generator type and had it throw instead - my bad, I just need to figure out the math and implement |
Done but requires tweaks to match behaviour perfectly.
Screencast from 2025-06-30 21-34-22.webm
Implements
/atom/movable/particles
,/particles
, and/generator
Fixes #2143
#2194