From 0ede534690015bb0132b4b97f0689635f8b9f5ad Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Tue, 19 Dec 2023 20:48:13 +0100 Subject: [PATCH] docs: add debug README --- debug/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 debug/README.md diff --git a/debug/README.md b/debug/README.md new file mode 100644 index 0000000..3d805ca --- /dev/null +++ b/debug/README.md @@ -0,0 +1,7 @@ +# End Of Eden Debug Tool + +This is a work-in-progress debug tool for End Of Eden which enables developers or modders to inspect & modify the game state and run lua code in the game to quickly test things. + +## Usage + +more info coming soon \ No newline at end of file