mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Document game main menu image system
This commit is contained in:
parent
8994913259
commit
403e6e6c9c
1 changed files with 10 additions and 1 deletions
|
@ -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:
|
||||||
|
@ -1711,7 +1720,7 @@ Helper functions
|
||||||
max_jitter = 0.5, -- maximum packet time jitter
|
max_jitter = 0.5, -- maximum packet time jitter
|
||||||
avg_jitter = 0.03, -- average packet time jitter
|
avg_jitter = 0.03, -- average packet time jitter
|
||||||
connection_uptime = 200, -- seconds since client connected
|
connection_uptime = 200, -- seconds since client connected
|
||||||
|
|
||||||
-- following information is available on debug build only!!!
|
-- following information is available on debug build only!!!
|
||||||
-- DO NOT USE IN MODS
|
-- DO NOT USE IN MODS
|
||||||
--ser_vers = 26, -- serialization version used by client
|
--ser_vers = 26, -- serialization version used by client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue