this tool is developped to simplify the creation of levels for Metroidvania game sources at : https://github.com/Ghirtor/Metroidvania
- add title and level dimensions
- add character, background and objects to the level
- delete/clone a selected object
- possibility to drag and drop objects
- edit an existing level represented under html format
- export a level created with this tool to html format
- possibility to choose tool style in menu settings > style > [defaultStyle] or [darkStyle]
- java 9
- mvn install -Plinux,windows
- choose the package corresponding to your system
- linux -> run .sh
- windows -> run .bat
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D