remove old song info entity
This commit is contained in:
@@ -223,22 +223,3 @@
|
||||
search
|
||||
proxy-event__dismiss="event: superkeyboarddismiss; to: a-scene; as: keyboardclose"
|
||||
proxy-event__accept="event: superkeyboardinput; to: a-scene; as: keyboardclose"></a-entity>
|
||||
|
||||
<!-- Representation of the song information during play mode. Not part of menu.
|
||||
TODO: Move to different template along with score and such. -->
|
||||
<a-entity id="songInfo"
|
||||
bind__visible="isChallengeScreen"
|
||||
position="0 -0.25 0">
|
||||
<a-entity id="loadingText"
|
||||
bind__text="value: loadingText"
|
||||
mixin="textFont"
|
||||
text="align: center; width: 1.25"
|
||||
position="0 1 -1"
|
||||
rotation="-25 0 0"
|
||||
bind__visible="challenge.isLoading"></a-entity>
|
||||
<a-entity id="title"
|
||||
mixin="textFont"
|
||||
text="align: center; width: 2.50; wrapCount: 80"
|
||||
position="0 0.9 -1"
|
||||
rotation="-25 0 0"></a-entity>
|
||||
</a-entity>
|
||||
|
||||
Reference in New Issue
Block a user