1
1
<!-- This is a file for storing Background icon entries. The idea is to put Background icons here instead of updating multiple files -->
2
2
3
3
<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"
7
7
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"
11
11
mc:Ignorable=" d" >
12
12
13
13
<!-- This is the icon that appears as an option when choosing your background in CC -->
118
118
</Setter .Value>
119
119
</Setter >
120
120
</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 >
121
128
<DataTrigger Binding =" {Binding Guid}" Value =" da906537-b242-4466-8de6-1a0f98d92b9b" >
122
129
<Setter Property=" OpacityMask" >
123
130
<Setter .Value>
230
237
</Setter .Value>
231
238
</Setter >
232
239
</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 >
233
247
<DataTrigger Binding =" {Binding Guid}" Value =" c8f1ed8c-e9d8-4c03-a0bf-63cb354bdd06" >
234
248
<Setter Property=" OpacityMask" >
235
249
<Setter .Value>
433
447
</Setter .Value>
434
448
</Setter >
435
449
</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 >
436
457
<DataTrigger Binding =" {Binding Guid}" Value =" cdf0d9bc-71a4-4216-82de-38cfabe00cd5" >
437
458
<Setter Property=" OpacityMask" >
438
459
<Setter .Value>
439
460
<ImageBrush ImageSource=" pack://application:,,,/GustavNoesisGUI;component/Assets/AdditionalBackgrounds/icons_backgrounds/RivalIntern.png" />
440
461
</Setter .Value>
441
462
</Setter >
442
463
</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 >
443
478
<DataTrigger Binding =" {Binding Guid}" Value =" 2f450bbe-7096-4cf3-a016-d7defc6d1913" >
444
479
<Setter Property=" OpacityMask" >
445
480
<Setter .Value>
656
691
<ImageBrush ImageSource=" pack://application:,,,/GustavNoesisGUI;component/Assets/AGTT_Birthsigns/icons_backgrounds/AGTT_Serpent.png" />
657
692
</Setter .Value>
658
693
</Setter >
659
- </DataTrigger >
694
+ </DataTrigger >
660
695
<!-- EDIT HERE-->
661
696
</Style .Triggers>
662
697
</Style >
663
- </ResourceDictionary >
698
+ </ResourceDictionary >
0 commit comments