- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 21:
Line 21:
− +
Standardize tooltip size
local cards = {}
local cards = {}
for _, arg in ipairs(args) do
for _, arg in ipairs(args) do
table.insert(cards, arg == "-" and "<br />" or EquipmentCardKai:Asset({ arg, size = args.size }))
table.insert(cards, arg == "-" and "<br />" or EquipmentCardKai:Asset({ arg, size = "260px" }))
end
end