draw_ellipse_at
Draw an ellipse on a chosen layer and frame, controlling center, radii, fill, and color.
Instructions
Draw an ellipse on a specific layer/frame.
Args: filename: Aseprite file to modify layer_name: Layer to draw on frame_index: Frame index starting at 1 center_x: Ellipse center x center_y: Ellipse center y radius_x: Horizontal radius in pixels radius_y: Vertical radius in pixels color: Hex color code (default "#000000") fill: Fill the ellipse instead of outlining it create_if_missing: Create the cel if it does not exist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| frame_index | Yes | ||
| center_x | Yes | ||
| center_y | Yes | ||
| radius_x | Yes | ||
| radius_y | Yes | ||
| color | No | #000000 | |
| fill | No | ||
| create_if_missing | No |