Project List Assets
project_list_assetsList the costumes and sounds declared by a sprite in a Scratch project. Specify the sprite name and optional project path to inspect its assets.
Instructions
List the costumes and sounds a sprite declares.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project to inspect. Defaults to the active project. | |
| sprite | Yes | Sprite name, i.e. its .gs filename without the extension. The Stage is "stage". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sounds | Yes | ||
| sprite | Yes | ||
| costumes | Yes |