Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Version 2.2.2, New Patch Resources Added, WinRate Retired.
Browse files Browse the repository at this point in the history
  • Loading branch information
xcibe95x committed Jul 17, 2019
1 parent 8efce29 commit dcd9060
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Form1.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 Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private void Form1_Load(object sender, EventArgs e)
File.WriteAllBytes(Path.GetTempPath() + "Normal.cur", Properties.Resources.Normal);
File.WriteAllBytes(Path.GetTempPath() + "Pointer.cur", Properties.Resources.Pointer);

var localVersion = new Version("2.2.1");
var localVersion = new Version("2.2.2");

// Program Title
Title.Text = "TFT Overlay | by @xcibe95x";
Expand Down
23 changes: 22 additions & 1 deletion Properties/Resources.Designer.cs

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

6 changes: 6 additions & 0 deletions Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -655,4 +655,10 @@
<data name="Zed_n" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Images\new_champs\Zed_n.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="TwistedFate" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Images\champs\TwistedFate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="TwistedFate_n" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Images\new_champs\TwistedFate_n.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ I'm gonna take a break to finish it after 2.2, but i will keep pushing small upd
- Changelog
- Searchbox for championslist
- You can now sorter by cost by right clicking on the champlist
- Retired Win Rate Tab


- **2.2**
Expand Down
2 changes: 2 additions & 0 deletions TFT Overlay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@
<None Include="Images\becomeapatronbanner.png" />
<None Include="Images\Ko_fi.jpg" />
<None Include="Images\Ko-fi.png" />
<None Include="Images\champs\TwistedFate.png" />
<None Include="Images\new_champs\TwistedFate_n.png" />
<Content Include="TFT.ico" />
<None Include="bin\Release\MetroFramework.Design.dll" />
<None Include="bin\Release\MetroFramework.dll" />
Expand Down
Binary file modified bin/Release/TFT Overlay.exe
Binary file not shown.
Binary file modified bin/Release/TFT Overlay.pdb
Binary file not shown.
Binary file modified obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Binary file modified obj/Release/TFT Overlay.csproj.GenerateResource.cache
Binary file not shown.
Binary file modified obj/Release/TFT Overlay.exe
Binary file not shown.
Binary file modified obj/Release/TFT Overlay.pdb
Binary file not shown.
Binary file modified obj/Release/TFT_Overlay.Properties.Resources.resources
Binary file not shown.
Binary file modified obj/Release/TempPE/Properties.Resources.Designer.cs.dll
Binary file not shown.

0 comments on commit dcd9060

Please sign in to comment.