Update README.md

This commit is contained in:
Signal 2025-06-05 17:29:24 +00:00
parent b419d81155
commit 70e49ab1d2

View file

@ -1,3 +1,11 @@
This is a work-in-progress replacement main menu for Minetest.
To try the menu yourself, download the mainmenu folder, then set your main_menu_script setting in minetest.conf to point to `init.lua`. Minetest will then use the custom menu instead of the builtin one.
To try the menu yourself, download the mainmenu folder, then set your main_menu_script setting in minetest.conf to point to `init.lua`. Minetest will then use the custom menu instead of the builtin one.
## Screenshots
<div align="center">
<img src="images/mtmenu.png" width="50%">
<img src="images/mtmenu_servers.png" width="50%">
<img src="images/mtmenu-content.png" width="50%">
</div>