-
Notifications
You must be signed in to change notification settings - Fork 11
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
Entities that refer to other entities #21
Comments
Entities should obviously get serializable IDs - Bevy's builtin There is no need to give every entity a UUID, and this can be done in Vpeol - say with a |
If I want to use that for #23, it can't be in Vpeol - it has to be part of Yoleck itself. So |
This is a dup of #3 |
Some entities need to refer to other entities. For example - a key that opens a specific door. We need a way to represent this and to provide UI for editing this.
The text was updated successfully, but these errors were encountered: