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

Snapshots | iceberg

Inside this repository

superimpose.plan
text/plain

Download raw (224 bytes)

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

-- Required
PageWidth = SourceWidth
PageHeight = SourceHeight

-- Records
i = 1
while i <= PageCount
do
        PushRecord( i , 1 ,0,0,0)
        i = i + 1
end