bscotch / stitch

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

Need to be able to press F12 on sprites and sounds to view them. #171

Closed BscotchSeth closed 1 year ago

BscotchSeth commented 1 year ago

Currently, pressing F12 to view a sprite or sound will pop up an error saying "No definition found," even when Stitch knows about the asset. Pressing F12 should take me to that asset's viewer, so I can look at the sprite's bounding box (or animations), or so I can listen to the sound in question.

image

adam-coster commented 1 year ago

I think I'm skipping non-code assets since originally Stitch could only meaningfully edit code assets. Since sounds and sprites are now viewable in Stitch this should be straight forward.