particles

Configure Phaser 4 particle emitters with zones, gravity wells, and callbacks.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/jallard-007/jallard-ca-server --skill particles-jallard-007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: particles
Source: https://github.com/jallard-007/jallard-ca-server/tree/main/.github/skills/particles
Command: npx skills add https://github.com/jallard-007/jallard-ca-server --skill particles-jallard-007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers often struggle to implement and fine-tune sophisticated particle effects in Phaser 4, including emitters, zones, gravity wells, and particle callbacks. This skill consolidates the setup, tuning, and orchestration of particle systems into a reusable unit, reducing integration time and ensuring consistent behavior across scenes.

Core Features & Use Cases

  • ParticleEmitter creation and configuration
  • Zone-based emission (RandomZone, EdgeZone) and DeathZones
  • Gravity wells, following game objects, and particle callbacks
  • Flow and explode modes, lifespans, color/alpha transitions
  • Use case: create dynamic fire, smoke, sparks, and explosions in Phaser 4 games.

Quick Start

Instantiate a ParticleEmitter in a scene and configure its texture, speed, lifespan, and emission settings to see particles render immediately.

Frequently Asked Questions about particles

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Phaser 4 particle emitter for explosions and fire effects?

You can control Phaser 4 particle emission by using the flexible emitter API to switch between continuous flow modes and burst explode modes, adjusting lifespan and emission rate at runtime across scenes.

Can I use zones and gravity wells to control particle movement in Phaser 4?

You can configure particle callbacks and gravity wells in Phaser 4 to dynamically manipulate particle behavior, allowing emitters to follow game objects and apply custom physics interactions across scenes.

What is the best way to manage complex particle systems across multiple Phaser scenes?

Managing complex particle systems involves applying a unified emitter API that handles zone configurations, particle processors, and runtime control, reducing the complexity of tuning visually rich effects.

How do you configure color and alpha transitions for Phaser 4 particle effects?

Configuring visual transitions requires setting the appropriate particle properties in the emitter config, dictating how alpha and color values shift over the particle's lifespan for effects like smoke or sparks.

Does Phaser 4 support both continuous particle emission and burst effects?

The Phaser 4 particle API allows seamless switching between continuous emission and burst effects, providing the flexibility needed to handle diverse game development visual requirements.

Why does my Phaser 4 particle emitter require specific texture configurations?

Texture configuration is necessary to supply the visual foundation for the particles, ensuring the emitter can accurately map the defined graphical assets onto each generated particle.