create_curve
Create a Godot curve .tres resource with custom control points and bake resolution for use in animations and procedural content.
Instructions
Create Curve .tres.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Output path (e.g. "curves/ease_in.tres") | |
| points | No | Array of [x, y] control points | |
| bake_resolution | No | Bake resolution |