diff --git a/Assets/ModButton.PNG b/Assets/ModButton.PNG new file mode 100644 index 0000000..b781452 Binary files /dev/null and b/Assets/ModButton.PNG differ diff --git a/Assets/ModMenu.PNG b/Assets/ModMenu.PNG new file mode 100644 index 0000000..542740a Binary files /dev/null and b/Assets/ModMenu.PNG differ diff --git a/ModInfo.cs b/ModInfo.cs index 8d34585..e468ec2 100644 --- a/ModInfo.cs +++ b/ModInfo.cs @@ -9,6 +9,6 @@ namespace VMM public const string Name = "VigilModManager"; public const string Version = "1.0.0"; public const string Author = "Exil_S"; - public const string DownloadLink = "https://github.com/ExilProductions/VigilModManager/releases"; + public const string DownloadLink = "https://github.com/ExilProductions/VigilModManager"; } } diff --git a/README.md b/README.md index aa5cfff..4d7471a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ A mod manager for the game Vigil that provides an in-game interface for managing *The mod is built using Melonloader 7.1* +## Showcase + +### Mod Button in Main Menu +![Mod Button](Assets/ModButton.PNG) + +### Mod Management Interface +![Mod Menu](Assets/ModMenu.PNG) ## Installation