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.git
Move to the newly cloned repo
cd Leditor
Then into the /Drizzle
directory
cd Drizzle
Run the two commands in sequence:
dotnet run --project Drizzle.Transpiler
dotnet build --configuration Release
Go back to the top level.
cd ..
Run the command at the top level of the solution:
dotnet build --configuration Release
Finally, copy the /assets
folder to the newly built's directory.
Which is usually placed in /Leditor/bin/Release/net8.0/
.