561
edits
Auburnsummer (talk | contribs) No edit summary Tag: Reverted |
Auburnsummer (talk | contribs) No edit summary Tag: Reverted |
||
Line 40: | Line 40: | ||
top = tostring((offsetY - cellHeight * row) * ratio) .. 'px', | top = tostring((offsetY - cellHeight * row) * ratio) .. 'px', | ||
left = tostring((offsetX - cellWidth * col) * ratio) .. 'px' | left = tostring((offsetX - cellWidth * col) * ratio) .. 'px' | ||
}) | }) | ||
:tag('img') | :tag('img') | ||
:attr({ | :attr({ | ||
class = imageClass, | class = imageClass, | ||
src = | src = "https://wiki.rhythm.cafe/w/images/c/c7/IanSpriteS.png" | ||
}) | }) | ||
:allDone() | :allDone() |