starlit  Diff

Differences From Artifact [d58ed76b59]:

To Artifact [8fa84d176c]:


   539    539   						table.insert(del, i)
   540    540   					else
   541    541   						local xc = (idx*48 + 400)*ofs
   542    542   						if l.elt and next(del) then
   543    543   							l.elt:update('offset', {x=xc, y=1})
   544    544   						else
   545    545   							local tex = leds[l.kind].icon:blit(hudAdjustBacklight(leds[l.kind].bg))
   546         -							if tx then tex = tex:transform(tx) end
          546  +							if tx then tex = lib.image(tex:render()):transform(tx) end
   547    547   							if not l.elt then
   548    548   								l.elt = self:attachImage {
   549    549   									tex = tex:render();
   550    550   									align = {x=ofs, y=-1};
   551    551   									pos = {x=.5, y=1};
   552    552   									scale = {x=1,y=1};
   553    553   									ofs = {x=xc, y=0};