From 8daa0242a66041551adf05eab2ca74e155fccbd3 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Thu, 19 Dec 2024 11:34:12 -0500 Subject: [PATCH] Add link to level editor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b3e4c40..eefef7a 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,9 @@ Lastly, you'll need to copy a few files to the output folder manually: - Depending on your OS/architecture, copy the appropriate native libraries from fnalibs (for example, on Windows you would copy `fnalibs/x64/*.dll` next to RogueLegacy.exe) The game should now start! + +## Level Editor + +The original level editor used to make Rogue Legacy can be found +[here](https://github.com/flibitijibibo/RogueCastleEditor). Note, however, that +the editor is no longer compatible with the latest version of the game!