Skip to content

Commit 92686c1

Browse files
authored
Merge pull request #289 from dbanks2010/main
Update IUI_BackgroundIcons.xaml for Additional Backgrounds
2 parents bbefea3 + ff085f0 commit 92686c1

File tree

1 file changed

+43
-8
lines changed

1 file changed

+43
-8
lines changed

ImprovedUI/Public/Game/GUI/Library/IUI_BackgroundIcons.xaml

+43-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!-- This is a file for storing Background icon entries. The idea is to put Background icons here instead of updating multiple files -->
22

33
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6-
xmlns:b="http://schemas.microsoft.com/xaml/behaviors"
4+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6+
xmlns:b="http://schemas.microsoft.com/xaml/behaviors"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8-
xmlns:System="clr-namespace:System;assembly=mscorlib"
9-
xmlns:ls="clr-namespace:ls;assembly=SharedGUI"
10-
xmlns:noesis="clr-namespace:NoesisGUIExtensions;assembly=Noesis.GUI.Extensions"
8+
xmlns:System="clr-namespace:System;assembly=mscorlib"
9+
xmlns:ls="clr-namespace:ls;assembly=SharedGUI"
10+
xmlns:noesis="clr-namespace:NoesisGUIExtensions;assembly=Noesis.GUI.Extensions"
1111
mc:Ignorable="d">
1212

1313
<!-- This is the icon that appears as an option when choosing your background in CC -->
@@ -118,6 +118,13 @@
118118
</Setter.Value>
119119
</Setter>
120120
</DataTrigger>
121+
<DataTrigger Binding="{Binding Guid}" Value="8e609d73-8022-43c2-b091-aac4e8ecbbb6">
122+
<Setter Property="OpacityMask">
123+
<Setter.Value>
124+
<ImageBrush ImageSource="pack://application:,,,/GustavNoesisGUI;component/Assets/AdditionalBackgrounds/icons_backgrounds/Courtier.png"/>
125+
</Setter.Value>
126+
</Setter>
127+
</DataTrigger>
121128
<DataTrigger Binding="{Binding Guid}" Value="da906537-b242-4466-8de6-1a0f98d92b9b">
122129
<Setter Property="OpacityMask">
123130
<Setter.Value>
@@ -230,6 +237,13 @@
230237
</Setter.Value>
231238
</Setter>
232239
</DataTrigger>
240+
<DataTrigger Binding="{Binding Guid}" Value="5e8d4b33-1bc4-47a2-a7de-190c3d1469aa">
241+
<Setter Property="OpacityMask">
242+
<Setter.Value>
243+
<ImageBrush ImageSource="pack://application:,,,/GustavNoesisGUI;component/Assets/AdditionalBackgrounds/icons_backgrounds/GiantFoundling.png"/>
244+
</Setter.Value>
245+
</Setter>
246+
</DataTrigger>
233247
<DataTrigger Binding="{Binding Guid}" Value="c8f1ed8c-e9d8-4c03-a0bf-63cb354bdd06">
234248
<Setter Property="OpacityMask">
235249
<Setter.Value>
@@ -433,13 +447,34 @@
433447
</Setter.Value>
434448
</Setter>
435449
</DataTrigger>
450+
<DataTrigger Binding="{Binding Guid}" Value="9072a296-b7ae-4b1a-81be-c19f7024083c">
451+
<Setter Property="OpacityMask">
452+
<Setter.Value>
453+
<ImageBrush ImageSource="pack://application:,,,/GustavNoesisGUI;component/Assets/AdditionalBackgrounds/icons_backgrounds/Rewarded.png"/>
454+
</Setter.Value>
455+
</Setter>
456+
</DataTrigger>
436457
<DataTrigger Binding="{Binding Guid}" Value="cdf0d9bc-71a4-4216-82de-38cfabe00cd5">
437458
<Setter Property="OpacityMask">
438459
<Setter.Value>
439460
<ImageBrush ImageSource="pack://application:,,,/GustavNoesisGUI;component/Assets/AdditionalBackgrounds/icons_backgrounds/RivalIntern.png"/>
440461
</Setter.Value>
441462
</Setter>
442463
</DataTrigger>
464+
<DataTrigger Binding="{Binding Guid}" Value="cbdde02f-0167-4803-9ca2-690ad134a405">
465+
<Setter Property="OpacityMask">
466+
<Setter.Value>
467+
<ImageBrush ImageSource="pack://application:,,,/GustavNoesisGUI;component/Assets/AdditionalBackgrounds/icons_backgrounds/Ruined.png"/>
468+
</Setter.Value>
469+
</Setter>
470+
</DataTrigger>
471+
<DataTrigger Binding="{Binding Guid}" Value="c9b560ab-ec8e-4dd3-95a7-d5b07cc88013">
472+
<Setter Property="OpacityMask">
473+
<Setter.Value>
474+
<ImageBrush ImageSource="pack://application:,,,/GustavNoesisGUI;component/Assets/AdditionalBackgrounds/icons_backgrounds/RuneCarver.png"/>
475+
</Setter.Value>
476+
</Setter>
477+
</DataTrigger>
443478
<DataTrigger Binding="{Binding Guid}" Value="2f450bbe-7096-4cf3-a016-d7defc6d1913">
444479
<Setter Property="OpacityMask">
445480
<Setter.Value>
@@ -656,8 +691,8 @@
656691
<ImageBrush ImageSource="pack://application:,,,/GustavNoesisGUI;component/Assets/AGTT_Birthsigns/icons_backgrounds/AGTT_Serpent.png"/>
657692
</Setter.Value>
658693
</Setter>
659-
</DataTrigger>
694+
</DataTrigger>
660695
<!--EDIT HERE-->
661696
</Style.Triggers>
662697
</Style>
663-
</ResourceDictionary>
698+
</ResourceDictionary>

0 commit comments

Comments
 (0)