game_canvas
Create and configure Godot canvas layers and modulate colors. Control rendering order and apply color effects by creating layers, setting modulate colors, and adjusting existing node paths.
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 | |
| nodePath | No | Node path (for configure) | |
| parentPath | No | Parent node path |