Increase temporary message display duration to 10s

master
Nils Dagsson Moskopp 2022-02-09 02:47:24 +01:00
parent e7070c034c
commit c128d43321
No known key found for this signature in database
GPG Key ID: A3BC671C35191080
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
mcl_tmp_message = {
hud_hide_timeout = tonumber(
minetest.settings:get("mcl_tmp_message_hud_hide_timeout")
) or 3
) or 10
}
local huds = {}

View File

@ -103,7 +103,7 @@ animated_chests (Animated chests) bool true
3d_player_preview (3D Player preview) bool true
# How long a temporary message will be shown in the HUD
mcl_tmp_message_hud_hide_timeout (Temporary message display duration) int 3 0 60
mcl_tmp_message_hud_hide_timeout (Temporary message display duration) int 10 0 60
[Experimental]
# Whether ice is translucent. If disabled, ice is fully opaque.