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

мНет описания правки
мНет описания правки
Строка 75: Строка 75:
     local tags = params.Tags or ""
     local tags = params.Tags or ""
     local licensing = params.Licensing or "CC-BY-SA-3.0"
     local licensing = params.Licensing or "CC-BY-SA-3.0"
    if not id or not entry.Sprite or not entry.Sprite.sprite then
        return nil
    end


     if not path or path == "" then
     if not path or path == "" then
         path = "Resources/Textures/" .. entry.Sprite.sprite
         path = "Resources/Textures/" .. id.entry.Sprite.sprite
     end
     end