Burrn


Link to Burrn

Built-in particle system that uses the particle asset built into the IDE.

5fd1hgfth

Installation:

  • Download the .yymps file on the right side of the page under "Releases".
  • Inside GameMaker, use "Tools > Import Local Package", then import TurboGML files into your project.

Important: ⚠

If possible, please click on the STAR icon, this way you:

  • Shows gratitude;
  • Support my work;
  • Help other people find the repository;
  • Save this in your library and you can track updates.
  • P.S. I also create cool paid stuff. :)

Star


Features:

  • Compatible with built-in particles created via IDE (Particle Editor);
  • Burst and Stream particles;
  • It is possible to use as many emitters as needed;
  • Modify particles in real-time (in-game) - Useful for missile particles, for example;
  • Move particles (freely and fixed);
  • Enable and Disable emission;
  • Define emission amount;
  • They are rendered to layers, which means particles have depth and is compatible with other systems;
  • Pause and Resume particles (individual or/and everything);
  • Avoid Memory Leak: The asset allows you to create particles created by the particle editor in a simple way, without memory leaks, even when leaving the room;
  • Good performance;
  • Feather compatible;
  • Compatible with Post-Processing FX (Bloom);