Add Images

This commit is contained in:
Exil Productions
2025-11-11 19:08:31 +01:00
parent a4ca3b18d5
commit d80c272b97
4 changed files with 8 additions and 1 deletions

BIN
Assets/ModButton.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
Assets/ModMenu.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -9,6 +9,6 @@ namespace VMM
public const string Name = "VigilModManager"; public const string Name = "VigilModManager";
public const string Version = "1.0.0"; public const string Version = "1.0.0";
public const string Author = "Exil_S"; 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";
} }
} }

View File

@@ -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* *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 ## Installation