Skip to content

Commit

Permalink
Merge pull request xbmc#25456 from sarbes/estuary-bg-textures
Browse files Browse the repository at this point in the history
Estuary: Improve background textures
  • Loading branch information
sarbes authored Jul 25, 2024
2 parents 5ad057d + 55a1651 commit ebf95c5
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 1 deletion.
Binary file removed addons/skin.estuary/extras/backgrounds/pattern0.jpg
Binary file not shown.
Binary file removed addons/skin.estuary/extras/backgrounds/pattern1.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed addons/skin.estuary/extras/backgrounds/pattern2.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed addons/skin.estuary/extras/backgrounds/pattern3.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed addons/skin.estuary/extras/backgrounds/pattern4.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed addons/skin.estuary/extras/backgrounds/pattern5.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed addons/skin.estuary/extras/backgrounds/pattern6.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed addons/skin.estuary/extras/backgrounds/pattern7.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion addons/skin.estuary/xml/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,8 @@
<depth>DepthBackground</depth>
<include>FullScreenDimensions</include>
<aspectratio>scale</aspectratio>
<texture colordiffuse="secondary_background" fallback="special://skin/extras/backgrounds/pattern1.jpg">$INFO[Skin.String(background_overlay),special://skin/extras/backgrounds/pattern,.jpg]</texture>
<texture colordiffuse="secondary_background" fallback="special://skin/extras/backgrounds/pattern1.png">$INFO[Skin.String(background_overlay),special://skin/extras/backgrounds/pattern,.png]</texture>
<visible>!String.IsEqual(Skin.String(background_overlay),0)</visible>
</control>
</include>
<include name="DefaultBackground">
Expand Down

0 comments on commit ebf95c5

Please sign in to comment.