Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
🐛 Fix None not applying background on flixart and slightly soften edg…
Browse files Browse the repository at this point in the history
…e of diffuse - Closes #939
  • Loading branch information
jurialmunkey committed Jun 17, 2023
1 parent e85bf52 commit 9b1d51c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 1080i/Includes_Background.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,11 @@

<include name="Background_Image">
<param name="texture" default="$VAR[Image_SimpleBackground]" />
<param name="colordiffuse">main_flix</param>
<definition>
<control type="image">
<aspectratio>scale</aspectratio>
<texture background="true" colordiffuse="main_flix">$PARAM[texture]</texture>
<texture background="true" colordiffuse="$PARAM[colordiffuse]">$PARAM[texture]</texture>
<include>Background_NotVideo</include>
</control>
</definition>
Expand All @@ -217,6 +218,10 @@

<include name="Background_None">
<include condition="![Skin.String(ForegroundStyle,KeyArt) | Skin.String(ForegroundStyle,FlixArt)]">Background_Image</include>
<include condition="[Skin.String(ForegroundStyle,KeyArt) | Skin.String(ForegroundStyle,FlixArt)]" content="Background_Image">
<param name="texture">background/bg.jpg</param>
<param name="colordiffuse">$VAR[Background_Main_ColorDiffuse]</param>
</include>
</include>

<include name="Background_NotVideo">
Expand Down
Binary file modified media/diffuse/flixart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b1d51c

Please sign in to comment.