bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
111 stars 13 forks source link

Add the ability to add sprites via the Resource Tree #185

Closed BscotchSeth closed 7 months ago

BscotchSeth commented 10 months ago

Similar to being able to add objects, scripts, and groups, I want to be able to add sprites to the project via this context menu.

image

To add a sprite, I want to:

adam-coster commented 7 months ago

v1.57.0 adds "New Sprite..." to the resource tree context menu! It's a bit of a hack to re-use parts of the image pipeline, so we'll have to keep an eye out for jank.

THINGS TO NOTE:

Next I'll need to add a context menu option for existing sprite assets to re-import them. That would work the same way -- you'd point to a source folder, whose images would fully replace the frames on the existing sprite (the same way the image pipeline works).

adam-coster commented 7 months ago

Completed in 1.58.0, with the ability to replace an existing sprite's frames.