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

Can't create collision events on objects from VS Code, adding them from Game Maker makes name of event invisible in VS Code #236

Open lalkberg opened 7 months ago

lalkberg commented 7 months ago

It appears as if Stitch isn't designed to work with collision events.

adam-coster commented 7 months ago

Both of these are a consequence of this issue: https://github.com/bscotch/stitch/issues/211

AtlaStar commented 4 months ago

An issue with implementing this is that from the looks of things, the objectEvents are sealed when collision events have their labels and name both derived from the object that triggers the collision. So adding new collisions against newly added object types will not be able to be added to the objectEvents list directly and would have to be done periodically rather than just on load.