initial loading indicator (ring)

This commit is contained in:
Kevin Ngo
2018-10-12 18:09:04 -07:00
parent 5b8e13d69d
commit eefebb9b02
3 changed files with 13 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<a-entity
id="scoreContainer"
bind__visible="!menu.active && !!challenge.id && !challenge.isLoading">
bind__visible="isPlaying || isPaused">
<a-entity position="0 0.01 -1.3">
<a-entity
id="score"