hmans / three-elements

Web Components-powered custom HTML elements for building Three.js-powered games and interactive experiences. 🎉
https://three-elements.hmans.co
MIT License
398 stars 14 forks source link

Don't redefine game-three and other custom custom elements (yup) if they already exists #3

Closed hmans closed 3 years ago

hmans commented 3 years ago

Otherwise, it breaks hot reloading. Woops!

hmans commented 3 years ago

Fixed.