supermedium / aframe-react

:atom: Build virtual reality experiences with A-Frame and React.
https://ngokevin.github.io/aframe-react-boilerplate/
MIT License
1.42k stars 151 forks source link

Changing loading-screen component on <Scene> has no effect #127

Open pookage opened 5 years ago

pookage commented 5 years ago

Snippet

<Scene loading-screen="dotsColor: #ef2d5e; backgroundColor: #000000;">
</Scene>

Desired outcome The loading screen turns black and the dots turn pink.

Actual outcome The loading screen stays its default blue and the dots stay white.