Skip to content

Commit

Permalink
Icon improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bijington committed Oct 4, 2023
1 parent 3e72bae commit dc249f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
14 changes: 2 additions & 12 deletions games/Orbit/Orbit/Orbit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
</PropertyGroup>
<ItemGroup>
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\Splash\splash.svg" Color="#000000" />

<!-- Splash Screen -->
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#000000" BaseSize="128,128" />

<!-- Images -->
<MauiImage Include="Resources\Images\*" />
Expand All @@ -64,14 +64,4 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Remove="Resources\Raw\laser.mp3" />
<None Remove="Resources\Raw\main.mp3" />
<None Remove="Resources\Raw\menumusic.wav" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\Raw\laser.mp3" />
<BundleResource Include="Resources\Raw\main.mp3" />
<BundleResource Include="Resources\Raw\menumusic.wav" />
</ItemGroup>
</Project>
5 changes: 1 addition & 4 deletions games/Orbit/Orbit/Resources/AppIcon/appicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions games/Orbit/Orbit/Resources/Splash/splash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc249f3

Please sign in to comment.