lower game info song container on pause
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
</a-entity>
|
||||
|
||||
<!-- Song info. -->
|
||||
<a-entity id="gameMenuSongInfoContainer" position="0 -0.78354 0.15473" rotation="-20 0 0">
|
||||
<a-entity id="gameMenuSongInfoContainer" position="0 -1.10421 0.15473" rotation="-20 0 0">
|
||||
<a-entity id="gameMenuSongBackground" mixin="slice" slice9="width: 1.5; height: 0.2; padding: 0.04" position="0 0 -0.03"></a-entity>
|
||||
|
||||
<a-entity id="gameMenuSongImage"
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
<a-entity id="gameMenuSongInfo">
|
||||
<a-entity id="gameMenuSongSubName" position="0 0.015 0"
|
||||
mixin="font" text="wrapCount: 40; align: center; color: {{ COLORS.UI_ACCENT }}; width: 0" bind__text="value: menuSelectedChallenge.songSubName"></a-entity>
|
||||
mixin="font" text="wrapCount: 40; align: center; color: {{ COLORS.UI_ACCENT2 }}; width: 0" bind__text="value: menuSelectedChallenge.songSubName"></a-entity>
|
||||
<a-entity id="gameMenuSongName" position="0 -0.056 0"
|
||||
mixin="font" text="align: center; color: {{ COLORS.UI_ACCENT }}; wrapCount: 30; baseline: top; lineHeight: 36; width: 1.2"
|
||||
bind__text="value: menuSelectedChallenge.songName"></a-entity>
|
||||
|
||||
Reference in New Issue
Block a user