Модуль:Entity Sprite: различия между версиями

мНет описания правки
мНет описания правки
Строка 250: Строка 250:
         local result = {}
         local result = {}
         for _, entry in ipairs(data) do
         for _, entry in ipairs(data) do
             local template = generateTemplate(entry, param, secondaryParam, data, spritePathIndex)
             local template = generateTemplate(entry, param, data, spritePathIndex)
             if template then
             if template then
                 table.insert(result, template)
                 table.insert(result, template)