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

Add a simple particle_system test suite #176

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Totobal5
Copy link

after issue YoYoGames/GameMaker-Bugs#5728 i made a simple particle_system suit. it include:

  1. A test to see if reference names are correct.
  2. A test to see if part_system_create variants correctly create a part_system.
  3. A test to see if particle systems made with a persistent option are keep in another room (it check if a part system made without a persisten tag are keeping in memory too)
  4. And various test with part_system_get_info to see if the information returned are in line with what the documentation tells what it should return.

I hope this pull and changes are made correctly, if not please tell me to correct it.
Thanks!

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

Successfully merging this pull request may close these issues.

1 participant