-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73abbd4
commit cf6d3c2
Showing
49 changed files
with
1,386 additions
and
1,357 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# BloonsTD6 Mod Helper | ||
|
||
This is the C# project for BTD Mod Helper. | ||
|
||
## Requirements | ||
|
||
Requires .NET SDK 8.0 or higher to build the project (however the built library itself will still only be targeting .NET | ||
6.0) | ||
|
||
## Build Configurations | ||
|
||
### Release | ||
|
||
This configuration is used for the actual released .dll | ||
|
||
This configuration will utilize ILRepack to bundle the Nuget dependencies into the released dll. | ||
|
||
Running this configuration also triggers the generation of the docs using DefaultDocumentation | ||
|
||
### Debug | ||
|
||
This configuration will not use ILRepack for the dependencies, as that messes up .NET's debugging of the process. | ||
It will instead manually copy their dlls into the BloonsTD6 UserAssemblies folder, which will also work. | ||
|
||
This configuration will also include some additional options and buttons in the Mod Settings page for Mod Helper, | ||
like the ones for generating Vanilla Sprites |
Large diffs are not rendered by default.
Oops, something went wrong.
342 changes: 171 additions & 171 deletions
342
Documentation/BTD_Mod_Helper.Api.Components.ModHelperComponent.md
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.