Skip to content

Commit

Permalink
Revert "[MusicVisualisation] Drop diffuse texture for discart"
Browse files Browse the repository at this point in the history
This reverts commit 2f3164c.
  • Loading branch information
MikeSiLVO committed Jun 5, 2024
1 parent 418b084 commit 88f57d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 16x9/MusicVisualisation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
<aspectratio align="left">keep</aspectratio>
<fadetime>300</fadetime>
<animation effect="rotate" end="-360" center="auto" time="8333" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
<texture background="true">$VAR[PlayerArtworkDiscVar]</texture>
<texture background="true" diffuse="thumbs/boxes/cdart_mask.png">$VAR[PlayerArtworkDiscVar]</texture>
<bordersize>30</bordersize>
</control>
<control type="image">
Expand Down Expand Up @@ -726,7 +726,7 @@
<aspectratio align="left">keep</aspectratio>
<fadetime>300</fadetime>
<animation effect="rotate" end="-360" center="auto" time="8333" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
<texture background="true">$VAR[PlayerArtworkDiscVar]</texture>
<texture background="true" diffuse="thumbs/boxes/cdart_mask.png">$VAR[PlayerArtworkDiscVar]</texture>
<bordersize>30</bordersize>
<visible>!Skin.HasSetting(HideMusicVizCD)</visible>
</control>
Expand Down

0 comments on commit 88f57d7

Please sign in to comment.