particles

Create and configure particle emitters within the Phaser 4 game engine.

Updated Jun 23, 2026
One-click install
npx skills add https://github.com/Joshua-Allen/stake-engine-game-dev --skill particles-joshua-allen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: particles
Source: https://github.com/Joshua-Allen/stake-engine-game-dev/tree/main/skills/particles
Command: npx skills add https://github.com/Joshua-Allen/stake-engine-game-dev --skill particles-joshua-allen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires phaser, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables the creation and control of particle effects within the Phaser 4 game engine, simplifying complex visual effects for game development.

Core Features & Use Cases

  • Particle Emitter: Build and configure particle emitters for various effects.
  • Properties Configuration: Fine-tune particle properties like speed, lifespan, and scale.
  • Emission Zones: Define emission zones for random or sequential placement.
  • Use Case: Implement particle effects such as explosions, fires, and smoke in your Phaser 4 game to enhance visual appeal and realism.

Quick Start

Start by creating a particle emitter at position 400, 300 and configure it with 'flares' texture and specified parameters.

Frequently Asked Questions about particles

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

FAQPage Schema
How do I create particle effects in Phaser 4?▼

To create particle effects in Phaser 4, construct a particle emitter at specific coordinates and configure it with a designated texture alongside parameters for speed, lifespan, and scale.

Can I define custom emission zones for particle effects in Phaser?▼

Yes, you can define emission zones in Phaser to control particle placement, allowing for either random or sequential distribution of particles within your specified game boundaries.

How do I configure particle properties like lifespan and scale in Phaser?▼

You configure particle properties by adjusting emitter parameters, which allows fine-tuning of visual characteristics such as speed, lifespan, and scale for effects like explosions or smoke.

Does this particle emitter approach work for complex game animations?▼

Yes, this approach handles complex visual effects with fine-grained control, enabling you to implement realistic game animations like fires, explosions, and smoke by managing particle lifecycles.

Do I need Phaser installed to use particle emitters?▼

Yes, you need Phaser 4 and its related libraries installed, as the particle emitter relies on the Phaser game engine for rendering and physics processing.