Skip to content

Commit

Permalink
更新图标
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisYounger committed Jan 7, 2023
1 parent bc3d5dd commit 2881744
Show file tree
Hide file tree
Showing 21 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions VPet-Simulator.Windows/VPet-Simulator.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>vpeticon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="LinePutScript, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\LinePutScript.1.6.1\lib\net48\LinePutScript.dll</HintPath>
Expand Down Expand Up @@ -173,6 +176,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="vpeticon.ico" />
<Resource Include="Res\TopLogo2018.PNG" />
<Content Include="steam_api.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
8 changes: 3 additions & 5 deletions VPet-Simulator.Windows/WinDesign/winGameSetting.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
xmlns:local="clr-namespace:VPet_Simulator.Windows.WinDesign"
xmlns:pu="clr-namespace:Panuon.WPF.UI;assembly=Panuon.WPF.UI"
mc:Ignorable="d"
d:DesignHeight="450"
d:DesignWidth="800"
Title="设置"
Width="350"
Width="450"
Height="450"
Style="{DynamicResource BaseWindowXStyle}"
WindowStartupLocation="CenterScreen">
Expand Down Expand Up @@ -349,7 +347,7 @@
</Grid>
</TabItem>
</TabControl>
<Label x:Name="GameVerison" Content="版本v1.0 (655366666)" HorizontalAlignment="Left" Margin="0,398,0,-1"
VerticalAlignment="Top" FontSize="10" Foreground="Green" Background="{x:Null}" />
<Label x:Name="GameVerison" Content="版本v1.0 (655366666)" HorizontalAlignment="Left" VerticalAlignment="Bottom"
FontSize="10" Foreground="Green" Background="{x:Null}" />
</Grid>
</pu:WindowX>
Binary file added VPet-Simulator.Windows/vpeticon.ico
Binary file not shown.
Binary file added vpeticon.ase
Binary file not shown.
Binary file added vpeticon.ico
Binary file not shown.
Binary file added vpeticon.png
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 2881744

Please sign in to comment.