What problem does it solve?
This Skill solves the problem of creating and managing particle effects in Phaser 4 games, enabling developers to add visual flair and dynamic effects to their games.
Core Features & Use Cases
- Particle Emitter Creation: Easily create and configure ParticleEmitters with various properties.
- Particle Properties: Customize particle properties like speed, lifespan, scale, and alpha.
- Emission Zones: Set up emission zones for random or edge-based particle spawning.
- Death Zones: Configure death zones to remove particles when they enter or leave a region.
- Gravity Wells: Apply gravitational forces to particles.
- Following Game Objects: Make particles follow a game object's position.
- Particle Callbacks: Execute custom logic when particles are emitted or die.
- Use Case: Use this Skill to create realistic explosions, fire, smoke, and other particle effects in your Phaser 4 game.
Quick Start
Use the particles skill to create a basic continuous emitter at position (400, 300) with red 'flares' particles.