generated from ResoniteModdingGroup/MonkeyLoader.ModTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
Mod Template for MonkeyLoader | ||
============================= | ||
Array Editing | ||
=========== | ||
|
||
A mod template, that shows the basic project setup for [MonkeyLoader](https://github.com/MonkeyModdingTroop/MonkeyLoader) mods. | ||
A [MonkeyLoader](https://github.com/MonkeyModdingTroop/MonkeyLoader) mod for [Resonite](https://resonite.com/) that adds inspector UI for editing arrays, and also improves the appearance of list UI a bit. | ||
|
||
## Install | ||
First, make sure you've installed MonkeyLoader and the necessary GamePacks - combined releases can be found on the page of the Resonite GamePack here: https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite/releases/ | ||
|
||
Then all you have to do is placing the provided `ArrayEditing.nupkg` into your `Resonite/MonkeyLoader/Mods/` folder. |