game_parallax
Create and configure parallax backgrounds and layers in a Godot scene. Add layers with motion scale, offset, and mirroring for scrolling effects.
Instructions
Create/configure ParallaxBackground and layers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Node name | |
| action | Yes | Action: create_background, add_layer, configure | |
| nodePath | No | Node path (for configure) | |
| mirroring | No | Mirroring {x,y} | |
| parentPath | No | Parent node path | |
| motionScale | No | Motion scale {x,y} | |
| motionOffset | No | Motion offset {x,y} |