shift_frame_content
Move ASCII art horizontally or vertically on a frame using x and y offsets. Optionally wrap content around edges for continuous scrolling animations.
Instructions
Shift all content on the current frame by an x/y offset. Useful for creating scrolling or movement animations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | Yes | Horizontal shift (positive = right, negative = left) | |
| dy | Yes | Vertical shift (positive = down, negative = up) | |
| wrap | No | If true, content wraps around edges | |
| frameIndex | No | Frame to shift (defaults to current) |