Skip to content

Commit

Permalink
Updated Some Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkTerraYT committed Dec 20, 2023
1 parent 5a3cb17 commit 5ea4522
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ModHelperData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ public static class ModHelperData
public const string Version = "1.0.0";
public const string Name = "(Unofficial) Example Mod";

public const string Description = "An Example Mod For my Youtube Series";
public const string Description = "An Example Mod For my Youtube Series, look at the github for more info.";

public const string RepoOwner = "DarkTerraYT"; // TODO add your github username hero, also in the download url in README.md
public const string RepoName = "ExampleMod"; // TODO add your repo name here, also in the download url in README.md

// public const string Dependencies = "RepoOwner/RepoName"; // Only needed if your mod requires a different one
}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
<img align="right" alt="Download" height="75" src="https://raw.githubusercontent.com/gurrenm3/BTD-Mod-Helper/master/BloonsTD6%20Mod%20Helper/Resources/DownloadBtn.png">
</a>

<h1 align="center">ExampleMod</h1>
<h1 align="center">Example Mod</h1>

Example Mod Made For my Youtube Series How to Make a BTD6 Mod.

### Downloads
<h1 aling="left"><img alt="GitHub all releases" height="25" src="https://img.shields.io/github/downloads/DarkTerraYT/ExampleMod/total?label=Total%20Dowloads"></h1>

## Episodes
Episode 1: [How to Make a BTD6 Mod and Tower](https://www.youtube.com/watch?v=G09bGRxPaNg)

Expand Down

0 comments on commit 5ea4522

Please sign in to comment.