export_game_asset_bundle
Export a sprite into a game-ready bundle with flattened PNG, animated GIF, sprite sheet with JSON, per-tag GIFs, and manifest.
Instructions
Export a sprite into a game-ready bundle directory: a flattened PNG, an animated
GIF, a packed sprite sheet (+ JSON data), a GIF per animation tag, and a
manifest.json describing everything.
Args:
overwrite: Replace existing bundle files (default False = no-clobber). Every
planned output is checked up front, so the bundle fails before writing any
file if a target already exists.
Returns a ``workflow_manifest.v1`` manifest (the same object is also written to
disk as manifest.json inside the bundle).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| filename | Yes | ||
| overwrite | No | ||
| bundle_name | No |