Skip to content

Commit 5ea4522

Browse files
committed
Updated Some Stuff
1 parent 5a3cb17 commit 5ea4522

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

ModHelperData.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ public static class ModHelperData
66
public const string Version = "1.0.0";
77
public const string Name = "(Unofficial) Example Mod";
88

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

1111
public const string RepoOwner = "DarkTerraYT"; // TODO add your github username hero, also in the download url in README.md
1212
public const string RepoName = "ExampleMod"; // TODO add your repo name here, also in the download url in README.md
13+
14+
// public const string Dependencies = "RepoOwner/RepoName"; // Only needed if your mod requires a different one
1315
}

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
<img align="right" alt="Download" height="75" src="https://raw.githubusercontent.com/gurrenm3/BTD-Mod-Helper/master/BloonsTD6%20Mod%20Helper/Resources/DownloadBtn.png">
44
</a>
55

6-
<h1 align="center">ExampleMod</h1>
6+
<h1 align="center">Example Mod</h1>
77

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

10+
### Downloads
11+
<h1 aling="left"><img alt="GitHub all releases" height="25" src="https://img.shields.io/github/downloads/DarkTerraYT/ExampleMod/total?label=Total%20Dowloads"></h1>
12+
1013
## Episodes
1114
Episode 1: [How to Make a BTD6 Mod and Tower](https://www.youtube.com/watch?v=G09bGRxPaNg)
1215

0 commit comments

Comments
 (0)