forked from Mirrorlandia_minetest/minetest
Document game main menu image system
This commit is contained in:
parent
8994913259
commit
403e6e6c9c
@ -65,6 +65,15 @@ e.g.
|
|||||||
The game directory can contain the file minetest.conf, which will be used
|
The game directory can contain the file minetest.conf, which will be used
|
||||||
to set default settings when running the particular game.
|
to set default settings when running the particular game.
|
||||||
|
|
||||||
|
### Menu images
|
||||||
|
|
||||||
|
Games can provide custom main menu images. They are put inside a `menu` directory inside the game directory.
|
||||||
|
|
||||||
|
The images are named `$identifier.png`, where `$identifier` is one of `overlay,background,footer,header`.
|
||||||
|
If you want to specify multiple images for one identifier, add additional images named like `$identifier.$n.png`, with an ascending number $n starting with 1,
|
||||||
|
and a random image will be chosen from the provided ones.
|
||||||
|
|
||||||
|
|
||||||
Mod load path
|
Mod load path
|
||||||
-------------
|
-------------
|
||||||
Generic:
|
Generic:
|
||||||
|
Loading…
Reference in New Issue
Block a user