loading screen cancel btn

This commit is contained in:
Kevin Ngo
2018-12-05 02:47:34 -08:00
parent ed4a233146
commit d10e250e5e
2 changed files with 20 additions and 0 deletions

View File

@@ -46,5 +46,15 @@
position="0 -0.38 0.004"
visible="false">
</a-entity>
<a-entity
id="loadingCancelButton"
mixin="bigMenuButton"
bind-toggle__raycastable="isSongLoading || isSongFetching"
position="0 -0.67 0.01"
proxy-event="event: click; to: a-scene; as: songloadcancel"
slice9="width: 0.77">
<a-entity mixin="font" text="align: center; color: #FAFAFA; wrapCount: 20; value: CANCEL" position="0 -0.065 0.001"></a-entity>
</a-entity>
</a-entity>
</a-entity>