Add icon for minigames that don't specify one
This commit is contained in:
parent
2bb38a9548
commit
6cf46b62bc
@ -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
|
||||
|
BIN
textures/arenalib_icon_unknown.png
Normal file
BIN
textures/arenalib_icon_unknown.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 185 B |
Loading…
x
Reference in New Issue
Block a user