create_animation
Create a Godot Animation .tres resource file at a specified path, configuring duration and loop mode as needed.
Instructions
Create Animation .tres resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Output path for new Animation .tres file (e.g. "animations/idle.tres") | |
| length | No | Animation length in seconds | |
| loop_mode | No | Loop mode: none, linear, or ping_pong | none |