tweak game menu song info ui
This commit is contained in:
@@ -56,20 +56,20 @@
|
||||
</a-entity>
|
||||
|
||||
<!-- Song info. -->
|
||||
<a-entity id="gameMenuSongInfoContainer" position="-1.56 -0.2 0.688" rotation="0 50 0">
|
||||
<a-entity mixin="slice" slice9="width: 0.77; height: 0.72; padding: 0.04" position="0 0.25 -0.03"></a-entity>
|
||||
<a-entity id="gameMenuSongInfoContainer" position="0 -0.78354 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"
|
||||
copy-texture="from: #menuSelectedChallengeImage"
|
||||
geometry="primitive: plane; buffer: false; skipCache: true; height: 0.3; width: 0.3"
|
||||
material="shader: flat"
|
||||
position="0 0.382 0"></a-entity>
|
||||
position="-0.8003 0.00849 0"></a-entity>
|
||||
|
||||
<a-entity id="gameMenuSongInfo">
|
||||
<a-entity class="gameMenuSongSubName" position="0 0.058 0"
|
||||
mixin="font" text="wrapCount: 40; align: center; color: {{ COLORS.UI_ACCENT }}" bind__text="value: menuSelectedChallenge.songSubName"></a-entity>
|
||||
<a-entity class="gameMenuSongName" position="0 -0.031 0"
|
||||
mixin="font" text="align: center; color: {{ COLORS.UI_ACCENT }}; wrapCount: 22; baseline: top; lineHeight: 36; width: 0.81"
|
||||
<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>
|
||||
<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>
|
||||
</a-entity>
|
||||
</a-entity>
|
||||
|
||||
Reference in New Issue
Block a user