scene-add-game-object-filters
Add multiple visual filters like glow, shadow, blur, and pixelate to game objects in a Phaser scene.
Instructions
Add multiple filters to parent game objects in the scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | Yes | ||
| sceneId | Yes | The `id` of the scene. The `id` is not the name of the scene, else a unique identifier is set in the scene data. You need to read the scene data to get the `id`. |