1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-17 07:05:29 +01:00

Allow image formats other than PNG for game backgrounds in the main menu (#16395)

This commit is contained in:
frogTheSecond
2025-11-06 11:42:26 +01:00
committed by GitHub
parent 8042b5512f
commit e82495d98c
4 changed files with 56 additions and 41 deletions

View File

@@ -23,7 +23,7 @@ read_globals = {
"tracy",
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "copy_with_metatables", "getn", "indexof", "keyof", "insert_all"}},
table = {fields = {"copy", "copy_with_metatables", "getn", "indexof", "keyof", "insert_all", "shuffle"}},
math = {fields = {"hypot", "round"}},
}