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:
@@ -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"}},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user