Skip to content

Commit

Permalink
Add new logo and icon, remove old logo and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hbivnm committed Jan 3, 2023
1 parent 525d4e2 commit e7f05d0
Show file tree
Hide file tree
Showing 7 changed files with 1,140 additions and 50 deletions.
4 changes: 2 additions & 2 deletions VenomCrosshairs/FormMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VenomCrosshairs/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ private void downloadAndGenerateCrosshairs()
Invoke(new MethodInvoker(delegate ()
{
pictureBoxLoading.Visible = true;
pictureBoxCrosshair.ImageLocation = PATH_VC_RESOURCES + @"VenomCrosshairs.png";
pictureBoxCrosshair.ImageLocation = PATH_VC_RESOURCES + @"VC.png";

listViewChosenCrosshairs.Items.Clear();

Expand Down
1,171 changes: 1,130 additions & 41 deletions VenomCrosshairs/FormMain.resx

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions VenomCrosshairs/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions VenomCrosshairs/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
<data name="arrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\arrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="TF2WSC" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\bin\Debug\resources\TF2WSC.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="VC" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\bin\Debug\resources\VC.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="steam-logo-black-transparent_24px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\steam-logo-black-transparent_24px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Expand Down
Binary file removed VenomCrosshairs/TF2WSC.ico
Binary file not shown.
1 change: 1 addition & 0 deletions VenomCrosshairs/VenomCrosshairs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="FormMain.resx">
<DependentUpon>FormMain.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
Expand Down

0 comments on commit e7f05d0

Please sign in to comment.