Skip to content

Commit

Permalink
updated Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
LynxCGames committed Oct 26, 2024
1 parent 7f77fae commit a9e454a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions ModHelperData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
public static class ModHelperData
{
public const string WorksOnVersion = "45.0";
public const string Version = "1.0.0";
public const string Version = "1.0.1";
public const string Name = "Augmenter";
public const string Author = "LynxC";

public const string Description = "";
public const string Description = "Adds the new Augmenter tower that allows you to purchase augments to improve the capabilities and upgrades of your towers." +
"\n\nCurrently Includes:\n - 23 Basic augments\n - 35 Intermediate augments\n - 25 Advanced augments\n - 12 Mastery augments\n - A full quest with a reward upon completion";

public const string RepoOwner = "LynxCGames"; // TODO add your github username hero, also in the download url in README.md
public const string RepoName = "Augmenter-Mod"; // TODO add your repo name here, also in the download url in README.md
Expand Down

0 comments on commit a9e454a

Please sign in to comment.