add_sprite_from_images
Import PNG frames from a folder to create a new sprite and register it in a GameMaker project.
Instructions
Import frames from a directory into a new sprite and register it in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| framesDir | Yes | Directory containing PNG frames | |
| projectDir | Yes | Absolute path to the GameMaker project directory | |
| spriteName | Yes | Name of the sprite to create |