cameras

Coordinate Phaser 4 cameras for viewports, scrolling, follow behavior, and effects.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/dzyamik/furry-match3 --skill cameras-dzyamik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cameras
Source: https://github.com/dzyamik/furry-match3/tree/main/.claude/skills/cameras
Command: npx skills add https://github.com/dzyamik/furry-match3 --skill cameras-dzyamik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Phaser 4 camera systems are complex and error-prone when building multi-camera layouts, scrolling, and camera effects across scenes.

Core Features & Use Cases

  • Multi-camera management with viewport, world bounds, and scrolling
  • Camera effects including fade, flash, shake, pan, zoomTo, and rotateTo
  • Follow and deadzone support for smooth player tracking and HUD separation

Quick Start

Create and configure the main camera, set world bounds, and start following the player to enable smooth scrolling.

Frequently Asked Questions about cameras

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

FAQPage Schema
How do I set up a Phaser 4 camera to follow a player with smooth scrolling?

Configure the main Phaser 4 camera by setting world bounds and applying follow behavior with deadzone support to achieve smooth player tracking and scrolling across game scenes.

Can I manage multiple camera viewports in a single Phaser 4 scene?

Yes, you can coordinate multi-camera layouts in Phaser 4 by adding cameras, resizing viewports, and managing bounds to separate HUD elements from the main game view.

What camera effects are available for Phaser 4 game development?

Phaser 4 camera effects include fade, flash, shake, pan, zoomTo, and rotateTo, enabling camera-driven animations and transitions across puzzles and exploration scenes.

How do I apply keyboard controls to switch or pan between Phaser 4 cameras?

Implement keyboard controls to trigger camera pan effects and coordinate cross-camera transitions, allowing dynamic viewport switching during Phaser 4 game scenes.

What is the best way to handle camera bounds and resizing in Phaser 4?

The best approach to camera bounds and resizing in Phaser 4 is to explicitly define world viewports and apply camera management logic to handle window resize events accurately.

Why does my Phaser 4 camera stop scrolling at the edge of the world bounds?

Phaser 4 cameras stop scrolling at world bounds to prevent displaying areas outside the game world, a constraint managed by setting explicit limits during camera initialization.