game_create_animation
Create animations in Godot with customizable tracks, keyframes, length, and loop mode using a specified AnimationPlayer node.
Instructions
Create an animation with tracks and keyframes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Animation length in seconds. Default: 1.0 | |
| tracks | No | Array of track definitions | |
| library | No | Animation library name. Default: "" | |
| loopMode | No | 0=none, 1=linear, 2=pingpong | |
| nodePath | Yes | Path to AnimationPlayer node | |
| animationName | Yes | Name for the new animation |