From e39a24711ae2e0ded40ecff0c633bafc09564d37 Mon Sep 17 00:00:00 2001 From: Signal Date: Thu, 2 Oct 2025 21:57:48 +0000 Subject: [PATCH] Add README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d1df272 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ + +A new main menu for Minetest, rewritten completely from scratch. + +Features so far: +* An art style. +* More intuitive layout. +* The Lua API documentation is embedded in the About tab. +* The Lua API documentation gets syntax highlighting. +* A full dynamic templating engine that allows games to customize their corner of the main menu in almost any way imaginable. + +To try this main menu, clone this repository and modify the paths in `local assets` and `function include` to properly reflect the location you cloned into. Then, set the main_menu_script setting in Minetest to point to `init.lua` and restart Minetest. + +# Screenshots + +
+ +
\ No newline at end of file