561
edits
Auburnsummer (talk | contribs) No edit summary |
Auburnsummer (talk | contribs) No edit summary Tag: Reverted |
||
Line 14: | Line 14: | ||
local cellWidth = sheetWidth / noOfColumns | local cellWidth = sheetWidth / noOfColumns | ||
local cellHeight = sheetHeight / noOfRows | local cellHeight = sheetHeight / noOfRows | ||
local outline = frame | local outline = frame.args['outline'] | ||
local imageClass | local imageClass | ||
if outline ~= | if outline ~= '' then | ||
imageClass = "pixelart blackstroke" | imageClass = "pixelart blackstroke" | ||
else | else |