mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Swapped main WJ banner to text-in-mouth image
This commit is contained in:
parent
ef6e5a6a41
commit
707e3cda0c
BIN
Branding/PNGs/Wabba_Mouth.png
Normal file
BIN
Branding/PNGs/Wabba_Mouth.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 272 KiB |
BIN
Branding/Project files/Wabba_Mouth.psd
Normal file
BIN
Branding/Project files/Wabba_Mouth.psd
Normal file
Binary file not shown.
BIN
Wabbajack/Resources/Wabba_Mouth.png
Normal file
BIN
Wabbajack/Resources/Wabba_Mouth.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 272 KiB |
@ -36,7 +36,7 @@ namespace Wabbajack
|
||||
|
||||
public MainWindowVM MWVM { get; }
|
||||
|
||||
public BitmapImage WabbajackLogo { get; } = UIUtils.BitmapImageFromResource("Wabbajack.Resources.Banner_Dark.png");
|
||||
public BitmapImage WabbajackLogo { get; } = UIUtils.BitmapImageFromResource("Wabbajack.Resources.Wabba_Mouth.png");
|
||||
|
||||
private readonly ObservableAsPropertyHelper<ModList> _ModList;
|
||||
public ModList ModList => _ModList.Value;
|
||||
|
@ -355,5 +355,8 @@
|
||||
<Version>7.0.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\Wabba_Mouth.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user