make_8_direction_walk_template
Generate placeholder frames and animation tags for each direction of an 8-direction walk cycle on an existing sprite, ready for drawing.
Instructions
Scaffold an 8-direction walk-cycle template on an existing sprite: enough frames
for frames_per_direction per direction, with one animation tag per direction
(N, NE, E, SE, S, SW, W, NW by default).
Frames are placeholders to draw over. Returns a ``workflow_manifest.v1`` manifest
(kind "walk_template") with an animation block listing the directions/tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| directions | No | ||
| frame_duration_ms | No | ||
| frames_per_direction | No |