Skip to content

Commit

Permalink
WWDP Logo (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison authored Sep 1, 2024
1 parent 86ccb49 commit bb6c497
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Content.Client/MainMenu/UI/MainMenuControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public MainMenuControl(IResourceCache resCache, IConfigurationManager configMan)
LayoutContainer.SetMarginTop(VBox, 30);
LayoutContainer.SetGrowHorizontal(VBox, LayoutContainer.GrowDirection.Begin);

var logoTexture = resCache.GetResource<TextureResource>("/Textures/Logo/logo.png");
var logoTexture = resCache.GetResource<TextureResource>("/Textures/_White/Logo/icon/icon-256x256.png"); // WD EDIT
Logo.Texture = logoTexture;

var currentUserName = configMan.GetCVar(CVars.PlayerName);
Expand Down
2 changes: 1 addition & 1 deletion Content.Replay/Menu/ReplayMainMenuControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public ReplayMainMenuControl(IResourceCache resCache)
LayoutContainer.SetGrowHorizontal(VBox, LayoutContainer.GrowDirection.Begin);

Subtext.FontOverride = resCache.GetFont("/Fonts/NotoSansDisplay/NotoSansDisplay-Bold.ttf", 24);
var logoTexture = resCache.GetResource<TextureResource>("/Textures/Logo/logo.png");
var logoTexture = resCache.GetResource<TextureResource>("/Textures/_White/Logo/icon/icon-256x256.png"); // WD EDIT
Logo.Texture = logoTexture;

LayoutContainer.SetAnchorPreset(InfoContainer, LayoutContainer.LayoutPreset.BottomLeft);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Textures/_White/Logo/icon/icon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Resources/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
defaultWindowTitle: Einstein Engines
windowIconSet: /Textures/Logo/icon
splashLogo: /Textures/Logo/splashlogo.png
defaultWindowTitle: White Dream
windowIconSet: /Textures/_White/Logo/icon
splashLogo: /Textures/_White/Logo/WWDPDarkSplashIcon.png

0 comments on commit bb6c497

Please sign in to comment.