balsamine.2011-2012
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

superpose.plan
text/plain

Download raw (288 bytes)

-- superimpose.plan
-- source: Pierre Marchand/Prince Charmand

-- Required
PageWidth = SourceWidth
PageHeight = SourceHeight

-- Records
i = 1
while i <= PageCount
do
        -- PushRecord(sourcepage, targetpage, rotation, x, y)
        PushRecord(i , 1 , 0, 0, 0)
        i = i + 1
end