Skip to content
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

PartPlayer example is broken with the latest version #6

Closed
Schyzophrenic opened this issue Aug 26, 2023 · 1 comment
Closed

PartPlayer example is broken with the latest version #6

Schyzophrenic opened this issue Aug 26, 2023 · 1 comment

Comments

@Schyzophrenic
Copy link

The examples work with their attached version of pdParticles; nonetheless they appear broken if they use the version provided in the root folder.

Example Particle Player (with latest):
patrPlayerLatest

Example Particle Player (with version provided in the same folder):
patrPlayerLegacy

@PossiblyAxolotl
Copy link
Owner

Fixed! In an old version the default particle size was 10, but in the newest it's 1 so the particles were spawning super small and disappearing instantly. I just added a particle:setSize(10) to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants