Add icon for minigames that don't specify one

This commit is contained in:
Zughy 2023-08-23 13:03:09 +02:00
parent 2bb38a9548
commit 6cf46b62bc
2 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function arena_lib.register_minigame(mod, def)
--default parameters
mod_ref.name = def.name or mod
mod_ref.prefix = "[" .. mod_ref.name .. "] "
mod_ref.icon = def.icon
mod_ref.icon = def.icon or "arenalib_icon_unknown.png"
mod_ref.teams = {-1}
mod_ref.variable_teams_amount = false
mod_ref.teams_color_overlay = nil

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B