You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Element component for rendering 2D screen space UI elements (#173)
- Introduced the Element component to allow entities to render UI elements in screen space.
- Implemented prop validation and component definition for the Element component.
- Updated index.ts to export the new Element component alongside existing components.
0 commit comments