-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed local copy of TGASharpLib, replaced with a nuget package - Moved VTF.cs to the main Classes folder - Updated pathing to new resource location - Renamed schema names for common HUDs
- Loading branch information
1 parent
e2b12cc
commit 4d23e07
Showing
11 changed files
with
132 additions
and
5,982 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/TF2HUD.Editor/Classes/VTF/VTF.cs → src/TF2HUD.Editor/Classes/VTF.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
using Crews.Utility.TgaSharp; | ||
using System; | ||
using System.Diagnostics; | ||
using System.Drawing; | ||
|
Oops, something went wrong.