game_canvas
Create and configure CanvasLayer and CanvasModulate nodes for managing canvas rendering layers and color modulation in Godot.
Instructions
Create/configure CanvasLayer and CanvasModulate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Node name | |
| color | No | Modulate color {r,g,b,a} | |
| layer | No | Canvas layer number | |
| action | Yes | Action: create_layer, create_modulate, configure | |
| offset | No | CanvasLayer offset {x,y} (for configure) | |
| visible | No | CanvasLayer visibility (for configure) | |
| nodePath | No | Node path (for configure) | |
| parentPath | No | Parent node path |