Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Apr 10, 2024 · 2 comments
Labels
⌨️ vscode The Stitch extension for VSCode 🆘 help wanted Lower priority for Bscotch, so external help needed to resolve

Comments

@lalkberg
Copy link

lalkberg commented Apr 10, 2024

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

@adam-coster
Copy link
Member

Both of these are a consequence of this issue: #211

@AtlaStar
Copy link

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.

@adam-coster adam-coster added 🆘 help wanted Lower priority for Bscotch, so external help needed to resolve ⌨️ vscode The Stitch extension for VSCode labels Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌨️ vscode The Stitch extension for VSCode 🆘 help wanted Lower priority for Bscotch, so external help needed to resolve
Projects
None yet
Development

No branches or pull requests

3 participants