A visual editor for the Intersect 2D MMORPG Engine's .json files.
Explore the progress »
Report Bug
·
Request Feature
Table of Contents
There are many great things about the Intersect Engine, and editing the GUI is not one of them. While I love that there is the ability and versatility to edit the GUI in such a way, it is slow and painstaking. You don't even know if what you're doing will look right until you load up the client. So I made this tool.
Here's why:
- Not everybody knows how to edit json files.
- Some people are more visual.
- Saving and loading to see edits is tiresome.
Of course, nothing is perfect and I will be trying to make it better with every chance i get! Feel free to contribute if you can!
See the projects tab for a list of proposed features (and known issues).
- Clone the repository
- Run
nuget restore
- Open the solution in your preferred IDE and build
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
OniSensei - OniSensei#0420