An alternative tool to the Rain World's official level editor.
This project is still work-in-progress (WIP). Expect bugs and missing features, and when you do find them, report them here.
Clone the repository
git clone --recursive https://github.com/HenryMarkle/Leditor.gitMove to the newly cloned repo
cd LeditorThen into the /Drizzle directory
cd DrizzleRun the two commands in sequence:
dotnet run --project Drizzle.Transpilerdotnet build --configuration ReleaseGo back to the top level.
cd ..Run the command at the top level of the solution:
dotnet build --configuration ReleaseFinally, copy the /assets folder to the newly built's directory.
Which is usually placed in /Leditor/bin/Release/net8.0/.