minetest-menu/README.md
2025-10-02 18:07:45 -04:00

22 lines
No EOL
869 B
Markdown

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
<div align="center">
<br>Main page:<br>
<img src="screenshots/meta.png" width="50%">
<br>Content page:<br>
<img src="screenshots/content.png" width="50%">
<br>Server list:<br>
<img src="screenshots/servers.png" width="50%">
</div>