-
-
Notifications
You must be signed in to change notification settings - Fork 560
Description
Describe the bug
Throughout the documentation we're sent to the article ( https://ajmmertens.medium.com/building-games-in-ecs-with-entity-relationships-657275ba2c6c ) which states that we should view the live link demos (it does so multiple times).
The problem is that the links always point into same view, which i think is a bug as it contains no information about the topic we're reading about
To Reproduce
Steps to reproduce the behavior:
- Go to (https://ajmmertens.medium.com/building-games-in-ecs-with-entity-relationships-657275ba2c6c)
- Click on ' Live demo '
- See the webpage it points to
Expected behavior
Possibly point into valid live demo or i've greatly misunderstood something :)
2nd)
As this is such a misc small thing, i'll keep it here as well
https://www.flecs.dev/flecs/md_docs_2Relationships.html
Near the part
The ability to share components is also applied transitively, so Frigate could be specialized further into a FastFrigate:
We're being shown getting the overriden value from FastFrigate - there is a typo i think, as it gets the component from base Frigate instead of the FastOne