add_texture_group
Creates a new texture group in a GameMaker project, supplementing the default auto-provisioned group for sprites and fonts.
Instructions
Create a new, additional texture group in the project (beyond the default one auto-provisioned for sprites/fonts)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupName | Yes | Name of the new texture group to create | |
| projectDir | Yes | Absolute path to the GameMaker project directory |