DBPro / - DBPro Coding Challenges - |
| Author | Message | ||
|
Ric
User ![]() Joined: Sun Jul 11th 2004 Location: object position x |
![]() Here it is - the Minimal Media Christmas Coding Challenge! This is a first - the first ever challenge to offer a prize, and the first ever to require the use of media, all thanks to artist David Gervais. _____________________________________________________ ** The Challenge ** To write a program which makes the most creative/fun/interesting use of this bitmap: ![]() You may want to go along with the Christmas theme - but what you do with the bitmap is up to you. ** The Prize ** This is a great prize - the winner will get the chance to have a custom bitmap designed for them by a professional artist (that's David)! That's a prize worth having at any time - but especially now with the nvidia compo underway. ** The Rules ** This is a one off, so there are a couple of changes to the normal rules. Firstly, the christmas-smilie image must be used in some way. To keep things simple, the image will be included as data at the end of your entry, and converted using a data-to-image function (see below). This means no loading of files is necessary, and all entries can be tested with the usual copy-paste-execute technique. Secondly, the judging will be done by a special guest judge .... I've yet to get that finalised but I'm hoping one of the moderators is going to kindly step up there. ** The Deadline ** You have until the end of 2006! That's two weeks and a day. ____________________________________________________ Good luck to everyone, merry Christmas, and of course special thanks to David Gervais for the banner, the media and the prize. Here is the snippet you need to include in your entries. It converts the data into a 64x64 image with transparency and alpha layer - beautiful! + Code Snippet
remstart
Include this function and the data at the end of your code.
Call the function simply by typing 'datatoimage(image)'
where 'image' is the image number you want to use.
Example ..
datatoimage(1)
sprite 1,0,0,1
remend
function datatoimage(image)
memblock=1
read size
make memblock 1,size
read sx `as dword
read sy `as dword
read depth `as dword
write memblock dword 1,0,sx
write memblock dword 1,4,sy
write memblock dword 1,8,depth
for x=0 to sx-1
for y=0 to sy-1
pos=(y*sx+x)*4+12
read b `as byte
read g `as byte
read r `as byte
read a `as byte
write memblock byte 1,pos,b
write memblock byte 1,pos+1,g
write memblock byte 1,pos+2,r
write memblock byte 1,pos+3,a
next y
next x
make image from memblock image,1
endfunction
data 16396
data 64
data 64
data 32
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,217,219,1,231,231,231,13,246,246,246,13,237,242,247,19,234,241,246,44,160,206,225,46,82,157,201,46,74,177,225,46,66,212,255,33,59,207,255,13,54,200,250,13,52,185,231,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,183,222,1,222,222,244,19,246,243,248,54,248,248,248,105,247,247,247,164,245,250,255,206,252,252,252,209,236,242,247,215,230,236,239,241,142,185,208,242,85,133,178,242,77,166,213,242,69,210,255,229,61,211,255,209,55,209,255,206,49,206,255,168,43,203,255,135,38,198,255,77,33,191,248,25,32,176,227,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,212,241,6,202,202,243,63,220,220,247,156,247,250,255,212,250,251,251,242,249,249,249,255,248,252,255,255,254,254,254,255,239,244,249,255,228,234,231,255,175,202,217,255,97,150,188,255,88,140,184,255,79,176,223,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,205,255,255,39,200,255,251,34,196,253,219,30,192,250,164,27,188,247,98,23,182,242,36,27,156,205,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,234,251,6,226,226,251,63,217,217,248,168,217,217,249,241,245,245,253,255,253,253,253,255,252,255,255,255,250,250,250,255,255,255,255,255,242,243,243,255,233,238,242,255,194,213,217,255,110,167,197,255,100,146,186,255,90,168,212,255,81,210,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,203,255,255,35,198,255,255,31,195,252,255,27,190,250,254,24,186,246,226,21,181,242,142,18,176,238,43,20,154,206,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,251,254,1,247,247,255,57,240,240,255,168,232,232,253,241,223,223,251,255,241,241,254,255,254,254,255,255,254,254,254,255,253,255,253,255,251,254,251,255,246,249,246,255,238,241,238,255,214,224,223,255,145,185,207,255,112,154,191,255,102,161,202,255,92,202,245,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,205,255,255,36,201,255,255,32,196,255,255,28,193,251,255,24,188,248,255,21,183,244,255,19,179,240,228,17,175,237,142,15,171,233,43,20,138,184,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,251,251,255,231,244,244,255,255,236,236,254,255,236,236,254,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,244,247,244,255,230,235,232,255,186,204,218,255,125,169,200,255,114,160,198,255,104,190,230,255,94,219,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,203,255,255,32,198,255,255,28,194,253,255,25,189,249,255,22,186,245,255,19,181,242,255,17,178,239,255,15,173,236,228,13,168,232,108,12,159,219,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,255,255,255,158,255,255,255,249,255,255,255,255,247,247,255,255,239,239,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,253,255,255,255,255,255,240,244,248,255,220,224,232,255,146,187,209,255,128,166,199,255,116,180,217,255,105,214,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,201,255,255,29,196,255,255,25,192,251,255,22,187,248,255,19,182,244,255,17,179,240,255,15,174,237,255,13,170,233,249,12,166,230,151,11,162,226,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,1,255,255,255,64,255,255,255,200,255,255,255,255,255,255,255,255,255,255,255,255,249,249,255,255,247,247,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,253,253,255,253,254,254,255,234,239,237,255,188,210,221,255,140,176,205,255,129,174,208,255,117,205,243,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,199,255,255,25,194,254,255,22,189,250,255,19,185,246,255,17,181,243,255,15,177,239,255,13,172,236,255,12,168,232,254,11,165,228,187,11,161,225,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,255,255,255,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,248,252,248,255,223,230,234,255,152,192,213,255,141,175,206,255,129,192,226,255,117,221,255,255,106,223,255,255,96,221,255,255,87,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,43,206,255,255,37,205,255,255,33,203,255,255,29,200,255,255,25,188,247,255,22,145,193,255,19,102,141,255,17,152,207,255,15,178,240,255,13,173,237,255,12,170,233,255,11,166,230,255,11,162,226,217,11,150,214,74,15,102,156,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,149,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,252,250,252,255,237,239,239,255,190,210,221,255,152,184,210,255,140,181,213,255,129,214,248,255,117,226,255,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,188,243,255,25,123,162,255,22,38,56,255,19,19,19,255,17,104,144,255,15,180,243,255,13,176,239,255,12,172,234,255,11,168,231,255,11,165,227,255,11,160,224,238,11,134,197,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,3,255,255,255,110,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,247,247,247,255,220,225,228,255,163,195,214,255,151,182,211,255,139,198,229,255,128,225,255,255,116,226,255,255,105,223,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,182,235,255,29,102,135,255,25,25,41,255,22,22,22,255,19,66,93,255,17,156,209,255,15,181,244,255,13,177,240,255,12,173,237,255,11,170,233,255,11,166,230,255,11,162,225,255,11,155,218,224,11,108,171,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,74,255,255,255,238,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,248,251,253,255,239,237,239,255,197,212,220,255,160,187,213,255,149,186,215,255,137,215,247,255,125,228,255,255,114,225,255,255,104,223,255,255,94,220,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,175,224,255,32,80,105,255,28,28,28,255,25,25,25,255,22,22,22,255,19,90,125,255,17,168,223,255,15,183,245,255,13,178,242,255,12,174,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,134,196,191,11,90,154,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,253,255,45,255,255,255,217,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,250,251,251,255,228,231,232,255,174,202,217,255,158,186,213,255,146,197,227,255,135,227,255,255,123,228,255,255,112,225,255,255,102,222,255,255,92,219,255,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,206,255,255,36,127,163,255,32,32,32,255,28,34,49,255,24,40,57,255,21,21,21,255,19,19,19,255,17,81,113,255,15,163,220,255,13,180,243,255,12,176,239,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,225,255,11,154,218,254,11,108,170,146,11,88,152,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,241,255,24,247,247,255,187,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,251,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,246,247,247,255,214,223,228,255,165,194,215,255,154,188,216,255,143,210,241,255,132,230,255,255,120,227,255,255,110,224,255,255,100,222,255,255,90,219,255,255,81,216,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,205,255,255,35,175,225,255,31,119,155,255,27,151,198,255,24,155,205,255,21,73,101,255,18,18,18,255,16,16,16,255,14,79,111,255,13,159,215,255,12,178,240,255,11,173,237,255,11,170,233,255,11,166,230,255,11,162,226,255,11,159,222,255,11,124,185,245,11,89,153,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,226,248,1,234,234,255,135,240,240,255,254,244,244,255,255,247,247,255,255,249,249,255,255,250,250,255,255,249,249,255,255,247,247,255,255,244,244,255,255,247,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,243,244,245,255,194,214,224,255,160,189,214,255,150,193,221,255,139,221,253,255,128,229,255,255,117,226,255,255,107,223,255,255,97,221,255,255,88,218,255,255,79,216,255,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,23,201,255,255,21,175,231,255,18,81,112,255,16,16,16,255,14,14,14,255,13,74,108,255,11,159,215,255,11,176,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,143,206,255,11,90,154,224,11,87,150,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,252,43,226,226,254,228,232,232,255,255,236,236,255,255,239,239,255,255,241,241,255,255,242,242,255,255,241,241,255,255,239,239,255,255,238,237,255,255,246,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,235,241,241,255,170,202,219,255,155,185,212,255,145,202,232,255,134,227,255,255,123,228,255,255,113,225,255,255,103,222,255,255,94,220,255,255,85,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,55,209,255,255,49,208,255,255,43,206,255,255,38,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,170,226,255,16,78,110,255,14,14,14,255,12,12,13,255,11,94,134,255,11,168,227,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,224,255,11,156,220,255,11,107,170,255,11,88,152,184,11,84,148,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,205,239,1,211,211,249,142,217,217,251,255,223,223,253,255,227,227,255,255,230,230,255,255,232,232,255,255,232,232,255,255,232,232,255,255,231,230,255,255,233,232,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,252,252,255,220,232,234,255,159,192,214,255,149,184,213,255,139,213,245,255,129,229,255,255,118,226,255,255,109,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,74,215,255,255,66,212,255,255,59,210,255,255,53,209,255,255,47,207,255,255,42,206,255,255,37,205,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,19,200,255,255,17,197,255,255,15,171,226,255,14,66,95,255,12,12,12,255,11,18,35,255,11,122,168,255,11,171,234,255,11,170,233,255,11,166,230,255,11,162,225,255,11,158,221,255,11,122,185,255,11,89,153,249,11,85,148,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,195,236,43,202,202,244,228,208,208,246,255,213,213,249,255,217,217,252,255,220,220,254,255,222,222,255,255,222,222,255,255,222,222,255,255,221,220,255,255,229,228,255,255,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,255,255,255,255,247,250,247,255,197,217,225,255,152,182,209,255,143,187,217,255,133,220,254,255,123,228,255,255,113,225,255,255,104,223,255,255,95,220,255,255,86,218,255,255,78,216,255,255,71,214,255,255,63,212,255,255,57,210,255,255,51,208,255,255,45,207,255,255,40,205,255,255,35,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,198,255,255,15,195,255,255,13,149,201,255,12,36,58,255,11,11,11,255,11,46,71,255,11,148,204,255,11,171,234,255,11,167,230,255,11,162,226,255,11,159,222,255,11,133,196,255,11,90,153,255,11,85,149,191,11,82,146,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,181,181,219,1,186,186,227,142,192,192,239,255,198,198,241,255,203,203,244,255,206,206,248,255,209,209,251,255,211,211,252,255,211,211,254,255,211,211,255,255,211,210,255,255,228,227,255,255,252,252,255,255,255,255,255,255,254,255,254,255,253,255,254,255,252,254,252,255,253,253,253,255,235,241,240,255,172,199,215,255,145,177,207,255,136,192,224,255,126,228,255,255,117,226,255,255,108,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,75,215,255,255,67,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,43,206,255,255,38,205,255,255,34,204,255,255,30,203,255,255,26,202,255,255,23,201,255,255,21,200,255,255,18,199,255,255,16,199,255,255,14,195,255,255,13,186,249,255,11,114,155,255,11,11,17,255,11,11,11,255,11,87,125,255,11,166,226,255,11,167,231,255,11,164,227,255,11,160,224,255,11,148,210,255,11,95,159,255,11,87,150,249,11,83,147,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,169,169,208,43,176,176,216,228,182,182,235,255,187,187,238,255,192,192,242,255,195,195,246,255,198,198,248,255,199,199,249,255,200,200,250,255,199,199,250,255,200,199,251,255,228,227,253,255,254,253,254,255,254,254,254,255,253,254,254,255,252,255,254,255,250,253,255,255,249,249,249,255,220,226,229,255,146,186,207,255,137,173,205,255,129,199,234,255,119,227,255,255,111,225,255,255,102,212,249,255,94,177,208,255,86,154,182,255,78,168,202,255,71,202,246,255,64,212,255,255,57,210,255,255,51,208,255,255,46,207,255,255,41,206,255,255,36,204,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,17,199,255,255,15,199,255,255,14,196,255,255,12,192,255,255,11,172,231,255,11,65,95,255,11,11,11,255,11,24,43,255,11,134,185,255,11,168,232,255,11,165,228,255,11,161,224,255,11,153,216,255,11,101,165,255,11,88,152,255,11,83,147,191,11,79,142,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,159,159,189,105,166,166,211,255,171,171,235,255,176,176,238,255,181,181,243,255,184,184,243,255,186,186,245,255,188,188,247,255,188,188,246,255,188,188,247,255,193,191,248,255,229,228,251,255,252,253,252,255,252,253,252,255,251,253,254,255,249,253,255,255,244,247,244,255,239,239,239,255,200,211,217,255,137,173,201,255,129,171,205,255,120,208,244,255,112,225,255,255,104,213,249,255,96,140,161,255,88,88,88,255,81,81,81,255,74,74,74,255,67,118,142,255,60,198,245,255,54,209,255,255,49,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,13,197,255,255,12,192,255,255,11,189,252,255,11,137,185,255,11,19,36,255,11,11,11,255,11,82,120,255,11,165,227,255,11,166,228,255,11,161,225,255,11,158,221,255,11,113,174,255,11,88,152,255,11,84,148,249,11,81,144,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,144,144,218,4,149,149,173,174,155,155,214,255,160,160,238,255,165,165,244,255,169,169,248,255,172,172,247,255,174,174,249,255,176,176,249,255,176,176,247,255,176,176,246,255,185,183,245,255,233,230,249,255,250,251,250,255,250,253,251,255,251,253,252,255,254,251,254,255,237,241,237,255,229,224,229,255,172,191,201,255,129,164,197,255,120,173,209,255,113,216,253,255,105,223,255,255,98,179,209,255,90,90,90,255,83,83,83,255,76,76,76,255,69,69,69,255,63,63,63,255,57,157,195,255,51,208,255,255,46,207,255,255,41,206,255,255,37,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,197,255,255,12,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,35,58,255,11,142,197,255,11,166,230,255,11,162,226,255,11,159,221,255,11,118,180,255,11,89,153,255,11,85,148,255,11,81,144,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,133,133,216,33,139,139,159,229,145,145,203,255,150,150,235,255,154,154,238,255,158,158,239,255,160,160,239,255,163,163,246,255,166,164,250,255,165,164,250,255,169,165,252,255,185,184,245,255,234,232,247,255,248,248,248,255,248,252,251,255,247,251,255,255,252,252,252,255,240,236,240,255,216,211,217,255,148,176,191,255,119,157,193,255,112,175,213,255,105,219,255,255,98,221,255,255,91,157,184,255,84,84,84,255,78,78,78,255,71,71,71,255,65,65,65,255,59,59,59,255,53,134,166,255,48,208,255,255,43,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,122,167,255,11,11,23,255,11,11,15,255,11,102,146,255,11,167,230,255,11,162,226,255,11,159,222,255,11,124,186,255,11,89,153,255,11,85,149,255,11,82,146,201,11,78,140,13,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,123,124,209,81,129,129,146,251,134,134,178,255,139,139,221,255,143,143,224,255,146,146,224,255,149,149,223,255,151,151,229,255,152,152,236,255,152,152,240,255,154,152,244,255,186,184,245,255,235,235,247,255,247,245,247,255,247,250,247,255,246,250,246,255,251,247,251,255,238,238,238,255,210,213,215,255,134,168,191,255,111,152,191,255,104,179,219,255,98,221,255,255,91,219,255,255,85,172,205,255,78,78,78,255,72,72,72,255,66,66,66,255,60,60,60,255,55,55,55,255,50,154,193,255,45,207,255,255,40,205,255,255,36,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,218,255,11,46,72,255,11,11,11,255,11,66,99,255,11,161,222,255,11,164,227,255,11,159,222,255,11,124,186,255,11,90,154,255,11,87,149,255,11,82,146,236,11,78,142,43,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,113,114,220,147,118,119,138,255,123,124,153,255,128,128,199,255,132,132,214,255,135,135,214,255,137,137,213,255,139,139,215,255,140,140,216,255,141,141,218,255,140,140,228,255,179,178,234,255,233,235,243,255,245,240,245,255,244,244,244,255,241,246,241,255,237,243,247,255,239,239,239,255,210,216,218,255,111,162,187,255,102,149,189,255,96,183,225,255,90,219,255,255,84,217,255,255,78,204,247,255,72,122,146,255,67,67,67,255,61,61,61,255,56,56,56,255,51,105,132,255,46,193,243,255,42,206,255,255,37,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,142,196,255,11,164,227,255,11,160,224,255,11,130,191,255,11,90,154,255,11,87,150,255,11,83,146,254,11,78,142,87,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,117,109,227,1,122,112,242,168,109,110,162,255,113,114,133,255,117,118,176,255,120,121,209,255,123,124,208,255,125,126,207,255,128,128,208,255,129,129,208,255,129,129,211,255,129,129,219,255,175,174,232,255,228,232,233,255,241,241,242,255,238,238,238,255,234,239,245,255,231,237,242,255,223,234,234,255,206,211,215,255,99,155,185,255,94,144,187,255,88,190,234,255,83,217,255,255,78,216,255,255,72,214,255,255,67,200,245,255,61,160,197,255,56,136,168,255,51,154,193,255,47,194,243,255,42,206,255,255,38,205,255,255,35,204,255,255,31,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,110,154,255,11,11,15,255,11,15,30,255,11,118,165,255,11,165,227,255,11,160,224,255,11,125,188,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,105,94,231,13,120,109,250,206,99,99,185,255,103,103,121,255,107,108,152,255,110,111,203,255,112,113,203,255,114,115,202,255,116,117,202,255,117,118,203,255,117,118,203,255,117,118,210,255,175,179,228,255,225,225,229,255,239,238,239,255,233,227,233,255,238,233,238,255,222,233,233,255,211,217,211,255,180,195,206,255,90,147,179,255,86,141,185,255,81,193,238,255,76,215,255,255,71,214,255,255,66,212,255,255,61,211,255,255,56,210,255,255,52,209,255,255,47,207,255,255,43,206,255,255,39,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,41,255,11,11,11,255,11,95,138,255,11,165,228,255,11,160,224,255,11,125,188,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,168,13,74,134,1,0,0,0,0,0,0,0,0,
data 0,0,0,0,96,84,233,13,110,98,247,209,92,90,205,255,94,94,116,255,97,97,130,255,100,100,194,255,102,102,199,255,104,104,199,255,105,105,200,255,106,107,200,255,106,107,199,255,106,107,202,255,171,173,219,255,225,230,238,255,236,236,236,255,229,229,229,255,222,227,222,255,213,219,225,255,200,206,212,255,172,184,192,255,82,139,173,255,78,139,185,255,74,193,241,255,69,213,255,255,65,212,255,255,60,211,255,255,56,210,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,39,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,161,224,255,11,120,183,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,206,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,89,75,233,33,98,85,241,229,103,91,237,255,85,85,118,255,88,88,110,255,90,90,178,255,92,92,198,255,94,94,198,255,95,95,198,255,96,96,197,255,96,96,195,255,96,96,199,255,171,175,222,255,225,231,237,255,234,235,235,255,227,229,229,255,218,218,218,255,220,213,220,255,202,202,202,255,158,168,180,255,75,131,171,255,71,137,185,255,67,192,242,255,63,212,255,255,59,210,255,255,55,209,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,15,199,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,171,230,255,11,53,81,255,11,11,11,255,11,72,107,255,11,165,228,255,11,161,225,255,11,116,178,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,81,67,233,46,90,76,238,242,102,89,248,255,77,77,138,255,79,79,99,255,81,81,150,255,83,83,195,255,85,85,198,255,86,86,199,255,86,86,196,255,87,87,193,255,86,86,194,255,171,168,211,255,220,221,223,255,234,234,234,255,228,229,229,255,218,218,218,255,202,209,215,255,196,198,198,255,139,160,174,255,67,125,169,255,64,133,183,255,60,195,247,255,57,210,255,255,53,209,255,255,50,208,255,255,46,207,255,255,42,206,255,255,39,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,158,221,255,11,107,168,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,76,61,232,46,81,66,235,242,91,76,243,255,72,69,188,255,71,71,92,255,73,73,118,255,75,75,180,255,76,76,199,255,77,77,201,255,78,78,197,255,78,78,192,255,78,78,188,255,165,166,204,255,217,218,221,255,235,228,235,255,230,230,230,255,221,227,221,255,203,203,203,255,196,196,196,255,149,162,177,255,61,123,165,255,57,128,180,255,54,193,247,255,51,208,255,255,48,208,255,255,45,207,255,255,42,206,255,255,38,205,255,255,35,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,182,244,255,11,64,95,255,11,11,11,255,11,64,95,255,11,165,228,255,11,153,216,255,11,101,164,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,69,54,231,46,73,58,232,242,84,70,242,255,89,75,238,255,63,63,117,255,65,65,92,255,67,67,141,255,68,68,192,255,69,69,201,255,69,69,196,255,69,69,190,255,69,69,188,255,161,161,211,255,219,225,233,255,219,225,233,255,229,229,229,255,221,228,235,255,208,208,208,255,204,198,204,255,160,177,185,255,54,124,166,255,51,127,180,255,49,192,246,255,46,207,255,255,43,206,255,255,40,205,255,255,37,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,139,202,255,11,96,159,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,63,48,226,33,67,51,230,229,76,61,237,255,88,74,248,255,74,61,214,255,58,58,90,255,59,59,97,255,60,60,159,255,61,61,194,255,62,62,195,255,62,62,189,255,62,62,187,255,154,154,214,255,217,217,232,255,218,224,232,255,228,228,228,255,223,229,223,255,214,214,214,255,216,208,216,255,172,187,196,255,48,119,164,255,46,121,175,255,44,188,243,255,41,206,255,255,39,205,255,255,36,204,255,255,34,204,255,255,31,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,170,228,255,11,52,79,255,11,11,11,255,11,72,107,255,11,165,228,255,11,130,192,255,11,96,159,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,57,43,222,13,61,45,229,209,65,50,231,255,83,67,247,255,87,72,251,255,51,51,166,255,53,53,78,255,54,54,109,255,54,54,166,255,55,55,188,255,55,55,184,255,55,55,182,255,151,148,202,255,212,212,216,255,216,223,231,255,229,229,230,255,225,226,226,255,220,227,235,255,222,215,222,255,175,182,196,255,43,119,162,255,41,116,171,255,39,186,242,255,37,205,255,255,34,204,255,255,32,203,255,255,30,203,255,255,28,202,255,255,26,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,37,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,115,177,255,11,95,159,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,209,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,43,39,205,13,56,40,228,206,58,42,229,255,73,57,242,255,84,68,252,255,77,63,237,255,47,47,121,255,47,47,76,255,48,48,117,255,48,48,166,255,48,48,178,255,48,48,177,255,126,129,191,255,211,212,214,255,215,222,230,255,231,231,231,255,227,227,227,255,222,231,238,255,204,213,220,255,157,176,176,255,38,115,157,255,36,110,166,255,34,180,238,255,33,203,255,255,31,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,40,255,11,11,11,255,11,96,138,255,11,152,215,255,11,99,162,255,11,95,159,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,178,13,74,134,4,0,0,0,0,0,0,0,0,
data 0,0,0,0,38,38,186,1,46,35,222,168,54,37,228,255,58,42,231,255,75,59,247,255,78,63,251,255,63,50,221,255,42,42,89,255,42,42,72,255,42,42,129,255,43,43,171,255,42,42,176,255,108,113,194,255,209,210,213,255,213,221,229,255,229,221,229,255,228,220,228,255,223,223,224,255,206,214,206,255,175,176,188,255,43,115,155,255,32,104,163,255,31,170,229,255,29,202,255,255,27,202,255,255,26,202,255,255,24,186,241,255,22,139,183,255,21,114,151,255,19,138,182,255,18,184,240,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,113,155,255,11,11,17,255,11,15,30,255,11,119,166,255,11,133,195,255,11,99,162,255,11,95,159,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,34,31,212,135,49,32,227,255,50,33,227,255,61,44,236,255,74,58,250,255,75,59,250,255,37,37,170,255,37,37,60,255,37,37,81,255,37,37,145,255,37,37,174,255,95,98,194,255,201,201,210,255,211,219,228,255,228,220,228,255,212,219,228,255,220,213,220,255,203,211,203,255,185,183,192,255,54,120,156,255,28,97,156,255,27,166,226,255,26,202,255,255,24,201,255,255,23,186,241,255,21,83,114,255,20,20,20,255,19,19,19,255,17,17,17,255,16,79,111,255,15,183,240,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,140,194,255,11,118,180,255,11,99,162,255,11,95,158,255,11,90,154,255,11,87,150,255,11,83,146,255,11,78,142,94,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,27,27,201,77,38,28,218,251,46,29,227,255,48,31,228,255,64,47,242,255,72,55,250,255,64,48,233,255,33,33,114,255,33,33,59,255,33,33,97,255,33,33,151,255,76,81,190,255,194,194,209,255,211,211,227,255,211,219,228,255,208,217,225,255,218,211,218,255,201,210,201,255,190,185,195,255,78,135,155,255,25,92,150,255,24,152,211,255,23,201,255,255,22,200,255,255,20,138,183,255,19,19,19,255,18,18,18,255,17,17,17,255,16,16,16,255,15,15,15,255,14,135,181,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,216,255,11,46,71,255,11,11,11,255,11,67,100,255,11,139,200,255,11,102,166,255,11,97,161,255,11,94,158,255,11,90,154,255,11,87,149,255,11,82,146,242,11,78,142,54,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,197,25,25,25,203,219,41,26,222,255,44,27,226,255,48,31,229,255,63,46,244,255,69,52,250,255,46,32,212,255,29,29,105,255,29,29,61,255,29,29,100,255,30,34,161,255,187,187,207,255,208,208,210,255,210,218,227,255,222,215,222,255,213,213,213,255,198,206,215,255,192,186,194,255,99,145,161,255,22,95,151,255,21,137,197,255,20,198,255,255,19,200,255,255,18,112,150,255,17,17,17,255,16,16,16,255,15,15,15,255,14,14,14,255,13,13,13,255,12,108,147,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,121,166,255,11,11,23,255,11,11,15,255,11,101,144,255,11,121,183,255,11,101,165,255,11,97,161,255,19,99,161,255,11,89,153,255,11,85,149,255,11,82,146,212,11,78,140,19,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,180,1,22,22,199,164,27,23,211,255,40,23,224,255,42,24,226,255,47,30,231,255,60,43,244,255,66,49,249,255,59,43,234,255,25,25,124,255,25,25,58,255,25,25,111,255,150,150,186,255,206,206,209,255,209,209,226,255,221,212,221,255,208,209,209,255,192,200,209,255,191,182,191,255,119,152,160,255,20,97,150,255,19,124,185,255,18,191,252,255,17,199,255,255,16,136,181,255,15,15,15,255,14,14,14,255,14,14,14,255,13,13,13,255,12,12,12,255,11,134,180,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,36,59,255,11,122,177,255,11,105,168,255,11,101,165,255,11,97,160,255,53,122,174,255,11,89,153,255,11,85,148,255,11,81,144,164,15,75,132,1,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,19,19,198,98,20,20,200,254,34,21,220,255,39,21,225,255,39,21,225,255,49,32,234,255,63,45,248,255,66,48,250,255,58,43,235,255,22,22,111,255,22,22,71,255,97,98,145,255,183,183,188,255,206,208,208,255,203,211,220,255,209,209,209,255,193,202,193,255,187,179,187,255,134,157,158,255,17,104,148,255,17,109,170,255,16,185,248,255,15,199,255,255,14,183,240,255,14,78,109,255,13,13,13,255,12,12,12,255,12,12,12,255,11,76,108,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,137,185,255,11,18,35,255,11,11,11,255,11,77,115,255,11,121,183,255,11,105,167,255,11,100,164,255,55,126,178,255,59,126,176,255,11,88,152,255,11,84,148,251,11,81,144,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,17,17,194,36,18,18,197,226,21,18,209,255,35,18,223,255,37,19,225,255,37,19,225,255,51,34,238,255,63,46,250,255,64,47,251,255,49,35,222,255,19,19,122,255,58,58,117,255,143,143,151,255,169,169,170,255,194,202,211,255,214,214,214,255,199,199,199,255,179,187,196,255,148,163,160,255,33,112,147,255,15,97,160,255,14,171,233,255,14,198,255,255,13,198,255,255,12,182,240,255,12,134,180,255,11,108,147,255,11,134,180,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,171,230,255,11,64,94,255,11,11,11,255,11,25,45,255,11,108,160,255,11,108,171,255,11,103,167,255,11,100,162,255,113,164,202,255,61,126,176,255,11,88,152,255,11,83,147,212,11,79,142,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,22,22,168,1,16,16,196,142,16,16,198,255,27,16,217,255,34,17,223,255,35,17,225,255,35,17,225,255,51,33,239,255,61,44,250,255,62,45,251,255,54,38,236,255,46,35,191,255,115,112,162,255,144,144,146,255,169,162,169,255,193,193,193,255,208,209,209,255,190,198,190,255,162,174,167,255,71,127,149,255,13,88,149,255,13,153,216,255,12,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,186,249,255,11,114,155,255,11,11,19,255,11,11,11,255,11,73,112,255,11,107,167,255,11,107,170,255,11,102,166,255,61,132,182,255,137,179,211,255,60,124,175,255,11,87,150,254,11,83,147,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,194,43,14,14,196,228,14,14,201,255,30,15,220,255,32,15,222,255,33,15,224,255,34,16,225,255,48,30,238,255,60,42,250,255,60,42,250,255,61,43,251,255,64,48,240,255,104,97,192,255,163,154,166,255,168,168,168,255,191,191,191,255,197,197,197,255,172,174,174,255,108,138,154,255,12,89,143,255,12,130,192,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,149,201,255,11,36,58,255,11,11,11,255,11,41,67,255,11,103,159,255,11,110,173,255,11,107,168,255,11,101,165,255,146,186,216,255,140,181,212,255,31,103,161,255,11,85,149,212,11,82,146,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,171,1,13,13,194,142,13,13,196,255,13,13,204,255,30,13,222,255,30,13,222,255,31,13,224,255,31,13,224,255,37,19,230,255,52,34,244,255,58,40,250,255,58,40,250,255,66,49,243,255,113,108,192,255,161,153,165,255,162,162,162,255,168,170,170,255,176,177,177,255,146,167,183,255,13,103,148,255,11,108,171,255,11,184,248,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,168,225,255,11,63,90,255,11,11,11,255,11,17,34,255,11,90,138,255,11,112,173,255,11,109,172,255,11,105,168,255,94,155,197,255,164,198,223,255,140,180,211,255,11,89,153,254,11,85,148,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,43,12,12,194,228,12,12,196,255,21,12,214,255,29,12,222,255,29,12,222,255,29,12,222,255,30,12,224,255,30,12,224,255,43,25,237,255,54,36,248,255,57,39,250,255,65,48,243,255,91,81,214,255,136,136,176,255,152,143,152,255,147,139,147,255,154,160,162,255,66,131,158,255,11,91,154,255,11,167,231,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,167,224,255,11,73,105,255,11,11,11,255,11,11,11,255,11,71,112,255,11,110,170,255,11,112,174,255,11,108,171,255,43,124,179,255,180,210,231,255,164,197,223,255,92,147,190,255,11,88,152,198,11,84,148,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,158,1,11,11,194,108,11,11,196,249,11,11,201,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,37,19,231,255,53,35,246,255,57,39,250,255,57,39,250,255,69,54,236,255,112,112,186,255,125,136,147,255,132,133,136,255,91,125,141,255,11,90,147,255,11,137,200,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,171,227,255,11,75,107,255,11,11,11,255,11,11,11,255,11,55,88,255,11,103,161,255,11,115,177,255,11,110,173,255,11,107,170,255,157,196,223,255,178,208,230,255,160,195,221,255,46,115,169,231,11,87,150,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,184,10,11,11,195,151,11,11,196,254,13,11,207,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,31,13,225,255,45,27,238,255,51,33,244,255,53,35,246,255,59,42,237,255,84,70,206,255,113,102,153,255,97,110,120,255,11,88,134,255,11,110,173,255,15,194,246,255,112,220,245,255,150,222,243,255,112,216,245,255,15,203,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,166,221,255,11,107,146,255,11,144,194,255,11,150,201,255,11,66,95,255,11,11,11,255,11,11,11,255,11,57,90,255,11,105,162,255,11,118,179,255,11,113,176,255,11,109,172,255,136,184,216,255,188,215,235,255,174,205,228,255,131,175,207,249,11,89,153,108,12,83,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,24,11,11,196,187,11,11,196,255,12,11,206,255,25,11,219,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,40,22,233,255,43,25,237,255,43,25,237,255,43,25,237,255,48,33,227,255,63,52,196,255,39,60,162,255,34,97,183,255,186,216,231,255,226,226,228,255,224,224,227,255,227,227,227,255,184,218,236,255,15,152,201,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,112,152,255,11,11,11,255,11,18,34,255,11,28,46,255,11,11,11,255,11,11,11,255,11,55,88,255,11,107,164,255,11,120,182,255,11,115,178,255,11,112,174,255,95,160,202,255,192,219,237,255,183,212,233,255,168,201,225,255,51,121,172,158,11,88,152,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,45,11,11,195,217,11,11,196,255,11,11,200,255,15,11,208,255,25,11,219,255,25,11,219,255,24,11,218,255,25,11,219,255,30,12,224,255,30,12,224,255,35,17,228,255,42,24,236,255,43,25,237,255,43,25,237,255,43,25,237,255,42,24,234,255,137,133,236,255,226,226,226,255,226,226,226,255,224,224,226,255,226,226,248,255,227,236,248,255,111,164,192,255,11,97,161,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,165,220,255,11,64,91,255,11,11,11,255,11,11,11,255,11,11,11,255,11,58,93,255,11,110,166,255,11,121,184,255,11,118,180,255,11,114,177,255,73,148,195,255,195,221,239,255,188,216,235,255,176,207,229,255,119,168,204,200,11,90,154,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,74,11,11,195,238,11,11,196,255,11,11,196,255,11,11,196,255,11,11,198,255,11,11,200,255,11,11,200,255,11,11,200,255,11,11,204,255,16,11,209,255,19,11,213,255,24,11,218,255,33,15,226,255,39,21,232,255,47,29,236,255,170,167,233,255,225,225,225,255,226,236,248,255,224,224,226,255,226,236,248,255,224,224,230,255,149,180,204,255,11,82,143,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,174,232,255,11,85,121,255,11,11,19,255,11,11,11,255,11,33,60,255,11,101,155,255,11,120,183,255,11,116,179,255,79,154,200,255,195,222,240,255,190,218,237,255,180,210,231,255,156,193,220,220,20,99,159,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,167,3,11,11,194,97,11,11,194,224,11,11,194,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,196,255,11,11,196,255,11,11,196,255,11,11,203,255,17,11,210,255,19,11,213,255,29,11,222,255,36,18,228,255,146,133,236,255,246,236,248,255,248,236,226,255,230,227,226,255,224,216,224,255,225,216,226,255,111,159,190,255,11,78,142,255,11,115,178,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,139,197,255,11,73,116,255,11,11,29,255,11,11,11,255,11,63,102,255,11,119,182,255,113,175,213,255,195,223,240,255,190,218,237,255,181,212,232,255,168,202,226,210,44,118,172,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,195,55,11,11,195,191,11,11,195,254,11,11,195,255,11,11,192,255,11,11,192,255,11,11,194,255,11,11,194,255,15,11,192,255,59,47,190,255,111,100,191,255,130,124,188,255,130,125,185,255,123,119,178,255,134,137,191,255,209,210,234,255,242,234,243,255,231,225,231,255,221,219,226,255,176,196,215,255,12,107,158,255,11,78,142,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,152,215,255,11,138,201,255,11,134,197,255,11,126,186,255,11,91,141,255,11,59,99,255,17,100,155,255,144,194,224,255,192,221,240,255,188,218,237,255,180,212,233,252,169,203,227,181,48,122,176,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,172,24,11,11,156,146,11,11,155,245,11,11,159,255,11,11,160,255,11,11,164,255,53,51,180,255,153,148,200,255,189,185,198,255,194,190,194,255,185,184,185,255,176,176,176,255,165,165,165,255,148,158,149,255,123,147,153,255,125,168,194,255,148,184,207,255,106,159,191,255,12,108,159,255,11,78,142,255,11,97,161,255,11,172,236,255,11,198,255,255,11,185,249,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,137,198,255,11,133,195,255,11,130,192,255,11,126,189,255,57,148,199,255,173,212,235,255,186,218,238,255,182,215,236,255,176,210,232,245,156,196,223,145,44,122,177,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,6,11,11,159,97,11,11,159,224,11,11,159,255,11,11,160,255,15,11,171,255,138,137,192,255,183,188,200,255,186,191,197,255,190,191,192,255,184,184,184,255,172,172,172,255,152,160,152,255,123,127,131,255,43,102,137,255,11,99,159,255,11,120,183,255,11,112,174,255,11,124,186,255,11,149,213,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,134,197,255,11,131,194,255,26,135,194,255,124,187,221,255,179,216,238,255,176,213,235,255,172,209,233,255,167,205,229,231,119,174,209,104,22,109,169,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,55,11,11,159,184,11,11,159,249,11,11,162,255,70,66,178,255,177,178,198,255,183,190,200,255,196,194,201,255,195,191,195,255,184,184,185,255,170,170,170,255,144,146,146,255,103,124,139,255,13,72,116,255,11,89,153,255,11,138,201,255,11,142,206,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,255,19,136,197,255,89,170,214,255,158,206,233,255,161,206,232,255,160,204,230,255,157,201,228,241,132,184,217,168,54,134,187,57,12,100,161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,159,87,11,11,159,191,11,11,165,249,124,122,184,255,182,190,201,255,198,195,204,255,202,196,202,255,196,196,196,255,186,186,186,255,170,170,170,255,148,158,167,255,82,108,132,255,11,47,102,255,11,99,162,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,33,148,205,255,75,166,213,255,126,191,225,255,132,192,225,255,136,193,225,255,136,191,223,241,92,163,206,168,47,134,188,63,11,109,172,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,160,87,42,40,168,191,152,153,182,249,194,190,196,255,206,197,206,255,203,195,203,255,198,200,200,255,190,182,190,255,177,177,177,255,147,152,156,255,57,91,127,255,11,58,120,255,11,121,184,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,13,139,201,255,40,152,208,255,51,154,207,255,55,154,206,255,59,154,204,254,58,151,202,236,30,131,190,168,11,118,180,63,11,114,177,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,161,14,93,89,173,79,180,177,191,150,204,195,204,201,188,196,206,236,206,206,206,254,184,194,202,255,196,196,196,255,185,186,186,255,147,164,180,255,31,79,126,255,11,75,139,255,11,133,196,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,251,11,132,195,222,11,128,191,174,11,126,188,98,11,122,185,43,11,119,181,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,178,184,13,206,196,188,43,188,197,206,91,206,206,206,147,204,213,204,168,198,198,200,206,191,201,212,209,138,159,182,229,11,67,121,236,11,96,160,211,11,138,201,178,11,138,201,158,11,138,201,147,11,136,198,101,11,133,195,77,11,130,192,25,11,125,187,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,204,197,1,201,201,202,13,203,203,205,13,196,200,201,33,117,139,161,40,11,63,122,14,11,114,176,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||
| Back to top |
|||
|
Code Dragon
User Joined: Mon Aug 21st 2006 Location: Everywhere |
This challenge looks fun, I'll enter. A lot's been happening in the forums for the 2 weeks I wasn't here, the Artist's Challenge thread's not dead anymore, the December 30% offer, the talk about DirectX 10, and NVIDIA compo entries... Here's a Christmas screen saver, set the display mode to as big as your monitor is to make it look even nicer. + Code Snippet
sync on
sync rate 60
autocam off
color backdrop rgb(128, 128, 0)
amount = 1000
datatoimage(1)
make object plain 2, 32, 32
texture object 2, 1
set object transparency 2, 1
instance object 1, 2
scale object 1, 1000, 1000, 1000
position object 1, 0, 0, 500
for t = 3 to amount
instance object t, 2
set object diffuse t, rgb(rnd(255), rnd(255), rnd(255))
position object t, rnd(400) - 200, rnd(400) - 200, rnd(1000)
yrotate object t, rnd(360)
next t
do
for t = 2 to amount
turn object right t, 1
position object t, object position x(t) + sin((timer()+object position x(t))/10), object position y(t), object position z(t) - 1
if object position z(t) < 0 then position object t, rnd(400) - 200, rnd(400) - 200, 1000
next t
sync
loop
function datatoimage(image)
memblock=1
read size
make memblock 1,size
read sx `as dword
read sy `as dword
read depth `as dword
write memblock dword 1,0,sx
write memblock dword 1,4,sy
write memblock dword 1,8,depth
for x=0 to sx-1
for y=0 to sy-1
pos=(y*sx+x)*4+12
read b `as byte
read g `as byte
read r `as byte
read a `as byte
write memblock byte 1,pos,b
write memblock byte 1,pos+1,g
write memblock byte 1,pos+2,r
write memblock byte 1,pos+3,a
next y
next x
make image from memblock image,1
endfunction
data 16396
data 64
data 64
data 32
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,217,219,1,231,231,231,13,246,246,246,13,237,242,247,19,234,241,246,44,160,206,225,46,82,157,201,46,74,177,225,46,66,212,255,33,59,207,255,13,54,200,250,13,52,185,231,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,183,222,1,222,222,244,19,246,243,248,54,248,248,248,105,247,247,247,164,245,250,255,206,252,252,252,209,236,242,247,215,230,236,239,241,142,185,208,242,85,133,178,242,77,166,213,242,69,210,255,229,61,211,255,209,55,209,255,206,49,206,255,168,43,203,255,135,38,198,255,77,33,191,248,25,32,176,227,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,212,241,6,202,202,243,63,220,220,247,156,247,250,255,212,250,251,251,242,249,249,249,255,248,252,255,255,254,254,254,255,239,244,249,255,228,234,231,255,175,202,217,255,97,150,188,255,88,140,184,255,79,176,223,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,205,255,255,39,200,255,251,34,196,253,219,30,192,250,164,27,188,247,98,23,182,242,36,27,156,205,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,234,251,6,226,226,251,63,217,217,248,168,217,217,249,241,245,245,253,255,253,253,253,255,252,255,255,255,250,250,250,255,255,255,255,255,242,243,243,255,233,238,242,255,194,213,217,255,110,167,197,255,100,146,186,255,90,168,212,255,81,210,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,203,255,255,35,198,255,255,31,195,252,255,27,190,250,254,24,186,246,226,21,181,242,142,18,176,238,43,20,154,206,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,251,254,1,247,247,255,57,240,240,255,168,232,232,253,241,223,223,251,255,241,241,254,255,254,254,255,255,254,254,254,255,253,255,253,255,251,254,251,255,246,249,246,255,238,241,238,255,214,224,223,255,145,185,207,255,112,154,191,255,102,161,202,255,92,202,245,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,205,255,255,36,201,255,255,32,196,255,255,28,193,251,255,24,188,248,255,21,183,244,255,19,179,240,228,17,175,237,142,15,171,233,43,20,138,184,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,251,251,255,231,244,244,255,255,236,236,254,255,236,236,254,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,244,247,244,255,230,235,232,255,186,204,218,255,125,169,200,255,114,160,198,255,104,190,230,255,94,219,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,203,255,255,32,198,255,255,28,194,253,255,25,189,249,255,22,186,245,255,19,181,242,255,17,178,239,255,15,173,236,228,13,168,232,108,12,159,219,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,255,255,255,158,255,255,255,249,255,255,255,255,247,247,255,255,239,239,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,253,255,255,255,255,255,240,244,248,255,220,224,232,255,146,187,209,255,128,166,199,255,116,180,217,255,105,214,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,201,255,255,29,196,255,255,25,192,251,255,22,187,248,255,19,182,244,255,17,179,240,255,15,174,237,255,13,170,233,249,12,166,230,151,11,162,226,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,1,255,255,255,64,255,255,255,200,255,255,255,255,255,255,255,255,255,255,255,255,249,249,255,255,247,247,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,253,253,255,253,254,254,255,234,239,237,255,188,210,221,255,140,176,205,255,129,174,208,255,117,205,243,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,199,255,255,25,194,254,255,22,189,250,255,19,185,246,255,17,181,243,255,15,177,239,255,13,172,236,255,12,168,232,254,11,165,228,187,11,161,225,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,255,255,255,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,248,252,248,255,223,230,234,255,152,192,213,255,141,175,206,255,129,192,226,255,117,221,255,255,106,223,255,255,96,221,255,255,87,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,43,206,255,255,37,205,255,255,33,203,255,255,29,200,255,255,25,188,247,255,22,145,193,255,19,102,141,255,17,152,207,255,15,178,240,255,13,173,237,255,12,170,233,255,11,166,230,255,11,162,226,217,11,150,214,74,15,102,156,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,149,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,252,250,252,255,237,239,239,255,190,210,221,255,152,184,210,255,140,181,213,255,129,214,248,255,117,226,255,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,188,243,255,25,123,162,255,22,38,56,255,19,19,19,255,17,104,144,255,15,180,243,255,13,176,239,255,12,172,234,255,11,168,231,255,11,165,227,255,11,160,224,238,11,134,197,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,3,255,255,255,110,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,247,247,247,255,220,225,228,255,163,195,214,255,151,182,211,255,139,198,229,255,128,225,255,255,116,226,255,255,105,223,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,182,235,255,29,102,135,255,25,25,41,255,22,22,22,255,19,66,93,255,17,156,209,255,15,181,244,255,13,177,240,255,12,173,237,255,11,170,233,255,11,166,230,255,11,162,225,255,11,155,218,224,11,108,171,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,74,255,255,255,238,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,248,251,253,255,239,237,239,255,197,212,220,255,160,187,213,255,149,186,215,255,137,215,247,255,125,228,255,255,114,225,255,255,104,223,255,255,94,220,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,175,224,255,32,80,105,255,28,28,28,255,25,25,25,255,22,22,22,255,19,90,125,255,17,168,223,255,15,183,245,255,13,178,242,255,12,174,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,134,196,191,11,90,154,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,253,255,45,255,255,255,217,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,250,251,251,255,228,231,232,255,174,202,217,255,158,186,213,255,146,197,227,255,135,227,255,255,123,228,255,255,112,225,255,255,102,222,255,255,92,219,255,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,206,255,255,36,127,163,255,32,32,32,255,28,34,49,255,24,40,57,255,21,21,21,255,19,19,19,255,17,81,113,255,15,163,220,255,13,180,243,255,12,176,239,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,225,255,11,154,218,254,11,108,170,146,11,88,152,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,241,255,24,247,247,255,187,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,251,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,246,247,247,255,214,223,228,255,165,194,215,255,154,188,216,255,143,210,241,255,132,230,255,255,120,227,255,255,110,224,255,255,100,222,255,255,90,219,255,255,81,216,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,205,255,255,35,175,225,255,31,119,155,255,27,151,198,255,24,155,205,255,21,73,101,255,18,18,18,255,16,16,16,255,14,79,111,255,13,159,215,255,12,178,240,255,11,173,237,255,11,170,233,255,11,166,230,255,11,162,226,255,11,159,222,255,11,124,185,245,11,89,153,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,226,248,1,234,234,255,135,240,240,255,254,244,244,255,255,247,247,255,255,249,249,255,255,250,250,255,255,249,249,255,255,247,247,255,255,244,244,255,255,247,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,243,244,245,255,194,214,224,255,160,189,214,255,150,193,221,255,139,221,253,255,128,229,255,255,117,226,255,255,107,223,255,255,97,221,255,255,88,218,255,255,79,216,255,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,23,201,255,255,21,175,231,255,18,81,112,255,16,16,16,255,14,14,14,255,13,74,108,255,11,159,215,255,11,176,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,143,206,255,11,90,154,224,11,87,150,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,252,43,226,226,254,228,232,232,255,255,236,236,255,255,239,239,255,255,241,241,255,255,242,242,255,255,241,241,255,255,239,239,255,255,238,237,255,255,246,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,235,241,241,255,170,202,219,255,155,185,212,255,145,202,232,255,134,227,255,255,123,228,255,255,113,225,255,255,103,222,255,255,94,220,255,255,85,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,55,209,255,255,49,208,255,255,43,206,255,255,38,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,170,226,255,16,78,110,255,14,14,14,255,12,12,13,255,11,94,134,255,11,168,227,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,224,255,11,156,220,255,11,107,170,255,11,88,152,184,11,84,148,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,205,239,1,211,211,249,142,217,217,251,255,223,223,253,255,227,227,255,255,230,230,255,255,232,232,255,255,232,232,255,255,232,232,255,255,231,230,255,255,233,232,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,252,252,255,220,232,234,255,159,192,214,255,149,184,213,255,139,213,245,255,129,229,255,255,118,226,255,255,109,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,74,215,255,255,66,212,255,255,59,210,255,255,53,209,255,255,47,207,255,255,42,206,255,255,37,205,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,19,200,255,255,17,197,255,255,15,171,226,255,14,66,95,255,12,12,12,255,11,18,35,255,11,122,168,255,11,171,234,255,11,170,233,255,11,166,230,255,11,162,225,255,11,158,221,255,11,122,185,255,11,89,153,249,11,85,148,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,195,236,43,202,202,244,228,208,208,246,255,213,213,249,255,217,217,252,255,220,220,254,255,222,222,255,255,222,222,255,255,222,222,255,255,221,220,255,255,229,228,255,255,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,255,255,255,255,247,250,247,255,197,217,225,255,152,182,209,255,143,187,217,255,133,220,254,255,123,228,255,255,113,225,255,255,104,223,255,255,95,220,255,255,86,218,255,255,78,216,255,255,71,214,255,255,63,212,255,255,57,210,255,255,51,208,255,255,45,207,255,255,40,205,255,255,35,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,198,255,255,15,195,255,255,13,149,201,255,12,36,58,255,11,11,11,255,11,46,71,255,11,148,204,255,11,171,234,255,11,167,230,255,11,162,226,255,11,159,222,255,11,133,196,255,11,90,153,255,11,85,149,191,11,82,146,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,181,181,219,1,186,186,227,142,192,192,239,255,198,198,241,255,203,203,244,255,206,206,248,255,209,209,251,255,211,211,252,255,211,211,254,255,211,211,255,255,211,210,255,255,228,227,255,255,252,252,255,255,255,255,255,255,254,255,254,255,253,255,254,255,252,254,252,255,253,253,253,255,235,241,240,255,172,199,215,255,145,177,207,255,136,192,224,255,126,228,255,255,117,226,255,255,108,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,75,215,255,255,67,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,43,206,255,255,38,205,255,255,34,204,255,255,30,203,255,255,26,202,255,255,23,201,255,255,21,200,255,255,18,199,255,255,16,199,255,255,14,195,255,255,13,186,249,255,11,114,155,255,11,11,17,255,11,11,11,255,11,87,125,255,11,166,226,255,11,167,231,255,11,164,227,255,11,160,224,255,11,148,210,255,11,95,159,255,11,87,150,249,11,83,147,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,169,169,208,43,176,176,216,228,182,182,235,255,187,187,238,255,192,192,242,255,195,195,246,255,198,198,248,255,199,199,249,255,200,200,250,255,199,199,250,255,200,199,251,255,228,227,253,255,254,253,254,255,254,254,254,255,253,254,254,255,252,255,254,255,250,253,255,255,249,249,249,255,220,226,229,255,146,186,207,255,137,173,205,255,129,199,234,255,119,227,255,255,111,225,255,255,102,212,249,255,94,177,208,255,86,154,182,255,78,168,202,255,71,202,246,255,64,212,255,255,57,210,255,255,51,208,255,255,46,207,255,255,41,206,255,255,36,204,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,17,199,255,255,15,199,255,255,14,196,255,255,12,192,255,255,11,172,231,255,11,65,95,255,11,11,11,255,11,24,43,255,11,134,185,255,11,168,232,255,11,165,228,255,11,161,224,255,11,153,216,255,11,101,165,255,11,88,152,255,11,83,147,191,11,79,142,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,159,159,189,105,166,166,211,255,171,171,235,255,176,176,238,255,181,181,243,255,184,184,243,255,186,186,245,255,188,188,247,255,188,188,246,255,188,188,247,255,193,191,248,255,229,228,251,255,252,253,252,255,252,253,252,255,251,253,254,255,249,253,255,255,244,247,244,255,239,239,239,255,200,211,217,255,137,173,201,255,129,171,205,255,120,208,244,255,112,225,255,255,104,213,249,255,96,140,161,255,88,88,88,255,81,81,81,255,74,74,74,255,67,118,142,255,60,198,245,255,54,209,255,255,49,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,13,197,255,255,12,192,255,255,11,189,252,255,11,137,185,255,11,19,36,255,11,11,11,255,11,82,120,255,11,165,227,255,11,166,228,255,11,161,225,255,11,158,221,255,11,113,174,255,11,88,152,255,11,84,148,249,11,81,144,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,144,144,218,4,149,149,173,174,155,155,214,255,160,160,238,255,165,165,244,255,169,169,248,255,172,172,247,255,174,174,249,255,176,176,249,255,176,176,247,255,176,176,246,255,185,183,245,255,233,230,249,255,250,251,250,255,250,253,251,255,251,253,252,255,254,251,254,255,237,241,237,255,229,224,229,255,172,191,201,255,129,164,197,255,120,173,209,255,113,216,253,255,105,223,255,255,98,179,209,255,90,90,90,255,83,83,83,255,76,76,76,255,69,69,69,255,63,63,63,255,57,157,195,255,51,208,255,255,46,207,255,255,41,206,255,255,37,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,197,255,255,12,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,35,58,255,11,142,197,255,11,166,230,255,11,162,226,255,11,159,221,255,11,118,180,255,11,89,153,255,11,85,148,255,11,81,144,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,133,133,216,33,139,139,159,229,145,145,203,255,150,150,235,255,154,154,238,255,158,158,239,255,160,160,239,255,163,163,246,255,166,164,250,255,165,164,250,255,169,165,252,255,185,184,245,255,234,232,247,255,248,248,248,255,248,252,251,255,247,251,255,255,252,252,252,255,240,236,240,255,216,211,217,255,148,176,191,255,119,157,193,255,112,175,213,255,105,219,255,255,98,221,255,255,91,157,184,255,84,84,84,255,78,78,78,255,71,71,71,255,65,65,65,255,59,59,59,255,53,134,166,255,48,208,255,255,43,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,122,167,255,11,11,23,255,11,11,15,255,11,102,146,255,11,167,230,255,11,162,226,255,11,159,222,255,11,124,186,255,11,89,153,255,11,85,149,255,11,82,146,201,11,78,140,13,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,123,124,209,81,129,129,146,251,134,134,178,255,139,139,221,255,143,143,224,255,146,146,224,255,149,149,223,255,151,151,229,255,152,152,236,255,152,152,240,255,154,152,244,255,186,184,245,255,235,235,247,255,247,245,247,255,247,250,247,255,246,250,246,255,251,247,251,255,238,238,238,255,210,213,215,255,134,168,191,255,111,152,191,255,104,179,219,255,98,221,255,255,91,219,255,255,85,172,205,255,78,78,78,255,72,72,72,255,66,66,66,255,60,60,60,255,55,55,55,255,50,154,193,255,45,207,255,255,40,205,255,255,36,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,218,255,11,46,72,255,11,11,11,255,11,66,99,255,11,161,222,255,11,164,227,255,11,159,222,255,11,124,186,255,11,90,154,255,11,87,149,255,11,82,146,236,11,78,142,43,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,113,114,220,147,118,119,138,255,123,124,153,255,128,128,199,255,132,132,214,255,135,135,214,255,137,137,213,255,139,139,215,255,140,140,216,255,141,141,218,255,140,140,228,255,179,178,234,255,233,235,243,255,245,240,245,255,244,244,244,255,241,246,241,255,237,243,247,255,239,239,239,255,210,216,218,255,111,162,187,255,102,149,189,255,96,183,225,255,90,219,255,255,84,217,255,255,78,204,247,255,72,122,146,255,67,67,67,255,61,61,61,255,56,56,56,255,51,105,132,255,46,193,243,255,42,206,255,255,37,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,142,196,255,11,164,227,255,11,160,224,255,11,130,191,255,11,90,154,255,11,87,150,255,11,83,146,254,11,78,142,87,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,117,109,227,1,122,112,242,168,109,110,162,255,113,114,133,255,117,118,176,255,120,121,209,255,123,124,208,255,125,126,207,255,128,128,208,255,129,129,208,255,129,129,211,255,129,129,219,255,175,174,232,255,228,232,233,255,241,241,242,255,238,238,238,255,234,239,245,255,231,237,242,255,223,234,234,255,206,211,215,255,99,155,185,255,94,144,187,255,88,190,234,255,83,217,255,255,78,216,255,255,72,214,255,255,67,200,245,255,61,160,197,255,56,136,168,255,51,154,193,255,47,194,243,255,42,206,255,255,38,205,255,255,35,204,255,255,31,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,110,154,255,11,11,15,255,11,15,30,255,11,118,165,255,11,165,227,255,11,160,224,255,11,125,188,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,105,94,231,13,120,109,250,206,99,99,185,255,103,103,121,255,107,108,152,255,110,111,203,255,112,113,203,255,114,115,202,255,116,117,202,255,117,118,203,255,117,118,203,255,117,118,210,255,175,179,228,255,225,225,229,255,239,238,239,255,233,227,233,255,238,233,238,255,222,233,233,255,211,217,211,255,180,195,206,255,90,147,179,255,86,141,185,255,81,193,238,255,76,215,255,255,71,214,255,255,66,212,255,255,61,211,255,255,56,210,255,255,52,209,255,255,47,207,255,255,43,206,255,255,39,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,41,255,11,11,11,255,11,95,138,255,11,165,228,255,11,160,224,255,11,125,188,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,168,13,74,134,1,0,0,0,0,0,0,0,0,
data 0,0,0,0,96,84,233,13,110,98,247,209,92,90,205,255,94,94,116,255,97,97,130,255,100,100,194,255,102,102,199,255,104,104,199,255,105,105,200,255,106,107,200,255,106,107,199,255,106,107,202,255,171,173,219,255,225,230,238,255,236,236,236,255,229,229,229,255,222,227,222,255,213,219,225,255,200,206,212,255,172,184,192,255,82,139,173,255,78,139,185,255,74,193,241,255,69,213,255,255,65,212,255,255,60,211,255,255,56,210,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,39,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,161,224,255,11,120,183,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,206,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,89,75,233,33,98,85,241,229,103,91,237,255,85,85,118,255,88,88,110,255,90,90,178,255,92,92,198,255,94,94,198,255,95,95,198,255,96,96,197,255,96,96,195,255,96,96,199,255,171,175,222,255,225,231,237,255,234,235,235,255,227,229,229,255,218,218,218,255,220,213,220,255,202,202,202,255,158,168,180,255,75,131,171,255,71,137,185,255,67,192,242,255,63,212,255,255,59,210,255,255,55,209,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,15,199,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,171,230,255,11,53,81,255,11,11,11,255,11,72,107,255,11,165,228,255,11,161,225,255,11,116,178,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,81,67,233,46,90,76,238,242,102,89,248,255,77,77,138,255,79,79,99,255,81,81,150,255,83,83,195,255,85,85,198,255,86,86,199,255,86,86,196,255,87,87,193,255,86,86,194,255,171,168,211,255,220,221,223,255,234,234,234,255,228,229,229,255,218,218,218,255,202,209,215,255,196,198,198,255,139,160,174,255,67,125,169,255,64,133,183,255,60,195,247,255,57,210,255,255,53,209,255,255,50,208,255,255,46,207,255,255,42,206,255,255,39,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,158,221,255,11,107,168,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,76,61,232,46,81,66,235,242,91,76,243,255,72,69,188,255,71,71,92,255,73,73,118,255,75,75,180,255,76,76,199,255,77,77,201,255,78,78,197,255,78,78,192,255,78,78,188,255,165,166,204,255,217,218,221,255,235,228,235,255,230,230,230,255,221,227,221,255,203,203,203,255,196,196,196,255,149,162,177,255,61,123,165,255,57,128,180,255,54,193,247,255,51,208,255,255,48,208,255,255,45,207,255,255,42,206,255,255,38,205,255,255,35,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,182,244,255,11,64,95,255,11,11,11,255,11,64,95,255,11,165,228,255,11,153,216,255,11,101,164,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,69,54,231,46,73,58,232,242,84,70,242,255,89,75,238,255,63,63,117,255,65,65,92,255,67,67,141,255,68,68,192,255,69,69,201,255,69,69,196,255,69,69,190,255,69,69,188,255,161,161,211,255,219,225,233,255,219,225,233,255,229,229,229,255,221,228,235,255,208,208,208,255,204,198,204,255,160,177,185,255,54,124,166,255,51,127,180,255,49,192,246,255,46,207,255,255,43,206,255,255,40,205,255,255,37,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,139,202,255,11,96,159,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,63,48,226,33,67,51,230,229,76,61,237,255,88,74,248,255,74,61,214,255,58,58,90,255,59,59,97,255,60,60,159,255,61,61,194,255,62,62,195,255,62,62,189,255,62,62,187,255,154,154,214,255,217,217,232,255,218,224,232,255,228,228,228,255,223,229,223,255,214,214,214,255,216,208,216,255,172,187,196,255,48,119,164,255,46,121,175,255,44,188,243,255,41,206,255,255,39,205,255,255,36,204,255,255,34,204,255,255,31,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,170,228,255,11,52,79,255,11,11,11,255,11,72,107,255,11,165,228,255,11,130,192,255,11,96,159,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,57,43,222,13,61,45,229,209,65,50,231,255,83,67,247,255,87,72,251,255,51,51,166,255,53,53,78,255,54,54,109,255,54,54,166,255,55,55,188,255,55,55,184,255,55,55,182,255,151,148,202,255,212,212,216,255,216,223,231,255,229,229,230,255,225,226,226,255,220,227,235,255,222,215,222,255,175,182,196,255,43,119,162,255,41,116,171,255,39,186,242,255,37,205,255,255,34,204,255,255,32,203,255,255,30,203,255,255,28,202,255,255,26,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,37,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,115,177,255,11,95,159,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,209,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,43,39,205,13,56,40,228,206,58,42,229,255,73,57,242,255,84,68,252,255,77,63,237,255,47,47,121,255,47,47,76,255,48,48,117,255,48,48,166,255,48,48,178,255,48,48,177,255,126,129,191,255,211,212,214,255,215,222,230,255,231,231,231,255,227,227,227,255,222,231,238,255,204,213,220,255,157,176,176,255,38,115,157,255,36,110,166,255,34,180,238,255,33,203,255,255,31,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,40,255,11,11,11,255,11,96,138,255,11,152,215,255,11,99,162,255,11,95,159,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,178,13,74,134,4,0,0,0,0,0,0,0,0,
data 0,0,0,0,38,38,186,1,46,35,222,168,54,37,228,255,58,42,231,255,75,59,247,255,78,63,251,255,63,50,221,255,42,42,89,255,42,42,72,255,42,42,129,255,43,43,171,255,42,42,176,255,108,113,194,255,209,210,213,255,213,221,229,255,229,221,229,255,228,220,228,255,223,223,224,255,206,214,206,255,175,176,188,255,43,115,155,255,32,104,163,255,31,170,229,255,29,202,255,255,27,202,255,255,26,202,255,255,24,186,241,255,22,139,183,255,21,114,151,255,19,138,182,255,18,184,240,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,113,155,255,11,11,17,255,11,15,30,255,11,119,166,255,11,133,195,255,11,99,162,255,11,95,159,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,34,31,212,135,49,32,227,255,50,33,227,255,61,44,236,255,74,58,250,255,75,59,250,255,37,37,170,255,37,37,60,255,37,37,81,255,37,37,145,255,37,37,174,255,95,98,194,255,201,201,210,255,211,219,228,255,228,220,228,255,212,219,228,255,220,213,220,255,203,211,203,255,185,183,192,255,54,120,156,255,28,97,156,255,27,166,226,255,26,202,255,255,24,201,255,255,23,186,241,255,21,83,114,255,20,20,20,255,19,19,19,255,17,17,17,255,16,79,111,255,15,183,240,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,140,194,255,11,118,180,255,11,99,162,255,11,95,158,255,11,90,154,255,11,87,150,255,11,83,146,255,11,78,142,94,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,27,27,201,77,38,28,218,251,46,29,227,255,48,31,228,255,64,47,242,255,72,55,250,255,64,48,233,255,33,33,114,255,33,33,59,255,33,33,97,255,33,33,151,255,76,81,190,255,194,194,209,255,211,211,227,255,211,219,228,255,208,217,225,255,218,211,218,255,201,210,201,255,190,185,195,255,78,135,155,255,25,92,150,255,24,152,211,255,23,201,255,255,22,200,255,255,20,138,183,255,19,19,19,255,18,18,18,255,17,17,17,255,16,16,16,255,15,15,15,255,14,135,181,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,216,255,11,46,71,255,11,11,11,255,11,67,100,255,11,139,200,255,11,102,166,255,11,97,161,255,11,94,158,255,11,90,154,255,11,87,149,255,11,82,146,242,11,78,142,54,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,197,25,25,25,203,219,41,26,222,255,44,27,226,255,48,31,229,255,63,46,244,255,69,52,250,255,46,32,212,255,29,29,105,255,29,29,61,255,29,29,100,255,30,34,161,255,187,187,207,255,208,208,210,255,210,218,227,255,222,215,222,255,213,213,213,255,198,206,215,255,192,186,194,255,99,145,161,255,22,95,151,255,21,137,197,255,20,198,255,255,19,200,255,255,18,112,150,255,17,17,17,255,16,16,16,255,15,15,15,255,14,14,14,255,13,13,13,255,12,108,147,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,121,166,255,11,11,23,255,11,11,15,255,11,101,144,255,11,121,183,255,11,101,165,255,11,97,161,255,19,99,161,255,11,89,153,255,11,85,149,255,11,82,146,212,11,78,140,19,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,180,1,22,22,199,164,27,23,211,255,40,23,224,255,42,24,226,255,47,30,231,255,60,43,244,255,66,49,249,255,59,43,234,255,25,25,124,255,25,25,58,255,25,25,111,255,150,150,186,255,206,206,209,255,209,209,226,255,221,212,221,255,208,209,209,255,192,200,209,255,191,182,191,255,119,152,160,255,20,97,150,255,19,124,185,255,18,191,252,255,17,199,255,255,16,136,181,255,15,15,15,255,14,14,14,255,14,14,14,255,13,13,13,255,12,12,12,255,11,134,180,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,36,59,255,11,122,177,255,11,105,168,255,11,101,165,255,11,97,160,255,53,122,174,255,11,89,153,255,11,85,148,255,11,81,144,164,15,75,132,1,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,19,19,198,98,20,20,200,254,34,21,220,255,39,21,225,255,39,21,225,255,49,32,234,255,63,45,248,255,66,48,250,255,58,43,235,255,22,22,111,255,22,22,71,255,97,98,145,255,183,183,188,255,206,208,208,255,203,211,220,255,209,209,209,255,193,202,193,255,187,179,187,255,134,157,158,255,17,104,148,255,17,109,170,255,16,185,248,255,15,199,255,255,14,183,240,255,14,78,109,255,13,13,13,255,12,12,12,255,12,12,12,255,11,76,108,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,137,185,255,11,18,35,255,11,11,11,255,11,77,115,255,11,121,183,255,11,105,167,255,11,100,164,255,55,126,178,255,59,126,176,255,11,88,152,255,11,84,148,251,11,81,144,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,17,17,194,36,18,18,197,226,21,18,209,255,35,18,223,255,37,19,225,255,37,19,225,255,51,34,238,255,63,46,250,255,64,47,251,255,49,35,222,255,19,19,122,255,58,58,117,255,143,143,151,255,169,169,170,255,194,202,211,255,214,214,214,255,199,199,199,255,179,187,196,255,148,163,160,255,33,112,147,255,15,97,160,255,14,171,233,255,14,198,255,255,13,198,255,255,12,182,240,255,12,134,180,255,11,108,147,255,11,134,180,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,171,230,255,11,64,94,255,11,11,11,255,11,25,45,255,11,108,160,255,11,108,171,255,11,103,167,255,11,100,162,255,113,164,202,255,61,126,176,255,11,88,152,255,11,83,147,212,11,79,142,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,22,22,168,1,16,16,196,142,16,16,198,255,27,16,217,255,34,17,223,255,35,17,225,255,35,17,225,255,51,33,239,255,61,44,250,255,62,45,251,255,54,38,236,255,46,35,191,255,115,112,162,255,144,144,146,255,169,162,169,255,193,193,193,255,208,209,209,255,190,198,190,255,162,174,167,255,71,127,149,255,13,88,149,255,13,153,216,255,12,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,186,249,255,11,114,155,255,11,11,19,255,11,11,11,255,11,73,112,255,11,107,167,255,11,107,170,255,11,102,166,255,61,132,182,255,137,179,211,255,60,124,175,255,11,87,150,254,11,83,147,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,194,43,14,14,196,228,14,14,201,255,30,15,220,255,32,15,222,255,33,15,224,255,34,16,225,255,48,30,238,255,60,42,250,255,60,42,250,255,61,43,251,255,64,48,240,255,104,97,192,255,163,154,166,255,168,168,168,255,191,191,191,255,197,197,197,255,172,174,174,255,108,138,154,255,12,89,143,255,12,130,192,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,149,201,255,11,36,58,255,11,11,11,255,11,41,67,255,11,103,159,255,11,110,173,255,11,107,168,255,11,101,165,255,146,186,216,255,140,181,212,255,31,103,161,255,11,85,149,212,11,82,146,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,171,1,13,13,194,142,13,13,196,255,13,13,204,255,30,13,222,255,30,13,222,255,31,13,224,255,31,13,224,255,37,19,230,255,52,34,244,255,58,40,250,255,58,40,250,255,66,49,243,255,113,108,192,255,161,153,165,255,162,162,162,255,168,170,170,255,176,177,177,255,146,167,183,255,13,103,148,255,11,108,171,255,11,184,248,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,168,225,255,11,63,90,255,11,11,11,255,11,17,34,255,11,90,138,255,11,112,173,255,11,109,172,255,11,105,168,255,94,155,197,255,164,198,223,255,140,180,211,255,11,89,153,254,11,85,148,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,43,12,12,194,228,12,12,196,255,21,12,214,255,29,12,222,255,29,12,222,255,29,12,222,255,30,12,224,255,30,12,224,255,43,25,237,255,54,36,248,255,57,39,250,255,65,48,243,255,91,81,214,255,136,136,176,255,152,143,152,255,147,139,147,255,154,160,162,255,66,131,158,255,11,91,154,255,11,167,231,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,167,224,255,11,73,105,255,11,11,11,255,11,11,11,255,11,71,112,255,11,110,170,255,11,112,174,255,11,108,171,255,43,124,179,255,180,210,231,255,164,197,223,255,92,147,190,255,11,88,152,198,11,84,148,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,158,1,11,11,194,108,11,11,196,249,11,11,201,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,37,19,231,255,53,35,246,255,57,39,250,255,57,39,250,255,69,54,236,255,112,112,186,255,125,136,147,255,132,133,136,255,91,125,141,255,11,90,147,255,11,137,200,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,171,227,255,11,75,107,255,11,11,11,255,11,11,11,255,11,55,88,255,11,103,161,255,11,115,177,255,11,110,173,255,11,107,170,255,157,196,223,255,178,208,230,255,160,195,221,255,46,115,169,231,11,87,150,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,184,10,11,11,195,151,11,11,196,254,13,11,207,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,31,13,225,255,45,27,238,255,51,33,244,255,53,35,246,255,59,42,237,255,84,70,206,255,113,102,153,255,97,110,120,255,11,88,134,255,11,110,173,255,15,194,246,255,112,220,245,255,150,222,243,255,112,216,245,255,15,203,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,166,221,255,11,107,146,255,11,144,194,255,11,150,201,255,11,66,95,255,11,11,11,255,11,11,11,255,11,57,90,255,11,105,162,255,11,118,179,255,11,113,176,255,11,109,172,255,136,184,216,255,188,215,235,255,174,205,228,255,131,175,207,249,11,89,153,108,12,83,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,24,11,11,196,187,11,11,196,255,12,11,206,255,25,11,219,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,40,22,233,255,43,25,237,255,43,25,237,255,43,25,237,255,48,33,227,255,63,52,196,255,39,60,162,255,34,97,183,255,186,216,231,255,226,226,228,255,224,224,227,255,227,227,227,255,184,218,236,255,15,152,201,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,112,152,255,11,11,11,255,11,18,34,255,11,28,46,255,11,11,11,255,11,11,11,255,11,55,88,255,11,107,164,255,11,120,182,255,11,115,178,255,11,112,174,255,95,160,202,255,192,219,237,255,183,212,233,255,168,201,225,255,51,121,172,158,11,88,152,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,45,11,11,195,217,11,11,196,255,11,11,200,255,15,11,208,255,25,11,219,255,25,11,219,255,24,11,218,255,25,11,219,255,30,12,224,255,30,12,224,255,35,17,228,255,42,24,236,255,43,25,237,255,43,25,237,255,43,25,237,255,42,24,234,255,137,133,236,255,226,226,226,255,226,226,226,255,224,224,226,255,226,226,248,255,227,236,248,255,111,164,192,255,11,97,161,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,165,220,255,11,64,91,255,11,11,11,255,11,11,11,255,11,11,11,255,11,58,93,255,11,110,166,255,11,121,184,255,11,118,180,255,11,114,177,255,73,148,195,255,195,221,239,255,188,216,235,255,176,207,229,255,119,168,204,200,11,90,154,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,74,11,11,195,238,11,11,196,255,11,11,196,255,11,11,196,255,11,11,198,255,11,11,200,255,11,11,200,255,11,11,200,255,11,11,204,255,16,11,209,255,19,11,213,255,24,11,218,255,33,15,226,255,39,21,232,255,47,29,236,255,170,167,233,255,225,225,225,255,226,236,248,255,224,224,226,255,226,236,248,255,224,224,230,255,149,180,204,255,11,82,143,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,174,232,255,11,85,121,255,11,11,19,255,11,11,11,255,11,33,60,255,11,101,155,255,11,120,183,255,11,116,179,255,79,154,200,255,195,222,240,255,190,218,237,255,180,210,231,255,156,193,220,220,20,99,159,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,167,3,11,11,194,97,11,11,194,224,11,11,194,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,196,255,11,11,196,255,11,11,196,255,11,11,203,255,17,11,210,255,19,11,213,255,29,11,222,255,36,18,228,255,146,133,236,255,246,236,248,255,248,236,226,255,230,227,226,255,224,216,224,255,225,216,226,255,111,159,190,255,11,78,142,255,11,115,178,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,139,197,255,11,73,116,255,11,11,29,255,11,11,11,255,11,63,102,255,11,119,182,255,113,175,213,255,195,223,240,255,190,218,237,255,181,212,232,255,168,202,226,210,44,118,172,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,195,55,11,11,195,191,11,11,195,254,11,11,195,255,11,11,192,255,11,11,192,255,11,11,194,255,11,11,194,255,15,11,192,255,59,47,190,255,111,100,191,255,130,124,188,255,130,125,185,255,123,119,178,255,134,137,191,255,209,210,234,255,242,234,243,255,231,225,231,255,221,219,226,255,176,196,215,255,12,107,158,255,11,78,142,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,152,215,255,11,138,201,255,11,134,197,255,11,126,186,255,11,91,141,255,11,59,99,255,17,100,155,255,144,194,224,255,192,221,240,255,188,218,237,255,180,212,233,252,169,203,227,181,48,122,176,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,172,24,11,11,156,146,11,11,155,245,11,11,159,255,11,11,160,255,11,11,164,255,53,51,180,255,153,148,200,255,189,185,198,255,194,190,194,255,185,184,185,255,176,176,176,255,165,165,165,255,148,158,149,255,123,147,153,255,125,168,194,255,148,184,207,255,106,159,191,255,12,108,159,255,11,78,142,255,11,97,161,255,11,172,236,255,11,198,255,255,11,185,249,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,137,198,255,11,133,195,255,11,130,192,255,11,126,189,255,57,148,199,255,173,212,235,255,186,218,238,255,182,215,236,255,176,210,232,245,156,196,223,145,44,122,177,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,6,11,11,159,97,11,11,159,224,11,11,159,255,11,11,160,255,15,11,171,255,138,137,192,255,183,188,200,255,186,191,197,255,190,191,192,255,184,184,184,255,172,172,172,255,152,160,152,255,123,127,131,255,43,102,137,255,11,99,159,255,11,120,183,255,11,112,174,255,11,124,186,255,11,149,213,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,134,197,255,11,131,194,255,26,135,194,255,124,187,221,255,179,216,238,255,176,213,235,255,172,209,233,255,167,205,229,231,119,174,209,104,22,109,169,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,55,11,11,159,184,11,11,159,249,11,11,162,255,70,66,178,255,177,178,198,255,183,190,200,255,196,194,201,255,195,191,195,255,184,184,185,255,170,170,170,255,144,146,146,255,103,124,139,255,13,72,116,255,11,89,153,255,11,138,201,255,11,142,206,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,255,19,136,197,255,89,170,214,255,158,206,233,255,161,206,232,255,160,204,230,255,157,201,228,241,132,184,217,168,54,134,187,57,12,100,161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,159,87,11,11,159,191,11,11,165,249,124,122,184,255,182,190,201,255,198,195,204,255,202,196,202,255,196,196,196,255,186,186,186,255,170,170,170,255,148,158,167,255,82,108,132,255,11,47,102,255,11,99,162,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,33,148,205,255,75,166,213,255,126,191,225,255,132,192,225,255,136,193,225,255,136,191,223,241,92,163,206,168,47,134,188,63,11,109,172,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,160,87,42,40,168,191,152,153,182,249,194,190,196,255,206,197,206,255,203,195,203,255,198,200,200,255,190,182,190,255,177,177,177,255,147,152,156,255,57,91,127,255,11,58,120,255,11,121,184,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,13,139,201,255,40,152,208,255,51,154,207,255,55,154,206,255,59,154,204,254,58,151,202,236,30,131,190,168,11,118,180,63,11,114,177,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,161,14,93,89,173,79,180,177,191,150,204,195,204,201,188,196,206,236,206,206,206,254,184,194,202,255,196,196,196,255,185,186,186,255,147,164,180,255,31,79,126,255,11,75,139,255,11,133,196,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,251,11,132,195,222,11,128,191,174,11,126,188,98,11,122,185,43,11,119,181,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,178,184,13,206,196,188,43,188,197,206,91,206,206,206,147,204,213,204,168,198,198,200,206,191,201,212,209,138,159,182,229,11,67,121,236,11,96,160,211,11,138,201,178,11,138,201,158,11,138,201,147,11,136,198,101,11,133,195,77,11,130,192,25,11,125,187,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,204,197,1,201,201,202,13,203,203,205,13,196,200,201,33,117,139,161,40,11,63,122,14,11,114,176,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
"Did I ever tell you how I got the nickname the Dragon of the West?" "I'm not interested in a lengthy anecdote, Uncle." "It's more of a demonstration really." |
||
| Back to top |
|||
|
David Gervais
Moderator ![]() ![]() Joined: Wed Sep 28th 2005 Location: Montreal, Canada |
A note about the Prize I'm offering, it can be as simple as a few sprites or if you want a full screen graphic, GUI Overlay, HUD or background I can do that too. basically, I'll give the winner my contact info and you can give me details of what you need. I'll be the judge as to how much is too much. (but I am known to be generous to a fault so I don't expect the winner to be disappointed.) Have fun with the compo,.. I might even throw in a fun sample myself,.. just to show you I can code too. Cheers! |
||
| Back to top |
|||
|
Darth Vader
User ![]() Joined: Tue May 10th 2005 Location: Adelaide SA, I am the only DB user here! |
|
||
| Back to top |
|||
|
blobby 101
User Joined: Sat Jun 17th 2006 Location: England, UK |
sweet. i'll enter this. EDIT:if you put that code at the end of your code, what do you do to call that when you need to load the image? ![]() perfection is not achived, it is earned. |
||
| Back to top |
|||
|
Tom J
User ![]() Joined: Thu Aug 4th 2005 Location: Essex, England |
|
||
| Back to top |
|||
|
Ric
User ![]() Joined: Sun Jul 11th 2004 Location: object position x |
Here's a quick example to show how to use the datatoimage function for anyone struggling - the following code recreates the bitmap and uses some simple physics to bounce it around the screen: + Code Snippet
set display mode 1024,768,32
sync on
sync rate 0
color backdrop 0
`create image from data
datatoimage(1)
sprite 1,0,0,1
`constants
sw#=screen width()-64
sh#=screen height()-64
x#=sw#/2.0
y#=sh#/4.0
vx#=2.0
g#=0.02
do
`physics
inc x#,vx#
inc y#,vy#
inc vy#,g#
if x#>sw# and xflag=0 then vx#=-vx#:xflag=1
if x#<0 and xflag=0 then vx#=-vx#:xflag=1
if xflag=1 and x#>sw#/4.0 and x#<sw#*3/4.0 then xflag=0
if y#>sh# and yflag=0 then vy#=-vy#:yflag=1
if y#<0 and yflag=0 then vy#=-vy#:yflag=1
if yflag=1 and y#>sh#/4.0 and y#<sh#*3/4.0 then yflag=0
`move the sprite
sprite 1,x#,y#,1
sync
loop
remstart
Include this function and the data at the end of your code.
Call the function simply by typing 'datatoimage(image)'
where 'image' is the image number you want to use.
Example ..
datatoimage(1)
sprite 1,0,0,1
remend
function datatoimage(image)
memblock=1
read size
make memblock 1,size
read sx `as dword
read sy `as dword
read depth `as dword
write memblock dword 1,0,sx
write memblock dword 1,4,sy
write memblock dword 1,8,depth
for x=0 to sx-1
for y=0 to sy-1
pos=(y*sx+x)*4+12
read b `as byte
read g `as byte
read r `as byte
read a `as byte
write memblock byte 1,pos,b
write memblock byte 1,pos+1,g
write memblock byte 1,pos+2,r
write memblock byte 1,pos+3,a
next y
next x
make image from memblock image,1
endfunction
data 16396
data 64
data 64
data 32
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,217,219,1,231,231,231,13,246,246,246,13,237,242,247,19,234,241,246,44,160,206,225,46,82,157,201,46,74,177,225,46,66,212,255,33,59,207,255,13,54,200,250,13,52,185,231,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,183,222,1,222,222,244,19,246,243,248,54,248,248,248,105,247,247,247,164,245,250,255,206,252,252,252,209,236,242,247,215,230,236,239,241,142,185,208,242,85,133,178,242,77,166,213,242,69,210,255,229,61,211,255,209,55,209,255,206,49,206,255,168,43,203,255,135,38,198,255,77,33,191,248,25,32,176,227,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,212,241,6,202,202,243,63,220,220,247,156,247,250,255,212,250,251,251,242,249,249,249,255,248,252,255,255,254,254,254,255,239,244,249,255,228,234,231,255,175,202,217,255,97,150,188,255,88,140,184,255,79,176,223,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,205,255,255,39,200,255,251,34,196,253,219,30,192,250,164,27,188,247,98,23,182,242,36,27,156,205,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,234,251,6,226,226,251,63,217,217,248,168,217,217,249,241,245,245,253,255,253,253,253,255,252,255,255,255,250,250,250,255,255,255,255,255,242,243,243,255,233,238,242,255,194,213,217,255,110,167,197,255,100,146,186,255,90,168,212,255,81,210,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,203,255,255,35,198,255,255,31,195,252,255,27,190,250,254,24,186,246,226,21,181,242,142,18,176,238,43,20,154,206,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,251,254,1,247,247,255,57,240,240,255,168,232,232,253,241,223,223,251,255,241,241,254,255,254,254,255,255,254,254,254,255,253,255,253,255,251,254,251,255,246,249,246,255,238,241,238,255,214,224,223,255,145,185,207,255,112,154,191,255,102,161,202,255,92,202,245,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,205,255,255,36,201,255,255,32,196,255,255,28,193,251,255,24,188,248,255,21,183,244,255,19,179,240,228,17,175,237,142,15,171,233,43,20,138,184,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,251,251,255,231,244,244,255,255,236,236,254,255,236,236,254,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,244,247,244,255,230,235,232,255,186,204,218,255,125,169,200,255,114,160,198,255,104,190,230,255,94,219,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,203,255,255,32,198,255,255,28,194,253,255,25,189,249,255,22,186,245,255,19,181,242,255,17,178,239,255,15,173,236,228,13,168,232,108,12,159,219,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,255,255,255,158,255,255,255,249,255,255,255,255,247,247,255,255,239,239,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,253,255,255,255,255,255,240,244,248,255,220,224,232,255,146,187,209,255,128,166,199,255,116,180,217,255,105,214,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,201,255,255,29,196,255,255,25,192,251,255,22,187,248,255,19,182,244,255,17,179,240,255,15,174,237,255,13,170,233,249,12,166,230,151,11,162,226,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,1,255,255,255,64,255,255,255,200,255,255,255,255,255,255,255,255,255,255,255,255,249,249,255,255,247,247,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,253,253,255,253,254,254,255,234,239,237,255,188,210,221,255,140,176,205,255,129,174,208,255,117,205,243,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,199,255,255,25,194,254,255,22,189,250,255,19,185,246,255,17,181,243,255,15,177,239,255,13,172,236,255,12,168,232,254,11,165,228,187,11,161,225,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,255,255,255,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,248,252,248,255,223,230,234,255,152,192,213,255,141,175,206,255,129,192,226,255,117,221,255,255,106,223,255,255,96,221,255,255,87,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,43,206,255,255,37,205,255,255,33,203,255,255,29,200,255,255,25,188,247,255,22,145,193,255,19,102,141,255,17,152,207,255,15,178,240,255,13,173,237,255,12,170,233,255,11,166,230,255,11,162,226,217,11,150,214,74,15,102,156,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,149,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,252,250,252,255,237,239,239,255,190,210,221,255,152,184,210,255,140,181,213,255,129,214,248,255,117,226,255,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,188,243,255,25,123,162,255,22,38,56,255,19,19,19,255,17,104,144,255,15,180,243,255,13,176,239,255,12,172,234,255,11,168,231,255,11,165,227,255,11,160,224,238,11,134,197,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,3,255,255,255,110,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,247,247,247,255,220,225,228,255,163,195,214,255,151,182,211,255,139,198,229,255,128,225,255,255,116,226,255,255,105,223,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,182,235,255,29,102,135,255,25,25,41,255,22,22,22,255,19,66,93,255,17,156,209,255,15,181,244,255,13,177,240,255,12,173,237,255,11,170,233,255,11,166,230,255,11,162,225,255,11,155,218,224,11,108,171,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,74,255,255,255,238,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,248,251,253,255,239,237,239,255,197,212,220,255,160,187,213,255,149,186,215,255,137,215,247,255,125,228,255,255,114,225,255,255,104,223,255,255,94,220,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,175,224,255,32,80,105,255,28,28,28,255,25,25,25,255,22,22,22,255,19,90,125,255,17,168,223,255,15,183,245,255,13,178,242,255,12,174,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,134,196,191,11,90,154,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,253,255,45,255,255,255,217,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,250,251,251,255,228,231,232,255,174,202,217,255,158,186,213,255,146,197,227,255,135,227,255,255,123,228,255,255,112,225,255,255,102,222,255,255,92,219,255,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,206,255,255,36,127,163,255,32,32,32,255,28,34,49,255,24,40,57,255,21,21,21,255,19,19,19,255,17,81,113,255,15,163,220,255,13,180,243,255,12,176,239,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,225,255,11,154,218,254,11,108,170,146,11,88,152,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,241,255,24,247,247,255,187,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,251,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,246,247,247,255,214,223,228,255,165,194,215,255,154,188,216,255,143,210,241,255,132,230,255,255,120,227,255,255,110,224,255,255,100,222,255,255,90,219,255,255,81,216,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,205,255,255,35,175,225,255,31,119,155,255,27,151,198,255,24,155,205,255,21,73,101,255,18,18,18,255,16,16,16,255,14,79,111,255,13,159,215,255,12,178,240,255,11,173,237,255,11,170,233,255,11,166,230,255,11,162,226,255,11,159,222,255,11,124,185,245,11,89,153,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,226,248,1,234,234,255,135,240,240,255,254,244,244,255,255,247,247,255,255,249,249,255,255,250,250,255,255,249,249,255,255,247,247,255,255,244,244,255,255,247,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,243,244,245,255,194,214,224,255,160,189,214,255,150,193,221,255,139,221,253,255,128,229,255,255,117,226,255,255,107,223,255,255,97,221,255,255,88,218,255,255,79,216,255,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,23,201,255,255,21,175,231,255,18,81,112,255,16,16,16,255,14,14,14,255,13,74,108,255,11,159,215,255,11,176,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,143,206,255,11,90,154,224,11,87,150,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,252,43,226,226,254,228,232,232,255,255,236,236,255,255,239,239,255,255,241,241,255,255,242,242,255,255,241,241,255,255,239,239,255,255,238,237,255,255,246,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,235,241,241,255,170,202,219,255,155,185,212,255,145,202,232,255,134,227,255,255,123,228,255,255,113,225,255,255,103,222,255,255,94,220,255,255,85,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,55,209,255,255,49,208,255,255,43,206,255,255,38,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,170,226,255,16,78,110,255,14,14,14,255,12,12,13,255,11,94,134,255,11,168,227,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,224,255,11,156,220,255,11,107,170,255,11,88,152,184,11,84,148,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,205,239,1,211,211,249,142,217,217,251,255,223,223,253,255,227,227,255,255,230,230,255,255,232,232,255,255,232,232,255,255,232,232,255,255,231,230,255,255,233,232,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,252,252,255,220,232,234,255,159,192,214,255,149,184,213,255,139,213,245,255,129,229,255,255,118,226,255,255,109,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,74,215,255,255,66,212,255,255,59,210,255,255,53,209,255,255,47,207,255,255,42,206,255,255,37,205,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,19,200,255,255,17,197,255,255,15,171,226,255,14,66,95,255,12,12,12,255,11,18,35,255,11,122,168,255,11,171,234,255,11,170,233,255,11,166,230,255,11,162,225,255,11,158,221,255,11,122,185,255,11,89,153,249,11,85,148,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,195,236,43,202,202,244,228,208,208,246,255,213,213,249,255,217,217,252,255,220,220,254,255,222,222,255,255,222,222,255,255,222,222,255,255,221,220,255,255,229,228,255,255,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,255,255,255,255,247,250,247,255,197,217,225,255,152,182,209,255,143,187,217,255,133,220,254,255,123,228,255,255,113,225,255,255,104,223,255,255,95,220,255,255,86,218,255,255,78,216,255,255,71,214,255,255,63,212,255,255,57,210,255,255,51,208,255,255,45,207,255,255,40,205,255,255,35,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,198,255,255,15,195,255,255,13,149,201,255,12,36,58,255,11,11,11,255,11,46,71,255,11,148,204,255,11,171,234,255,11,167,230,255,11,162,226,255,11,159,222,255,11,133,196,255,11,90,153,255,11,85,149,191,11,82,146,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,181,181,219,1,186,186,227,142,192,192,239,255,198,198,241,255,203,203,244,255,206,206,248,255,209,209,251,255,211,211,252,255,211,211,254,255,211,211,255,255,211,210,255,255,228,227,255,255,252,252,255,255,255,255,255,255,254,255,254,255,253,255,254,255,252,254,252,255,253,253,253,255,235,241,240,255,172,199,215,255,145,177,207,255,136,192,224,255,126,228,255,255,117,226,255,255,108,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,75,215,255,255,67,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,43,206,255,255,38,205,255,255,34,204,255,255,30,203,255,255,26,202,255,255,23,201,255,255,21,200,255,255,18,199,255,255,16,199,255,255,14,195,255,255,13,186,249,255,11,114,155,255,11,11,17,255,11,11,11,255,11,87,125,255,11,166,226,255,11,167,231,255,11,164,227,255,11,160,224,255,11,148,210,255,11,95,159,255,11,87,150,249,11,83,147,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,169,169,208,43,176,176,216,228,182,182,235,255,187,187,238,255,192,192,242,255,195,195,246,255,198,198,248,255,199,199,249,255,200,200,250,255,199,199,250,255,200,199,251,255,228,227,253,255,254,253,254,255,254,254,254,255,253,254,254,255,252,255,254,255,250,253,255,255,249,249,249,255,220,226,229,255,146,186,207,255,137,173,205,255,129,199,234,255,119,227,255,255,111,225,255,255,102,212,249,255,94,177,208,255,86,154,182,255,78,168,202,255,71,202,246,255,64,212,255,255,57,210,255,255,51,208,255,255,46,207,255,255,41,206,255,255,36,204,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,17,199,255,255,15,199,255,255,14,196,255,255,12,192,255,255,11,172,231,255,11,65,95,255,11,11,11,255,11,24,43,255,11,134,185,255,11,168,232,255,11,165,228,255,11,161,224,255,11,153,216,255,11,101,165,255,11,88,152,255,11,83,147,191,11,79,142,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,159,159,189,105,166,166,211,255,171,171,235,255,176,176,238,255,181,181,243,255,184,184,243,255,186,186,245,255,188,188,247,255,188,188,246,255,188,188,247,255,193,191,248,255,229,228,251,255,252,253,252,255,252,253,252,255,251,253,254,255,249,253,255,255,244,247,244,255,239,239,239,255,200,211,217,255,137,173,201,255,129,171,205,255,120,208,244,255,112,225,255,255,104,213,249,255,96,140,161,255,88,88,88,255,81,81,81,255,74,74,74,255,67,118,142,255,60,198,245,255,54,209,255,255,49,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,13,197,255,255,12,192,255,255,11,189,252,255,11,137,185,255,11,19,36,255,11,11,11,255,11,82,120,255,11,165,227,255,11,166,228,255,11,161,225,255,11,158,221,255,11,113,174,255,11,88,152,255,11,84,148,249,11,81,144,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,144,144,218,4,149,149,173,174,155,155,214,255,160,160,238,255,165,165,244,255,169,169,248,255,172,172,247,255,174,174,249,255,176,176,249,255,176,176,247,255,176,176,246,255,185,183,245,255,233,230,249,255,250,251,250,255,250,253,251,255,251,253,252,255,254,251,254,255,237,241,237,255,229,224,229,255,172,191,201,255,129,164,197,255,120,173,209,255,113,216,253,255,105,223,255,255,98,179,209,255,90,90,90,255,83,83,83,255,76,76,76,255,69,69,69,255,63,63,63,255,57,157,195,255,51,208,255,255,46,207,255,255,41,206,255,255,37,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,197,255,255,12,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,35,58,255,11,142,197,255,11,166,230,255,11,162,226,255,11,159,221,255,11,118,180,255,11,89,153,255,11,85,148,255,11,81,144,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,133,133,216,33,139,139,159,229,145,145,203,255,150,150,235,255,154,154,238,255,158,158,239,255,160,160,239,255,163,163,246,255,166,164,250,255,165,164,250,255,169,165,252,255,185,184,245,255,234,232,247,255,248,248,248,255,248,252,251,255,247,251,255,255,252,252,252,255,240,236,240,255,216,211,217,255,148,176,191,255,119,157,193,255,112,175,213,255,105,219,255,255,98,221,255,255,91,157,184,255,84,84,84,255,78,78,78,255,71,71,71,255,65,65,65,255,59,59,59,255,53,134,166,255,48,208,255,255,43,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,122,167,255,11,11,23,255,11,11,15,255,11,102,146,255,11,167,230,255,11,162,226,255,11,159,222,255,11,124,186,255,11,89,153,255,11,85,149,255,11,82,146,201,11,78,140,13,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,123,124,209,81,129,129,146,251,134,134,178,255,139,139,221,255,143,143,224,255,146,146,224,255,149,149,223,255,151,151,229,255,152,152,236,255,152,152,240,255,154,152,244,255,186,184,245,255,235,235,247,255,247,245,247,255,247,250,247,255,246,250,246,255,251,247,251,255,238,238,238,255,210,213,215,255,134,168,191,255,111,152,191,255,104,179,219,255,98,221,255,255,91,219,255,255,85,172,205,255,78,78,78,255,72,72,72,255,66,66,66,255,60,60,60,255,55,55,55,255,50,154,193,255,45,207,255,255,40,205,255,255,36,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,218,255,11,46,72,255,11,11,11,255,11,66,99,255,11,161,222,255,11,164,227,255,11,159,222,255,11,124,186,255,11,90,154,255,11,87,149,255,11,82,146,236,11,78,142,43,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,113,114,220,147,118,119,138,255,123,124,153,255,128,128,199,255,132,132,214,255,135,135,214,255,137,137,213,255,139,139,215,255,140,140,216,255,141,141,218,255,140,140,228,255,179,178,234,255,233,235,243,255,245,240,245,255,244,244,244,255,241,246,241,255,237,243,247,255,239,239,239,255,210,216,218,255,111,162,187,255,102,149,189,255,96,183,225,255,90,219,255,255,84,217,255,255,78,204,247,255,72,122,146,255,67,67,67,255,61,61,61,255,56,56,56,255,51,105,132,255,46,193,243,255,42,206,255,255,37,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,142,196,255,11,164,227,255,11,160,224,255,11,130,191,255,11,90,154,255,11,87,150,255,11,83,146,254,11,78,142,87,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,117,109,227,1,122,112,242,168,109,110,162,255,113,114,133,255,117,118,176,255,120,121,209,255,123,124,208,255,125,126,207,255,128,128,208,255,129,129,208,255,129,129,211,255,129,129,219,255,175,174,232,255,228,232,233,255,241,241,242,255,238,238,238,255,234,239,245,255,231,237,242,255,223,234,234,255,206,211,215,255,99,155,185,255,94,144,187,255,88,190,234,255,83,217,255,255,78,216,255,255,72,214,255,255,67,200,245,255,61,160,197,255,56,136,168,255,51,154,193,255,47,194,243,255,42,206,255,255,38,205,255,255,35,204,255,255,31,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,110,154,255,11,11,15,255,11,15,30,255,11,118,165,255,11,165,227,255,11,160,224,255,11,125,188,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,105,94,231,13,120,109,250,206,99,99,185,255,103,103,121,255,107,108,152,255,110,111,203,255,112,113,203,255,114,115,202,255,116,117,202,255,117,118,203,255,117,118,203,255,117,118,210,255,175,179,228,255,225,225,229,255,239,238,239,255,233,227,233,255,238,233,238,255,222,233,233,255,211,217,211,255,180,195,206,255,90,147,179,255,86,141,185,255,81,193,238,255,76,215,255,255,71,214,255,255,66,212,255,255,61,211,255,255,56,210,255,255,52,209,255,255,47,207,255,255,43,206,255,255,39,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,41,255,11,11,11,255,11,95,138,255,11,165,228,255,11,160,224,255,11,125,188,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,168,13,74,134,1,0,0,0,0,0,0,0,0,
data 0,0,0,0,96,84,233,13,110,98,247,209,92,90,205,255,94,94,116,255,97,97,130,255,100,100,194,255,102,102,199,255,104,104,199,255,105,105,200,255,106,107,200,255,106,107,199,255,106,107,202,255,171,173,219,255,225,230,238,255,236,236,236,255,229,229,229,255,222,227,222,255,213,219,225,255,200,206,212,255,172,184,192,255,82,139,173,255,78,139,185,255,74,193,241,255,69,213,255,255,65,212,255,255,60,211,255,255,56,210,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,39,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,161,224,255,11,120,183,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,206,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,89,75,233,33,98,85,241,229,103,91,237,255,85,85,118,255,88,88,110,255,90,90,178,255,92,92,198,255,94,94,198,255,95,95,198,255,96,96,197,255,96,96,195,255,96,96,199,255,171,175,222,255,225,231,237,255,234,235,235,255,227,229,229,255,218,218,218,255,220,213,220,255,202,202,202,255,158,168,180,255,75,131,171,255,71,137,185,255,67,192,242,255,63,212,255,255,59,210,255,255,55,209,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,15,199,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,171,230,255,11,53,81,255,11,11,11,255,11,72,107,255,11,165,228,255,11,161,225,255,11,116,178,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,81,67,233,46,90,76,238,242,102,89,248,255,77,77,138,255,79,79,99,255,81,81,150,255,83,83,195,255,85,85,198,255,86,86,199,255,86,86,196,255,87,87,193,255,86,86,194,255,171,168,211,255,220,221,223,255,234,234,234,255,228,229,229,255,218,218,218,255,202,209,215,255,196,198,198,255,139,160,174,255,67,125,169,255,64,133,183,255,60,195,247,255,57,210,255,255,53,209,255,255,50,208,255,255,46,207,255,255,42,206,255,255,39,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,158,221,255,11,107,168,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,76,61,232,46,81,66,235,242,91,76,243,255,72,69,188,255,71,71,92,255,73,73,118,255,75,75,180,255,76,76,199,255,77,77,201,255,78,78,197,255,78,78,192,255,78,78,188,255,165,166,204,255,217,218,221,255,235,228,235,255,230,230,230,255,221,227,221,255,203,203,203,255,196,196,196,255,149,162,177,255,61,123,165,255,57,128,180,255,54,193,247,255,51,208,255,255,48,208,255,255,45,207,255,255,42,206,255,255,38,205,255,255,35,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,182,244,255,11,64,95,255,11,11,11,255,11,64,95,255,11,165,228,255,11,153,216,255,11,101,164,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,69,54,231,46,73,58,232,242,84,70,242,255,89,75,238,255,63,63,117,255,65,65,92,255,67,67,141,255,68,68,192,255,69,69,201,255,69,69,196,255,69,69,190,255,69,69,188,255,161,161,211,255,219,225,233,255,219,225,233,255,229,229,229,255,221,228,235,255,208,208,208,255,204,198,204,255,160,177,185,255,54,124,166,255,51,127,180,255,49,192,246,255,46,207,255,255,43,206,255,255,40,205,255,255,37,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,139,202,255,11,96,159,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,63,48,226,33,67,51,230,229,76,61,237,255,88,74,248,255,74,61,214,255,58,58,90,255,59,59,97,255,60,60,159,255,61,61,194,255,62,62,195,255,62,62,189,255,62,62,187,255,154,154,214,255,217,217,232,255,218,224,232,255,228,228,228,255,223,229,223,255,214,214,214,255,216,208,216,255,172,187,196,255,48,119,164,255,46,121,175,255,44,188,243,255,41,206,255,255,39,205,255,255,36,204,255,255,34,204,255,255,31,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,170,228,255,11,52,79,255,11,11,11,255,11,72,107,255,11,165,228,255,11,130,192,255,11,96,159,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,57,43,222,13,61,45,229,209,65,50,231,255,83,67,247,255,87,72,251,255,51,51,166,255,53,53,78,255,54,54,109,255,54,54,166,255,55,55,188,255,55,55,184,255,55,55,182,255,151,148,202,255,212,212,216,255,216,223,231,255,229,229,230,255,225,226,226,255,220,227,235,255,222,215,222,255,175,182,196,255,43,119,162,255,41,116,171,255,39,186,242,255,37,205,255,255,34,204,255,255,32,203,255,255,30,203,255,255,28,202,255,255,26,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,37,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,115,177,255,11,95,159,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,209,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,43,39,205,13,56,40,228,206,58,42,229,255,73,57,242,255,84,68,252,255,77,63,237,255,47,47,121,255,47,47,76,255,48,48,117,255,48,48,166,255,48,48,178,255,48,48,177,255,126,129,191,255,211,212,214,255,215,222,230,255,231,231,231,255,227,227,227,255,222,231,238,255,204,213,220,255,157,176,176,255,38,115,157,255,36,110,166,255,34,180,238,255,33,203,255,255,31,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,40,255,11,11,11,255,11,96,138,255,11,152,215,255,11,99,162,255,11,95,159,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,178,13,74,134,4,0,0,0,0,0,0,0,0,
data 0,0,0,0,38,38,186,1,46,35,222,168,54,37,228,255,58,42,231,255,75,59,247,255,78,63,251,255,63,50,221,255,42,42,89,255,42,42,72,255,42,42,129,255,43,43,171,255,42,42,176,255,108,113,194,255,209,210,213,255,213,221,229,255,229,221,229,255,228,220,228,255,223,223,224,255,206,214,206,255,175,176,188,255,43,115,155,255,32,104,163,255,31,170,229,255,29,202,255,255,27,202,255,255,26,202,255,255,24,186,241,255,22,139,183,255,21,114,151,255,19,138,182,255,18,184,240,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,113,155,255,11,11,17,255,11,15,30,255,11,119,166,255,11,133,195,255,11,99,162,255,11,95,159,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,34,31,212,135,49,32,227,255,50,33,227,255,61,44,236,255,74,58,250,255,75,59,250,255,37,37,170,255,37,37,60,255,37,37,81,255,37,37,145,255,37,37,174,255,95,98,194,255,201,201,210,255,211,219,228,255,228,220,228,255,212,219,228,255,220,213,220,255,203,211,203,255,185,183,192,255,54,120,156,255,28,97,156,255,27,166,226,255,26,202,255,255,24,201,255,255,23,186,241,255,21,83,114,255,20,20,20,255,19,19,19,255,17,17,17,255,16,79,111,255,15,183,240,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,140,194,255,11,118,180,255,11,99,162,255,11,95,158,255,11,90,154,255,11,87,150,255,11,83,146,255,11,78,142,94,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,27,27,201,77,38,28,218,251,46,29,227,255,48,31,228,255,64,47,242,255,72,55,250,255,64,48,233,255,33,33,114,255,33,33,59,255,33,33,97,255,33,33,151,255,76,81,190,255,194,194,209,255,211,211,227,255,211,219,228,255,208,217,225,255,218,211,218,255,201,210,201,255,190,185,195,255,78,135,155,255,25,92,150,255,24,152,211,255,23,201,255,255,22,200,255,255,20,138,183,255,19,19,19,255,18,18,18,255,17,17,17,255,16,16,16,255,15,15,15,255,14,135,181,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,216,255,11,46,71,255,11,11,11,255,11,67,100,255,11,139,200,255,11,102,166,255,11,97,161,255,11,94,158,255,11,90,154,255,11,87,149,255,11,82,146,242,11,78,142,54,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,197,25,25,25,203,219,41,26,222,255,44,27,226,255,48,31,229,255,63,46,244,255,69,52,250,255,46,32,212,255,29,29,105,255,29,29,61,255,29,29,100,255,30,34,161,255,187,187,207,255,208,208,210,255,210,218,227,255,222,215,222,255,213,213,213,255,198,206,215,255,192,186,194,255,99,145,161,255,22,95,151,255,21,137,197,255,20,198,255,255,19,200,255,255,18,112,150,255,17,17,17,255,16,16,16,255,15,15,15,255,14,14,14,255,13,13,13,255,12,108,147,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,121,166,255,11,11,23,255,11,11,15,255,11,101,144,255,11,121,183,255,11,101,165,255,11,97,161,255,19,99,161,255,11,89,153,255,11,85,149,255,11,82,146,212,11,78,140,19,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,180,1,22,22,199,164,27,23,211,255,40,23,224,255,42,24,226,255,47,30,231,255,60,43,244,255,66,49,249,255,59,43,234,255,25,25,124,255,25,25,58,255,25,25,111,255,150,150,186,255,206,206,209,255,209,209,226,255,221,212,221,255,208,209,209,255,192,200,209,255,191,182,191,255,119,152,160,255,20,97,150,255,19,124,185,255,18,191,252,255,17,199,255,255,16,136,181,255,15,15,15,255,14,14,14,255,14,14,14,255,13,13,13,255,12,12,12,255,11,134,180,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,36,59,255,11,122,177,255,11,105,168,255,11,101,165,255,11,97,160,255,53,122,174,255,11,89,153,255,11,85,148,255,11,81,144,164,15,75,132,1,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,19,19,198,98,20,20,200,254,34,21,220,255,39,21,225,255,39,21,225,255,49,32,234,255,63,45,248,255,66,48,250,255,58,43,235,255,22,22,111,255,22,22,71,255,97,98,145,255,183,183,188,255,206,208,208,255,203,211,220,255,209,209,209,255,193,202,193,255,187,179,187,255,134,157,158,255,17,104,148,255,17,109,170,255,16,185,248,255,15,199,255,255,14,183,240,255,14,78,109,255,13,13,13,255,12,12,12,255,12,12,12,255,11,76,108,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,137,185,255,11,18,35,255,11,11,11,255,11,77,115,255,11,121,183,255,11,105,167,255,11,100,164,255,55,126,178,255,59,126,176,255,11,88,152,255,11,84,148,251,11,81,144,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,17,17,194,36,18,18,197,226,21,18,209,255,35,18,223,255,37,19,225,255,37,19,225,255,51,34,238,255,63,46,250,255,64,47,251,255,49,35,222,255,19,19,122,255,58,58,117,255,143,143,151,255,169,169,170,255,194,202,211,255,214,214,214,255,199,199,199,255,179,187,196,255,148,163,160,255,33,112,147,255,15,97,160,255,14,171,233,255,14,198,255,255,13,198,255,255,12,182,240,255,12,134,180,255,11,108,147,255,11,134,180,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,171,230,255,11,64,94,255,11,11,11,255,11,25,45,255,11,108,160,255,11,108,171,255,11,103,167,255,11,100,162,255,113,164,202,255,61,126,176,255,11,88,152,255,11,83,147,212,11,79,142,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,22,22,168,1,16,16,196,142,16,16,198,255,27,16,217,255,34,17,223,255,35,17,225,255,35,17,225,255,51,33,239,255,61,44,250,255,62,45,251,255,54,38,236,255,46,35,191,255,115,112,162,255,144,144,146,255,169,162,169,255,193,193,193,255,208,209,209,255,190,198,190,255,162,174,167,255,71,127,149,255,13,88,149,255,13,153,216,255,12,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,186,249,255,11,114,155,255,11,11,19,255,11,11,11,255,11,73,112,255,11,107,167,255,11,107,170,255,11,102,166,255,61,132,182,255,137,179,211,255,60,124,175,255,11,87,150,254,11,83,147,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,194,43,14,14,196,228,14,14,201,255,30,15,220,255,32,15,222,255,33,15,224,255,34,16,225,255,48,30,238,255,60,42,250,255,60,42,250,255,61,43,251,255,64,48,240,255,104,97,192,255,163,154,166,255,168,168,168,255,191,191,191,255,197,197,197,255,172,174,174,255,108,138,154,255,12,89,143,255,12,130,192,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,149,201,255,11,36,58,255,11,11,11,255,11,41,67,255,11,103,159,255,11,110,173,255,11,107,168,255,11,101,165,255,146,186,216,255,140,181,212,255,31,103,161,255,11,85,149,212,11,82,146,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,171,1,13,13,194,142,13,13,196,255,13,13,204,255,30,13,222,255,30,13,222,255,31,13,224,255,31,13,224,255,37,19,230,255,52,34,244,255,58,40,250,255,58,40,250,255,66,49,243,255,113,108,192,255,161,153,165,255,162,162,162,255,168,170,170,255,176,177,177,255,146,167,183,255,13,103,148,255,11,108,171,255,11,184,248,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,168,225,255,11,63,90,255,11,11,11,255,11,17,34,255,11,90,138,255,11,112,173,255,11,109,172,255,11,105,168,255,94,155,197,255,164,198,223,255,140,180,211,255,11,89,153,254,11,85,148,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,43,12,12,194,228,12,12,196,255,21,12,214,255,29,12,222,255,29,12,222,255,29,12,222,255,30,12,224,255,30,12,224,255,43,25,237,255,54,36,248,255,57,39,250,255,65,48,243,255,91,81,214,255,136,136,176,255,152,143,152,255,147,139,147,255,154,160,162,255,66,131,158,255,11,91,154,255,11,167,231,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,167,224,255,11,73,105,255,11,11,11,255,11,11,11,255,11,71,112,255,11,110,170,255,11,112,174,255,11,108,171,255,43,124,179,255,180,210,231,255,164,197,223,255,92,147,190,255,11,88,152,198,11,84,148,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,158,1,11,11,194,108,11,11,196,249,11,11,201,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,37,19,231,255,53,35,246,255,57,39,250,255,57,39,250,255,69,54,236,255,112,112,186,255,125,136,147,255,132,133,136,255,91,125,141,255,11,90,147,255,11,137,200,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,171,227,255,11,75,107,255,11,11,11,255,11,11,11,255,11,55,88,255,11,103,161,255,11,115,177,255,11,110,173,255,11,107,170,255,157,196,223,255,178,208,230,255,160,195,221,255,46,115,169,231,11,87,150,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,184,10,11,11,195,151,11,11,196,254,13,11,207,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,31,13,225,255,45,27,238,255,51,33,244,255,53,35,246,255,59,42,237,255,84,70,206,255,113,102,153,255,97,110,120,255,11,88,134,255,11,110,173,255,15,194,246,255,112,220,245,255,150,222,243,255,112,216,245,255,15,203,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,166,221,255,11,107,146,255,11,144,194,255,11,150,201,255,11,66,95,255,11,11,11,255,11,11,11,255,11,57,90,255,11,105,162,255,11,118,179,255,11,113,176,255,11,109,172,255,136,184,216,255,188,215,235,255,174,205,228,255,131,175,207,249,11,89,153,108,12,83,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,24,11,11,196,187,11,11,196,255,12,11,206,255,25,11,219,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,40,22,233,255,43,25,237,255,43,25,237,255,43,25,237,255,48,33,227,255,63,52,196,255,39,60,162,255,34,97,183,255,186,216,231,255,226,226,228,255,224,224,227,255,227,227,227,255,184,218,236,255,15,152,201,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,112,152,255,11,11,11,255,11,18,34,255,11,28,46,255,11,11,11,255,11,11,11,255,11,55,88,255,11,107,164,255,11,120,182,255,11,115,178,255,11,112,174,255,95,160,202,255,192,219,237,255,183,212,233,255,168,201,225,255,51,121,172,158,11,88,152,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,45,11,11,195,217,11,11,196,255,11,11,200,255,15,11,208,255,25,11,219,255,25,11,219,255,24,11,218,255,25,11,219,255,30,12,224,255,30,12,224,255,35,17,228,255,42,24,236,255,43,25,237,255,43,25,237,255,43,25,237,255,42,24,234,255,137,133,236,255,226,226,226,255,226,226,226,255,224,224,226,255,226,226,248,255,227,236,248,255,111,164,192,255,11,97,161,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,165,220,255,11,64,91,255,11,11,11,255,11,11,11,255,11,11,11,255,11,58,93,255,11,110,166,255,11,121,184,255,11,118,180,255,11,114,177,255,73,148,195,255,195,221,239,255,188,216,235,255,176,207,229,255,119,168,204,200,11,90,154,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,74,11,11,195,238,11,11,196,255,11,11,196,255,11,11,196,255,11,11,198,255,11,11,200,255,11,11,200,255,11,11,200,255,11,11,204,255,16,11,209,255,19,11,213,255,24,11,218,255,33,15,226,255,39,21,232,255,47,29,236,255,170,167,233,255,225,225,225,255,226,236,248,255,224,224,226,255,226,236,248,255,224,224,230,255,149,180,204,255,11,82,143,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,174,232,255,11,85,121,255,11,11,19,255,11,11,11,255,11,33,60,255,11,101,155,255,11,120,183,255,11,116,179,255,79,154,200,255,195,222,240,255,190,218,237,255,180,210,231,255,156,193,220,220,20,99,159,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,167,3,11,11,194,97,11,11,194,224,11,11,194,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,196,255,11,11,196,255,11,11,196,255,11,11,203,255,17,11,210,255,19,11,213,255,29,11,222,255,36,18,228,255,146,133,236,255,246,236,248,255,248,236,226,255,230,227,226,255,224,216,224,255,225,216,226,255,111,159,190,255,11,78,142,255,11,115,178,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,139,197,255,11,73,116,255,11,11,29,255,11,11,11,255,11,63,102,255,11,119,182,255,113,175,213,255,195,223,240,255,190,218,237,255,181,212,232,255,168,202,226,210,44,118,172,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,195,55,11,11,195,191,11,11,195,254,11,11,195,255,11,11,192,255,11,11,192,255,11,11,194,255,11,11,194,255,15,11,192,255,59,47,190,255,111,100,191,255,130,124,188,255,130,125,185,255,123,119,178,255,134,137,191,255,209,210,234,255,242,234,243,255,231,225,231,255,221,219,226,255,176,196,215,255,12,107,158,255,11,78,142,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,152,215,255,11,138,201,255,11,134,197,255,11,126,186,255,11,91,141,255,11,59,99,255,17,100,155,255,144,194,224,255,192,221,240,255,188,218,237,255,180,212,233,252,169,203,227,181,48,122,176,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,172,24,11,11,156,146,11,11,155,245,11,11,159,255,11,11,160,255,11,11,164,255,53,51,180,255,153,148,200,255,189,185,198,255,194,190,194,255,185,184,185,255,176,176,176,255,165,165,165,255,148,158,149,255,123,147,153,255,125,168,194,255,148,184,207,255,106,159,191,255,12,108,159,255,11,78,142,255,11,97,161,255,11,172,236,255,11,198,255,255,11,185,249,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,137,198,255,11,133,195,255,11,130,192,255,11,126,189,255,57,148,199,255,173,212,235,255,186,218,238,255,182,215,236,255,176,210,232,245,156,196,223,145,44,122,177,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,6,11,11,159,97,11,11,159,224,11,11,159,255,11,11,160,255,15,11,171,255,138,137,192,255,183,188,200,255,186,191,197,255,190,191,192,255,184,184,184,255,172,172,172,255,152,160,152,255,123,127,131,255,43,102,137,255,11,99,159,255,11,120,183,255,11,112,174,255,11,124,186,255,11,149,213,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,134,197,255,11,131,194,255,26,135,194,255,124,187,221,255,179,216,238,255,176,213,235,255,172,209,233,255,167,205,229,231,119,174,209,104,22,109,169,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,55,11,11,159,184,11,11,159,249,11,11,162,255,70,66,178,255,177,178,198,255,183,190,200,255,196,194,201,255,195,191,195,255,184,184,185,255,170,170,170,255,144,146,146,255,103,124,139,255,13,72,116,255,11,89,153,255,11,138,201,255,11,142,206,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,255,19,136,197,255,89,170,214,255,158,206,233,255,161,206,232,255,160,204,230,255,157,201,228,241,132,184,217,168,54,134,187,57,12,100,161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,159,87,11,11,159,191,11,11,165,249,124,122,184,255,182,190,201,255,198,195,204,255,202,196,202,255,196,196,196,255,186,186,186,255,170,170,170,255,148,158,167,255,82,108,132,255,11,47,102,255,11,99,162,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,33,148,205,255,75,166,213,255,126,191,225,255,132,192,225,255,136,193,225,255,136,191,223,241,92,163,206,168,47,134,188,63,11,109,172,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,160,87,42,40,168,191,152,153,182,249,194,190,196,255,206,197,206,255,203,195,203,255,198,200,200,255,190,182,190,255,177,177,177,255,147,152,156,255,57,91,127,255,11,58,120,255,11,121,184,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,13,139,201,255,40,152,208,255,51,154,207,255,55,154,206,255,59,154,204,254,58,151,202,236,30,131,190,168,11,118,180,63,11,114,177,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,161,14,93,89,173,79,180,177,191,150,204,195,204,201,188,196,206,236,206,206,206,254,184,194,202,255,196,196,196,255,185,186,186,255,147,164,180,255,31,79,126,255,11,75,139,255,11,133,196,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,251,11,132,195,222,11,128,191,174,11,126,188,98,11,122,185,43,11,119,181,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,178,184,13,206,196,188,43,188,197,206,91,206,206,206,147,204,213,204,168,198,198,200,206,191,201,212,209,138,159,182,229,11,67,121,236,11,96,160,211,11,138,201,178,11,138,201,158,11,138,201,147,11,136,198,101,11,133,195,77,11,130,192,25,11,125,187,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,204,197,1,201,201,202,13,203,203,205,13,196,200,201,33,117,139,161,40,11,63,122,14,11,114,176,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||
| Back to top |
|||
|
Hobgoblin Lord
User Joined: Sat Oct 29th 2005 Location: Fall River, MA USA |
I have been working with how midi files are composed thanks to whosit and I thought perhaps this could come in handy. Its not perfect but hey I am just starting with this in the last few days. + Code Snippet open to write 1,"jingle.mid" write byte 1,77 write byte 1,84 write byte 1,104 write byte 1,100 write byte 1,0 write byte 1,0 write byte 1,0 write byte 1,6 write byte 1,0 write byte 1,0 write byte 1,0 write byte 1,1 write byte 1,3 write byte 1,192 write byte 1,77 write byte 1,84 write byte 1,114 write byte 1,107 write byte 1,0 write byte 1,0 write byte 1,0 write byte 1,248 write byte 1,0 write byte 1,192 write byte 1,48 write byte 1,0 write byte 1,255 write byte 1,89 write byte 1,2 write byte 1,0 write byte 1,0 write byte 1,0 write byte 1,255 write byte 1,81 write byte 1,3 write byte 1,6 write byte 1,200 write byte 1,28 write byte 1,0 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,135 write byte 1,64 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,135 write byte 1,64 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,51 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,51 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,44 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,44 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,46 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,46 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,135 write byte 1,64 write byte 1,144 write byte 1,49 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,49 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,49 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,49 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,49 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,49 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,49 write byte 1,127 write byte 1,131 write byte 1,96 write byte 1,128 write byte 1,49 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,49 write byte 1,127 write byte 1,131 write byte 1,96 write byte 1,128 write byte 1,49 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,131 write byte 1,96 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,48 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,48 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,51 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,51 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,51 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,51 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,49 write byte 1,127 write byte 1,135 write byte 1,64 write byte 1,128 write byte 1,49 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,46 write byte 1,127 write byte 1,143 write byte 1,0 write byte 1,128 write byte 1,46 write byte 1,0 write byte 1,0 write byte 1,144 write byte 1,44 write byte 1,127 write byte 1,143 write byte 1,0 write byte 1,128 write byte 1,44 write byte 1,0 write byte 1,0 write byte 1,255 write byte 1,47 write byte 1,0 write byte 1,1 close file 1 load music "jingle.mid",1 loop music 1 do loop http://www.cafepress.com/blackarrowgames Check out my great stuff here |
||
| Back to top |
|||
|
Ric
User ![]() Joined: Sun Jul 11th 2004 Location: object position x |
|
||
| Back to top |
|||
|
Hobgoblin Lord
User Joined: Sat Oct 29th 2005 Location: Fall River, MA USA |
Well the main rrsource I used is this http://www.wotsit.org/search.asp?page=4&s=music You first write the header for the file then everything per note comes down to its value, velocity, pressure etc (its why the song sounds off I was guessing and fudging alot of those numbers) also hugely important is this + Code Snippet Octave|| Note Numbers
# ||
|| C | C# | D | D# | E | F | F# | G | G# | A | A# | B
-----------------------------------------------------------------------------
0 || 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11
1 || 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23
2 || 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35
3 || 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47
4 || 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59
5 || 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71
6 || 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83
7 || 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95
8 || 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107
9 || 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119
10 || 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 |There are several resources where you can find the values for all the diffrent instruments, especially if you wanted to code multiple tracks. I made only one for this. I am a bit in a hurry but I can talk about it a little more after my final today. http://www.cafepress.com/blackarrowgames Check out my great stuff here |
||
| Back to top |
|||
|
David Gervais
Moderator ![]() ![]() Joined: Wed Sep 28th 2005 Location: Montreal, Canada |
Ok, I had fun with my sprite,.. (please use DBP settings to set things to 1024x768 windowed before compiling and running.) + Code Snippet REM Project: TGC_Christmas
REM Created: 12/13/2006 9:06:49 AM
REM
REM ***** Main Source File *****
REM
spx as integer
spy as integer
sync ON:sync rate 60
datatoimage(1)
sprite 1,0,0,1
hide sprite 1
createspindle()
randomize timer()
hide mouse
set current bitmap 0
sync
sprite 2,rnd(screen width()-16),rnd(screen height()-16),2
for cs=3 to 46
clone sprite 2,cs
sprite cs,rnd(screen width()-16),rnd(screen height()-16),2
sync
next cs
movespritesintoposition()
sprite 1,481,-83,1
show sprite 1
sync
do
spx=481
spy=23
for yy=-83 to spy step 20
sprite 1,spx,yy,1
sync
next yy
sprite 1,spx,spy,1:sync
sprite 1,spx,spy-5,1:sync:wait 100
sprite 1,spx,spy,1:sync
for dd=1 to 8
if rnd(100)>50
fall_right(spx,spy)
spx=spx+40:spy=spy+70
sync`:wait 100
else
fall_left(spx,spy)
spx=spx-40:spy=spy+70
sync`:wait 100
endif
next dd
if rnd(100)>50
finalfall_right(spx,spy)
spx=spx+40:spy=spy+210
sync`:wait 100
else
finalfall_left(spx,spy)
spx=spx-40:spy=spy+210
sync`:wait 100
endif
loop
function fall_left(sx,sy)
sprite 1,sx-16,sy+2,1:sync:wait 25
sprite 1,sx-30,sy+9,1:sync:wait 20
sprite 1,sx-37,sy+21,1:sync:wait 15
sprite 1,sx-40,sy+35,1:sync:wait 10
sprite 1,sx-40,sy+53,1:sync:wait 5
sprite 1,sx-40,sy+70,1:sync
sprite 1,sx-40,sy+65,1:sync:wait 100
sprite 1,sx-40,sy+70,1:sync
endfunction
function fall_right(sx,sy)
sprite 1,sx+16,sy+2,1:sync:wait 25
sprite 1,sx+30,sy+9,1:sync:wait 20
sprite 1,sx+37,sy+21,1:sync:wait 15
sprite 1,sx+40,sy+35,1:sync:wait 10
sprite 1,sx+40,sy+53,1:sync:wait 5
sprite 1,sx+40,sy+70,1:sync
sprite 1,sx+40,sy+65,1:sync:wait 100
sprite 1,sx+40,sy+70,1:sync
endfunction
function finalfall_left(sx,sy)
sprite 1,sx-16,sy+2,1:sync:wait 25
sprite 1,sx-30,sy+9,1:sync:wait 20
sprite 1,sx-37,sy+21,1:sync:wait 15
sprite 1,sx-40,sy+35,1:sync:wait 10
sprite 1,sx-40,sy+53,1:sync:wait 5
sprite 1,sx-40,sy+70,1:sync
sprite 1,sx-40,sy+90,1:sync
sprite 1,sx-40,sy+110,1:sync
sprite 1,sx-40,sy+130,1:sync
sprite 1,sx-40,sy+150,1:sync
sprite 1,sx-40,sy+170,1:sync
sprite 1,sx-40,sy+190,1:sync
sprite 1,sx-40,sy+210,1:sync
endfunction
function finalfall_right(sx,sy)
sprite 1,sx+16,sy+2,1:sync:wait 25
sprite 1,sx+30,sy+9,1:sync:wait 20
sprite 1,sx+37,sy+21,1:sync:wait 15
sprite 1,sx+40,sy+35,1:sync:wait 10
sprite 1,sx+40,sy+53,1:sync:wait 5
sprite 1,sx+40,sy+70,1:sync
sprite 1,sx+40,sy+90,1:sync
sprite 1,sx+40,sy+110,1:sync
sprite 1,sx+40,sy+130,1:sync
sprite 1,sx+40,sy+150,1:sync
sprite 1,sx+40,sy+170,1:sync
sprite 1,sx+40,sy+190,1:sync
sprite 1,sx+40,sy+210,1:sync
endfunction
function movespritesintoposition()
sprite 2,507,87,2:sync
sprite 3,467,157,2:sync
sprite 4,547,157,2:sync
sprite 5,427,227,2:sync
sprite 6,507,227,2:sync
sprite 7,587,227,2:sync
sprite 8,387,297,2:sync
sprite 9,467,297,2:sync
sprite 10,547,297,2:sync
sprite 11,627,297,2:sync
sprite 12,347,367,2:sync
sprite 13,427,367,2:sync
sprite 14,507,367,2:sync
sprite 15,587,367,2:sync
sprite 16,667,367,2:sync
sprite 17,307,437,2:sync
sprite 18,387,437,2:sync
sprite 19,467,437,2:sync
sprite 20,547,437,2:sync
sprite 21,627,437,2:sync
sprite 22,707,437,2:sync
sprite 23,267,507,2:sync
sprite 24,347,507,2:sync
sprite 25,427,507,2:sync
sprite 26,507,507,2:sync
sprite 27,587,507,2:sync
sprite 28,667,507,2:sync
sprite 29,747,507,2:sync
sprite 30,227,577,2:sync
sprite 31,307,577,2:sync
sprite 32,387,577,2:sync
sprite 33,467,577,2:sync
sprite 34,547,577,2:sync
sprite 35,627,577,2:sync
sprite 36,707,577,2:sync
sprite 37,787,577,2:sync
sprite 38,187,647,2:sync
sprite 39,267,647,2:sync
sprite 40,347,647,2:sync
sprite 41,427,647,2:sync
sprite 42,507,647,2:sync
sprite 43,587,647,2:sync
sprite 44,667,647,2:sync
sprite 45,747,647,2:sync
sprite 46,827,647,2:sync
endfunction
function createspindle()
create bitmap 1,13,13
dc=0
for row=0 to 10
for col=0 to 10
read ic
ink rgb(ic*84,ic*84,ic*84),0
dot col,row
next col
next row
get image 2,0,0,11,11,1
`scale sprite 2,66
endfunction
function datatoimage(image)
memblock=1
read size
make memblock 1,size
read sx `as dword
read sy `as dword
read depth `as dword
write memblock dword 1,0,sx
write memblock dword 1,4,sy
write memblock dword 1,8,depth
for x=0 to sx-1
for y=0 to sy-1
pos=(y*sx+x)*4+12
read b `as byte
read g `as byte
read r `as byte
read a `as byte
write memblock byte 1,pos,b
write memblock byte 1,pos+1,g
write memblock byte 1,pos+2,r
write memblock byte 1,pos+3,a
next y
next x
make image from memblock image,1
endfunction
data 16396
data 64
data 64
data 32
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,217,219,1,231,231,231,13,246,246,246,13,237,242,247,19,234,241,246,44,160,206,225,46,82,157,201,46,74,177,225,46,66,212,255,33,59,207,255,13,54,200,250,13,52,185,231,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,183,222,1,222,222,244,19,246,243,248,54,248,248,248,105,247,247,247,164,245,250,255,206,252,252,252,209,236,242,247,215,230,236,239,241,142,185,208,242,85,133,178,242,77,166,213,242,69,210,255,229,61,211,255,209,55,209,255,206,49,206,255,168,43,203,255,135,38,198,255,77,33,191,248,25,32,176,227,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,212,241,6,202,202,243,63,220,220,247,156,247,250,255,212,250,251,251,242,249,249,249,255,248,252,255,255,254,254,254,255,239,244,249,255,228,234,231,255,175,202,217,255,97,150,188,255,88,140,184,255,79,176,223,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,205,255,255,39,200,255,251,34,196,253,219,30,192,250,164,27,188,247,98,23,182,242,36,27,156,205,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,234,251,6,226,226,251,63,217,217,248,168,217,217,249,241,245,245,253,255,253,253,253,255,252,255,255,255,250,250,250,255,255,255,255,255,242,243,243,255,233,238,242,255,194,213,217,255,110,167,197,255,100,146,186,255,90,168,212,255,81,210,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,203,255,255,35,198,255,255,31,195,252,255,27,190,250,254,24,186,246,226,21,181,242,142,18,176,238,43,20,154,206,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,251,254,1,247,247,255,57,240,240,255,168,232,232,253,241,223,223,251,255,241,241,254,255,254,254,255,255,254,254,254,255,253,255,253,255,251,254,251,255,246,249,246,255,238,241,238,255,214,224,223,255,145,185,207,255,112,154,191,255,102,161,202,255,92,202,245,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,205,255,255,36,201,255,255,32,196,255,255,28,193,251,255,24,188,248,255,21,183,244,255,19,179,240,228,17,175,237,142,15,171,233,43,20,138,184,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,251,251,255,231,244,244,255,255,236,236,254,255,236,236,254,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,244,247,244,255,230,235,232,255,186,204,218,255,125,169,200,255,114,160,198,255,104,190,230,255,94,219,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,203,255,255,32,198,255,255,28,194,253,255,25,189,249,255,22,186,245,255,19,181,242,255,17,178,239,255,15,173,236,228,13,168,232,108,12,159,219,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,255,255,255,158,255,255,255,249,255,255,255,255,247,247,255,255,239,239,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,253,255,255,255,255,255,240,244,248,255,220,224,232,255,146,187,209,255,128,166,199,255,116,180,217,255,105,214,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,201,255,255,29,196,255,255,25,192,251,255,22,187,248,255,19,182,244,255,17,179,240,255,15,174,237,255,13,170,233,249,12,166,230,151,11,162,226,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,1,255,255,255,64,255,255,255,200,255,255,255,255,255,255,255,255,255,255,255,255,249,249,255,255,247,247,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,253,253,255,253,254,254,255,234,239,237,255,188,210,221,255,140,176,205,255,129,174,208,255,117,205,243,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,199,255,255,25,194,254,255,22,189,250,255,19,185,246,255,17,181,243,255,15,177,239,255,13,172,236,255,12,168,232,254,11,165,228,187,11,161,225,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,255,255,255,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,248,252,248,255,223,230,234,255,152,192,213,255,141,175,206,255,129,192,226,255,117,221,255,255,106,223,255,255,96,221,255,255,87,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,43,206,255,255,37,205,255,255,33,203,255,255,29,200,255,255,25,188,247,255,22,145,193,255,19,102,141,255,17,152,207,255,15,178,240,255,13,173,237,255,12,170,233,255,11,166,230,255,11,162,226,217,11,150,214,74,15,102,156,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,149,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,252,250,252,255,237,239,239,255,190,210,221,255,152,184,210,255,140,181,213,255,129,214,248,255,117,226,255,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,188,243,255,25,123,162,255,22,38,56,255,19,19,19,255,17,104,144,255,15,180,243,255,13,176,239,255,12,172,234,255,11,168,231,255,11,165,227,255,11,160,224,238,11,134,197,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,3,255,255,255,110,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,247,247,247,255,220,225,228,255,163,195,214,255,151,182,211,255,139,198,229,255,128,225,255,255,116,226,255,255,105,223,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,182,235,255,29,102,135,255,25,25,41,255,22,22,22,255,19,66,93,255,17,156,209,255,15,181,244,255,13,177,240,255,12,173,237,255,11,170,233,255,11,166,230,255,11,162,225,255,11,155,218,224,11,108,171,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,74,255,255,255,238,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,248,251,253,255,239,237,239,255,197,212,220,255,160,187,213,255,149,186,215,255,137,215,247,255,125,228,255,255,114,225,255,255,104,223,255,255,94,220,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,175,224,255,32,80,105,255,28,28,28,255,25,25,25,255,22,22,22,255,19,90,125,255,17,168,223,255,15,183,245,255,13,178,242,255,12,174,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,134,196,191,11,90,154,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,253,255,45,255,255,255,217,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,250,251,251,255,228,231,232,255,174,202,217,255,158,186,213,255,146,197,227,255,135,227,255,255,123,228,255,255,112,225,255,255,102,222,255,255,92,219,255,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,206,255,255,36,127,163,255,32,32,32,255,28,34,49,255,24,40,57,255,21,21,21,255,19,19,19,255,17,81,113,255,15,163,220,255,13,180,243,255,12,176,239,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,225,255,11,154,218,254,11,108,170,146,11,88,152,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,241,255,24,247,247,255,187,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,251,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,246,247,247,255,214,223,228,255,165,194,215,255,154,188,216,255,143,210,241,255,132,230,255,255,120,227,255,255,110,224,255,255,100,222,255,255,90,219,255,255,81,216,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,205,255,255,35,175,225,255,31,119,155,255,27,151,198,255,24,155,205,255,21,73,101,255,18,18,18,255,16,16,16,255,14,79,111,255,13,159,215,255,12,178,240,255,11,173,237,255,11,170,233,255,11,166,230,255,11,162,226,255,11,159,222,255,11,124,185,245,11,89,153,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,226,248,1,234,234,255,135,240,240,255,254,244,244,255,255,247,247,255,255,249,249,255,255,250,250,255,255,249,249,255,255,247,247,255,255,244,244,255,255,247,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,243,244,245,255,194,214,224,255,160,189,214,255,150,193,221,255,139,221,253,255,128,229,255,255,117,226,255,255,107,223,255,255,97,221,255,255,88,218,255,255,79,216,255,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,23,201,255,255,21,175,231,255,18,81,112,255,16,16,16,255,14,14,14,255,13,74,108,255,11,159,215,255,11,176,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,143,206,255,11,90,154,224,11,87,150,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,252,43,226,226,254,228,232,232,255,255,236,236,255,255,239,239,255,255,241,241,255,255,242,242,255,255,241,241,255,255,239,239,255,255,238,237,255,255,246,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,235,241,241,255,170,202,219,255,155,185,212,255,145,202,232,255,134,227,255,255,123,228,255,255,113,225,255,255,103,222,255,255,94,220,255,255,85,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,55,209,255,255,49,208,255,255,43,206,255,255,38,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,170,226,255,16,78,110,255,14,14,14,255,12,12,13,255,11,94,134,255,11,168,227,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,224,255,11,156,220,255,11,107,170,255,11,88,152,184,11,84,148,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,205,239,1,211,211,249,142,217,217,251,255,223,223,253,255,227,227,255,255,230,230,255,255,232,232,255,255,232,232,255,255,232,232,255,255,231,230,255,255,233,232,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,252,252,255,220,232,234,255,159,192,214,255,149,184,213,255,139,213,245,255,129,229,255,255,118,226,255,255,109,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,74,215,255,255,66,212,255,255,59,210,255,255,53,209,255,255,47,207,255,255,42,206,255,255,37,205,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,19,200,255,255,17,197,255,255,15,171,226,255,14,66,95,255,12,12,12,255,11,18,35,255,11,122,168,255,11,171,234,255,11,170,233,255,11,166,230,255,11,162,225,255,11,158,221,255,11,122,185,255,11,89,153,249,11,85,148,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,195,236,43,202,202,244,228,208,208,246,255,213,213,249,255,217,217,252,255,220,220,254,255,222,222,255,255,222,222,255,255,222,222,255,255,221,220,255,255,229,228,255,255,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,255,255,255,255,247,250,247,255,197,217,225,255,152,182,209,255,143,187,217,255,133,220,254,255,123,228,255,255,113,225,255,255,104,223,255,255,95,220,255,255,86,218,255,255,78,216,255,255,71,214,255,255,63,212,255,255,57,210,255,255,51,208,255,255,45,207,255,255,40,205,255,255,35,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,198,255,255,15,195,255,255,13,149,201,255,12,36,58,255,11,11,11,255,11,46,71,255,11,148,204,255,11,171,234,255,11,167,230,255,11,162,226,255,11,159,222,255,11,133,196,255,11,90,153,255,11,85,149,191,11,82,146,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,181,181,219,1,186,186,227,142,192,192,239,255,198,198,241,255,203,203,244,255,206,206,248,255,209,209,251,255,211,211,252,255,211,211,254,255,211,211,255,255,211,210,255,255,228,227,255,255,252,252,255,255,255,255,255,255,254,255,254,255,253,255,254,255,252,254,252,255,253,253,253,255,235,241,240,255,172,199,215,255,145,177,207,255,136,192,224,255,126,228,255,255,117,226,255,255,108,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,75,215,255,255,67,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,43,206,255,255,38,205,255,255,34,204,255,255,30,203,255,255,26,202,255,255,23,201,255,255,21,200,255,255,18,199,255,255,16,199,255,255,14,195,255,255,13,186,249,255,11,114,155,255,11,11,17,255,11,11,11,255,11,87,125,255,11,166,226,255,11,167,231,255,11,164,227,255,11,160,224,255,11,148,210,255,11,95,159,255,11,87,150,249,11,83,147,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,169,169,208,43,176,176,216,228,182,182,235,255,187,187,238,255,192,192,242,255,195,195,246,255,198,198,248,255,199,199,249,255,200,200,250,255,199,199,250,255,200,199,251,255,228,227,253,255,254,253,254,255,254,254,254,255,253,254,254,255,252,255,254,255,250,253,255,255,249,249,249,255,220,226,229,255,146,186,207,255,137,173,205,255,129,199,234,255,119,227,255,255,111,225,255,255,102,212,249,255,94,177,208,255,86,154,182,255,78,168,202,255,71,202,246,255,64,212,255,255,57,210,255,255,51,208,255,255,46,207,255,255,41,206,255,255,36,204,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,17,199,255,255,15,199,255,255,14,196,255,255,12,192,255,255,11,172,231,255,11,65,95,255,11,11,11,255,11,24,43,255,11,134,185,255,11,168,232,255,11,165,228,255,11,161,224,255,11,153,216,255,11,101,165,255,11,88,152,255,11,83,147,191,11,79,142,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,159,159,189,105,166,166,211,255,171,171,235,255,176,176,238,255,181,181,243,255,184,184,243,255,186,186,245,255,188,188,247,255,188,188,246,255,188,188,247,255,193,191,248,255,229,228,251,255,252,253,252,255,252,253,252,255,251,253,254,255,249,253,255,255,244,247,244,255,239,239,239,255,200,211,217,255,137,173,201,255,129,171,205,255,120,208,244,255,112,225,255,255,104,213,249,255,96,140,161,255,88,88,88,255,81,81,81,255,74,74,74,255,67,118,142,255,60,198,245,255,54,209,255,255,49,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,13,197,255,255,12,192,255,255,11,189,252,255,11,137,185,255,11,19,36,255,11,11,11,255,11,82,120,255,11,165,227,255,11,166,228,255,11,161,225,255,11,158,221,255,11,113,174,255,11,88,152,255,11,84,148,249,11,81,144,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,144,144,218,4,149,149,173,174,155,155,214,255,160,160,238,255,165,165,244,255,169,169,248,255,172,172,247,255,174,174,249,255,176,176,249,255,176,176,247,255,176,176,246,255,185,183,245,255,233,230,249,255,250,251,250,255,250,253,251,255,251,253,252,255,254,251,254,255,237,241,237,255,229,224,229,255,172,191,201,255,129,164,197,255,120,173,209,255,113,216,253,255,105,223,255,255,98,179,209,255,90,90,90,255,83,83,83,255,76,76,76,255,69,69,69,255,63,63,63,255,57,157,195,255,51,208,255,255,46,207,255,255,41,206,255,255,37,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,197,255,255,12,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,35,58,255,11,142,197,255,11,166,230,255,11,162,226,255,11,159,221,255,11,118,180,255,11,89,153,255,11,85,148,255,11,81,144,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,133,133,216,33,139,139,159,229,145,145,203,255,150,150,235,255,154,154,238,255,158,158,239,255,160,160,239,255,163,163,246,255,166,164,250,255,165,164,250,255,169,165,252,255,185,184,245,255,234,232,247,255,248,248,248,255,248,252,251,255,247,251,255,255,252,252,252,255,240,236,240,255,216,211,217,255,148,176,191,255,119,157,193,255,112,175,213,255,105,219,255,255,98,221,255,255,91,157,184,255,84,84,84,255,78,78,78,255,71,71,71,255,65,65,65,255,59,59,59,255,53,134,166,255,48,208,255,255,43,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,122,167,255,11,11,23,255,11,11,15,255,11,102,146,255,11,167,230,255,11,162,226,255,11,159,222,255,11,124,186,255,11,89,153,255,11,85,149,255,11,82,146,201,11,78,140,13,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,123,124,209,81,129,129,146,251,134,134,178,255,139,139,221,255,143,143,224,255,146,146,224,255,149,149,223,255,151,151,229,255,152,152,236,255,152,152,240,255,154,152,244,255,186,184,245,255,235,235,247,255,247,245,247,255,247,250,247,255,246,250,246,255,251,247,251,255,238,238,238,255,210,213,215,255,134,168,191,255,111,152,191,255,104,179,219,255,98,221,255,255,91,219,255,255,85,172,205,255,78,78,78,255,72,72,72,255,66,66,66,255,60,60,60,255,55,55,55,255,50,154,193,255,45,207,255,255,40,205,255,255,36,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,218,255,11,46,72,255,11,11,11,255,11,66,99,255,11,161,222,255,11,164,227,255,11,159,222,255,11,124,186,255,11,90,154,255,11,87,149,255,11,82,146,236,11,78,142,43,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,113,114,220,147,118,119,138,255,123,124,153,255,128,128,199,255,132,132,214,255,135,135,214,255,137,137,213,255,139,139,215,255,140,140,216,255,141,141,218,255,140,140,228,255,179,178,234,255,233,235,243,255,245,240,245,255,244,244,244,255,241,246,241,255,237,243,247,255,239,239,239,255,210,216,218,255,111,162,187,255,102,149,189,255,96,183,225,255,90,219,255,255,84,217,255,255,78,204,247,255,72,122,146,255,67,67,67,255,61,61,61,255,56,56,56,255,51,105,132,255,46,193,243,255,42,206,255,255,37,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,142,196,255,11,164,227,255,11,160,224,255,11,130,191,255,11,90,154,255,11,87,150,255,11,83,146,254,11,78,142,87,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,117,109,227,1,122,112,242,168,109,110,162,255,113,114,133,255,117,118,176,255,120,121,209,255,123,124,208,255,125,126,207,255,128,128,208,255,129,129,208,255,129,129,211,255,129,129,219,255,175,174,232,255,228,232,233,255,241,241,242,255,238,238,238,255,234,239,245,255,231,237,242,255,223,234,234,255,206,211,215,255,99,155,185,255,94,144,187,255,88,190,234,255,83,217,255,255,78,216,255,255,72,214,255,255,67,200,245,255,61,160,197,255,56,136,168,255,51,154,193,255,47,194,243,255,42,206,255,255,38,205,255,255,35,204,255,255,31,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,110,154,255,11,11,15,255,11,15,30,255,11,118,165,255,11,165,227,255,11,160,224,255,11,125,188,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,105,94,231,13,120,109,250,206,99,99,185,255,103,103,121,255,107,108,152,255,110,111,203,255,112,113,203,255,114,115,202,255,116,117,202,255,117,118,203,255,117,118,203,255,117,118,210,255,175,179,228,255,225,225,229,255,239,238,239,255,233,227,233,255,238,233,238,255,222,233,233,255,211,217,211,255,180,195,206,255,90,147,179,255,86,141,185,255,81,193,238,255,76,215,255,255,71,214,255,255,66,212,255,255,61,211,255,255,56,210,255,255,52,209,255,255,47,207,255,255,43,206,255,255,39,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,41,255,11,11,11,255,11,95,138,255,11,165,228,255,11,160,224,255,11,125,188,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,168,13,74,134,1,0,0,0,0,0,0,0,0,
data 0,0,0,0,96,84,233,13,110,98,247,209,92,90,205,255,94,94,116,255,97,97,130,255,100,100,194,255,102,102,199,255,104,104,199,255,105,105,200,255,106,107,200,255,106,107,199,255,106,107,202,255,171,173,219,255,225,230,238,255,236,236,236,255,229,229,229,255,222,227,222,255,213,219,225,255,200,206,212,255,172,184,192,255,82,139,173,255,78,139,185,255,74,193,241,255,69,213,255,255,65,212,255,255,60,211,255,255,56,210,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,39,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,161,224,255,11,120,183,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,206,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,89,75,233,33,98,85,241,229,103,91,237,255,85,85,118,255,88,88,110,255,90,90,178,255,92,92,198,255,94,94,198,255,95,95,198,255,96,96,197,255,96,96,195,255,96,96,199,255,171,175,222,255,225,231,237,255,234,235,235,255,227,229,229,255,218,218,218,255,220,213,220,255,202,202,202,255,158,168,180,255,75,131,171,255,71,137,185,255,67,192,242,255,63,212,255,255,59,210,255,255,55,209,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,15,199,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,171,230,255,11,53,81,255,11,11,11,255,11,72,107,255,11,165,228,255,11,161,225,255,11,116,178,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,81,67,233,46,90,76,238,242,102,89,248,255,77,77,138,255,79,79,99,255,81,81,150,255,83,83,195,255,85,85,198,255,86,86,199,255,86,86,196,255,87,87,193,255,86,86,194,255,171,168,211,255,220,221,223,255,234,234,234,255,228,229,229,255,218,218,218,255,202,209,215,255,196,198,198,255,139,160,174,255,67,125,169,255,64,133,183,255,60,195,247,255,57,210,255,255,53,209,255,255,50,208,255,255,46,207,255,255,42,206,255,255,39,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,158,221,255,11,107,168,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,76,61,232,46,81,66,235,242,91,76,243,255,72,69,188,255,71,71,92,255,73,73,118,255,75,75,180,255,76,76,199,255,77,77,201,255,78,78,197,255,78,78,192,255,78,78,188,255,165,166,204,255,217,218,221,255,235,228,235,255,230,230,230,255,221,227,221,255,203,203,203,255,196,196,196,255,149,162,177,255,61,123,165,255,57,128,180,255,54,193,247,255,51,208,255,255,48,208,255,255,45,207,255,255,42,206,255,255,38,205,255,255,35,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,182,244,255,11,64,95,255,11,11,11,255,11,64,95,255,11,165,228,255,11,153,216,255,11,101,164,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,69,54,231,46,73,58,232,242,84,70,242,255,89,75,238,255,63,63,117,255,65,65,92,255,67,67,141,255,68,68,192,255,69,69,201,255,69,69,196,255,69,69,190,255,69,69,188,255,161,161,211,255,219,225,233,255,219,225,233,255,229,229,229,255,221,228,235,255,208,208,208,255,204,198,204,255,160,177,185,255,54,124,166,255,51,127,180,255,49,192,246,255,46,207,255,255,43,206,255,255,40,205,255,255,37,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,139,202,255,11,96,159,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,63,48,226,33,67,51,230,229,76,61,237,255,88,74,248,255,74,61,214,255,58,58,90,255,59,59,97,255,60,60,159,255,61,61,194,255,62,62,195,255,62,62,189,255,62,62,187,255,154,154,214,255,217,217,232,255,218,224,232,255,228,228,228,255,223,229,223,255,214,214,214,255,216,208,216,255,172,187,196,255,48,119,164,255,46,121,175,255,44,188,243,255,41,206,255,255,39,205,255,255,36,204,255,255,34,204,255,255,31,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,170,228,255,11,52,79,255,11,11,11,255,11,72,107,255,11,165,228,255,11,130,192,255,11,96,159,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,57,43,222,13,61,45,229,209,65,50,231,255,83,67,247,255,87,72,251,255,51,51,166,255,53,53,78,255,54,54,109,255,54,54,166,255,55,55,188,255,55,55,184,255,55,55,182,255,151,148,202,255,212,212,216,255,216,223,231,255,229,229,230,255,225,226,226,255,220,227,235,255,222,215,222,255,175,182,196,255,43,119,162,255,41,116,171,255,39,186,242,255,37,205,255,255,34,204,255,255,32,203,255,255,30,203,255,255,28,202,255,255,26,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,37,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,115,177,255,11,95,159,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,209,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,43,39,205,13,56,40,228,206,58,42,229,255,73,57,242,255,84,68,252,255,77,63,237,255,47,47,121,255,47,47,76,255,48,48,117,255,48,48,166,255,48,48,178,255,48,48,177,255,126,129,191,255,211,212,214,255,215,222,230,255,231,231,231,255,227,227,227,255,222,231,238,255,204,213,220,255,157,176,176,255,38,115,157,255,36,110,166,255,34,180,238,255,33,203,255,255,31,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,40,255,11,11,11,255,11,96,138,255,11,152,215,255,11,99,162,255,11,95,159,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,178,13,74,134,4,0,0,0,0,0,0,0,0,
data 0,0,0,0,38,38,186,1,46,35,222,168,54,37,228,255,58,42,231,255,75,59,247,255,78,63,251,255,63,50,221,255,42,42,89,255,42,42,72,255,42,42,129,255,43,43,171,255,42,42,176,255,108,113,194,255,209,210,213,255,213,221,229,255,229,221,229,255,228,220,228,255,223,223,224,255,206,214,206,255,175,176,188,255,43,115,155,255,32,104,163,255,31,170,229,255,29,202,255,255,27,202,255,255,26,202,255,255,24,186,241,255,22,139,183,255,21,114,151,255,19,138,182,255,18,184,240,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,113,155,255,11,11,17,255,11,15,30,255,11,119,166,255,11,133,195,255,11,99,162,255,11,95,159,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,34,31,212,135,49,32,227,255,50,33,227,255,61,44,236,255,74,58,250,255,75,59,250,255,37,37,170,255,37,37,60,255,37,37,81,255,37,37,145,255,37,37,174,255,95,98,194,255,201,201,210,255,211,219,228,255,228,220,228,255,212,219,228,255,220,213,220,255,203,211,203,255,185,183,192,255,54,120,156,255,28,97,156,255,27,166,226,255,26,202,255,255,24,201,255,255,23,186,241,255,21,83,114,255,20,20,20,255,19,19,19,255,17,17,17,255,16,79,111,255,15,183,240,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,140,194,255,11,118,180,255,11,99,162,255,11,95,158,255,11,90,154,255,11,87,150,255,11,83,146,255,11,78,142,94,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,27,27,201,77,38,28,218,251,46,29,227,255,48,31,228,255,64,47,242,255,72,55,250,255,64,48,233,255,33,33,114,255,33,33,59,255,33,33,97,255,33,33,151,255,76,81,190,255,194,194,209,255,211,211,227,255,211,219,228,255,208,217,225,255,218,211,218,255,201,210,201,255,190,185,195,255,78,135,155,255,25,92,150,255,24,152,211,255,23,201,255,255,22,200,255,255,20,138,183,255,19,19,19,255,18,18,18,255,17,17,17,255,16,16,16,255,15,15,15,255,14,135,181,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,216,255,11,46,71,255,11,11,11,255,11,67,100,255,11,139,200,255,11,102,166,255,11,97,161,255,11,94,158,255,11,90,154,255,11,87,149,255,11,82,146,242,11,78,142,54,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,197,25,25,25,203,219,41,26,222,255,44,27,226,255,48,31,229,255,63,46,244,255,69,52,250,255,46,32,212,255,29,29,105,255,29,29,61,255,29,29,100,255,30,34,161,255,187,187,207,255,208,208,210,255,210,218,227,255,222,215,222,255,213,213,213,255,198,206,215,255,192,186,194,255,99,145,161,255,22,95,151,255,21,137,197,255,20,198,255,255,19,200,255,255,18,112,150,255,17,17,17,255,16,16,16,255,15,15,15,255,14,14,14,255,13,13,13,255,12,108,147,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,121,166,255,11,11,23,255,11,11,15,255,11,101,144,255,11,121,183,255,11,101,165,255,11,97,161,255,19,99,161,255,11,89,153,255,11,85,149,255,11,82,146,212,11,78,140,19,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,180,1,22,22,199,164,27,23,211,255,40,23,224,255,42,24,226,255,47,30,231,255,60,43,244,255,66,49,249,255,59,43,234,255,25,25,124,255,25,25,58,255,25,25,111,255,150,150,186,255,206,206,209,255,209,209,226,255,221,212,221,255,208,209,209,255,192,200,209,255,191,182,191,255,119,152,160,255,20,97,150,255,19,124,185,255,18,191,252,255,17,199,255,255,16,136,181,255,15,15,15,255,14,14,14,255,14,14,14,255,13,13,13,255,12,12,12,255,11,134,180,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,36,59,255,11,122,177,255,11,105,168,255,11,101,165,255,11,97,160,255,53,122,174,255,11,89,153,255,11,85,148,255,11,81,144,164,15,75,132,1,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,19,19,198,98,20,20,200,254,34,21,220,255,39,21,225,255,39,21,225,255,49,32,234,255,63,45,248,255,66,48,250,255,58,43,235,255,22,22,111,255,22,22,71,255,97,98,145,255,183,183,188,255,206,208,208,255,203,211,220,255,209,209,209,255,193,202,193,255,187,179,187,255,134,157,158,255,17,104,148,255,17,109,170,255,16,185,248,255,15,199,255,255,14,183,240,255,14,78,109,255,13,13,13,255,12,12,12,255,12,12,12,255,11,76,108,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,137,185,255,11,18,35,255,11,11,11,255,11,77,115,255,11,121,183,255,11,105,167,255,11,100,164,255,55,126,178,255,59,126,176,255,11,88,152,255,11,84,148,251,11,81,144,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,17,17,194,36,18,18,197,226,21,18,209,255,35,18,223,255,37,19,225,255,37,19,225,255,51,34,238,255,63,46,250,255,64,47,251,255,49,35,222,255,19,19,122,255,58,58,117,255,143,143,151,255,169,169,170,255,194,202,211,255,214,214,214,255,199,199,199,255,179,187,196,255,148,163,160,255,33,112,147,255,15,97,160,255,14,171,233,255,14,198,255,255,13,198,255,255,12,182,240,255,12,134,180,255,11,108,147,255,11,134,180,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,171,230,255,11,64,94,255,11,11,11,255,11,25,45,255,11,108,160,255,11,108,171,255,11,103,167,255,11,100,162,255,113,164,202,255,61,126,176,255,11,88,152,255,11,83,147,212,11,79,142,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,22,22,168,1,16,16,196,142,16,16,198,255,27,16,217,255,34,17,223,255,35,17,225,255,35,17,225,255,51,33,239,255,61,44,250,255,62,45,251,255,54,38,236,255,46,35,191,255,115,112,162,255,144,144,146,255,169,162,169,255,193,193,193,255,208,209,209,255,190,198,190,255,162,174,167,255,71,127,149,255,13,88,149,255,13,153,216,255,12,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,186,249,255,11,114,155,255,11,11,19,255,11,11,11,255,11,73,112,255,11,107,167,255,11,107,170,255,11,102,166,255,61,132,182,255,137,179,211,255,60,124,175,255,11,87,150,254,11,83,147,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,194,43,14,14,196,228,14,14,201,255,30,15,220,255,32,15,222,255,33,15,224,255,34,16,225,255,48,30,238,255,60,42,250,255,60,42,250,255,61,43,251,255,64,48,240,255,104,97,192,255,163,154,166,255,168,168,168,255,191,191,191,255,197,197,197,255,172,174,174,255,108,138,154,255,12,89,143,255,12,130,192,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,149,201,255,11,36,58,255,11,11,11,255,11,41,67,255,11,103,159,255,11,110,173,255,11,107,168,255,11,101,165,255,146,186,216,255,140,181,212,255,31,103,161,255,11,85,149,212,11,82,146,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,171,1,13,13,194,142,13,13,196,255,13,13,204,255,30,13,222,255,30,13,222,255,31,13,224,255,31,13,224,255,37,19,230,255,52,34,244,255,58,40,250,255,58,40,250,255,66,49,243,255,113,108,192,255,161,153,165,255,162,162,162,255,168,170,170,255,176,177,177,255,146,167,183,255,13,103,148,255,11,108,171,255,11,184,248,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,168,225,255,11,63,90,255,11,11,11,255,11,17,34,255,11,90,138,255,11,112,173,255,11,109,172,255,11,105,168,255,94,155,197,255,164,198,223,255,140,180,211,255,11,89,153,254,11,85,148,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,43,12,12,194,228,12,12,196,255,21,12,214,255,29,12,222,255,29,12,222,255,29,12,222,255,30,12,224,255,30,12,224,255,43,25,237,255,54,36,248,255,57,39,250,255,65,48,243,255,91,81,214,255,136,136,176,255,152,143,152,255,147,139,147,255,154,160,162,255,66,131,158,255,11,91,154,255,11,167,231,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,167,224,255,11,73,105,255,11,11,11,255,11,11,11,255,11,71,112,255,11,110,170,255,11,112,174,255,11,108,171,255,43,124,179,255,180,210,231,255,164,197,223,255,92,147,190,255,11,88,152,198,11,84,148,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,158,1,11,11,194,108,11,11,196,249,11,11,201,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,37,19,231,255,53,35,246,255,57,39,250,255,57,39,250,255,69,54,236,255,112,112,186,255,125,136,147,255,132,133,136,255,91,125,141,255,11,90,147,255,11,137,200,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,171,227,255,11,75,107,255,11,11,11,255,11,11,11,255,11,55,88,255,11,103,161,255,11,115,177,255,11,110,173,255,11,107,170,255,157,196,223,255,178,208,230,255,160,195,221,255,46,115,169,231,11,87,150,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,184,10,11,11,195,151,11,11,196,254,13,11,207,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,31,13,225,255,45,27,238,255,51,33,244,255,53,35,246,255,59,42,237,255,84,70,206,255,113,102,153,255,97,110,120,255,11,88,134,255,11,110,173,255,15,194,246,255,112,220,245,255,150,222,243,255,112,216,245,255,15,203,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,166,221,255,11,107,146,255,11,144,194,255,11,150,201,255,11,66,95,255,11,11,11,255,11,11,11,255,11,57,90,255,11,105,162,255,11,118,179,255,11,113,176,255,11,109,172,255,136,184,216,255,188,215,235,255,174,205,228,255,131,175,207,249,11,89,153,108,12,83,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,24,11,11,196,187,11,11,196,255,12,11,206,255,25,11,219,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,40,22,233,255,43,25,237,255,43,25,237,255,43,25,237,255,48,33,227,255,63,52,196,255,39,60,162,255,34,97,183,255,186,216,231,255,226,226,228,255,224,224,227,255,227,227,227,255,184,218,236,255,15,152,201,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,112,152,255,11,11,11,255,11,18,34,255,11,28,46,255,11,11,11,255,11,11,11,255,11,55,88,255,11,107,164,255,11,120,182,255,11,115,178,255,11,112,174,255,95,160,202,255,192,219,237,255,183,212,233,255,168,201,225,255,51,121,172,158,11,88,152,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,45,11,11,195,217,11,11,196,255,11,11,200,255,15,11,208,255,25,11,219,255,25,11,219,255,24,11,218,255,25,11,219,255,30,12,224,255,30,12,224,255,35,17,228,255,42,24,236,255,43,25,237,255,43,25,237,255,43,25,237,255,42,24,234,255,137,133,236,255,226,226,226,255,226,226,226,255,224,224,226,255,226,226,248,255,227,236,248,255,111,164,192,255,11,97,161,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,165,220,255,11,64,91,255,11,11,11,255,11,11,11,255,11,11,11,255,11,58,93,255,11,110,166,255,11,121,184,255,11,118,180,255,11,114,177,255,73,148,195,255,195,221,239,255,188,216,235,255,176,207,229,255,119,168,204,200,11,90,154,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,74,11,11,195,238,11,11,196,255,11,11,196,255,11,11,196,255,11,11,198,255,11,11,200,255,11,11,200,255,11,11,200,255,11,11,204,255,16,11,209,255,19,11,213,255,24,11,218,255,33,15,226,255,39,21,232,255,47,29,236,255,170,167,233,255,225,225,225,255,226,236,248,255,224,224,226,255,226,236,248,255,224,224,230,255,149,180,204,255,11,82,143,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,174,232,255,11,85,121,255,11,11,19,255,11,11,11,255,11,33,60,255,11,101,155,255,11,120,183,255,11,116,179,255,79,154,200,255,195,222,240,255,190,218,237,255,180,210,231,255,156,193,220,220,20,99,159,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,167,3,11,11,194,97,11,11,194,224,11,11,194,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,196,255,11,11,196,255,11,11,196,255,11,11,203,255,17,11,210,255,19,11,213,255,29,11,222,255,36,18,228,255,146,133,236,255,246,236,248,255,248,236,226,255,230,227,226,255,224,216,224,255,225,216,226,255,111,159,190,255,11,78,142,255,11,115,178,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,139,197,255,11,73,116,255,11,11,29,255,11,11,11,255,11,63,102,255,11,119,182,255,113,175,213,255,195,223,240,255,190,218,237,255,181,212,232,255,168,202,226,210,44,118,172,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,195,55,11,11,195,191,11,11,195,254,11,11,195,255,11,11,192,255,11,11,192,255,11,11,194,255,11,11,194,255,15,11,192,255,59,47,190,255,111,100,191,255,130,124,188,255,130,125,185,255,123,119,178,255,134,137,191,255,209,210,234,255,242,234,243,255,231,225,231,255,221,219,226,255,176,196,215,255,12,107,158,255,11,78,142,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,152,215,255,11,138,201,255,11,134,197,255,11,126,186,255,11,91,141,255,11,59,99,255,17,100,155,255,144,194,224,255,192,221,240,255,188,218,237,255,180,212,233,252,169,203,227,181,48,122,176,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,172,24,11,11,156,146,11,11,155,245,11,11,159,255,11,11,160,255,11,11,164,255,53,51,180,255,153,148,200,255,189,185,198,255,194,190,194,255,185,184,185,255,176,176,176,255,165,165,165,255,148,158,149,255,123,147,153,255,125,168,194,255,148,184,207,255,106,159,191,255,12,108,159,255,11,78,142,255,11,97,161,255,11,172,236,255,11,198,255,255,11,185,249,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,137,198,255,11,133,195,255,11,130,192,255,11,126,189,255,57,148,199,255,173,212,235,255,186,218,238,255,182,215,236,255,176,210,232,245,156,196,223,145,44,122,177,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,6,11,11,159,97,11,11,159,224,11,11,159,255,11,11,160,255,15,11,171,255,138,137,192,255,183,188,200,255,186,191,197,255,190,191,192,255,184,184,184,255,172,172,172,255,152,160,152,255,123,127,131,255,43,102,137,255,11,99,159,255,11,120,183,255,11,112,174,255,11,124,186,255,11,149,213,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,134,197,255,11,131,194,255,26,135,194,255,124,187,221,255,179,216,238,255,176,213,235,255,172,209,233,255,167,205,229,231,119,174,209,104,22,109,169,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,55,11,11,159,184,11,11,159,249,11,11,162,255,70,66,178,255,177,178,198,255,183,190,200,255,196,194,201,255,195,191,195,255,184,184,185,255,170,170,170,255,144,146,146,255,103,124,139,255,13,72,116,255,11,89,153,255,11,138,201,255,11,142,206,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,255,19,136,197,255,89,170,214,255,158,206,233,255,161,206,232,255,160,204,230,255,157,201,228,241,132,184,217,168,54,134,187,57,12,100,161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,159,87,11,11,159,191,11,11,165,249,124,122,184,255,182,190,201,255,198,195,204,255,202,196,202,255,196,196,196,255,186,186,186,255,170,170,170,255,148,158,167,255,82,108,132,255,11,47,102,255,11,99,162,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,33,148,205,255,75,166,213,255,126,191,225,255,132,192,225,255,136,193,225,255,136,191,223,241,92,163,206,168,47,134,188,63,11,109,172,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,160,87,42,40,168,191,152,153,182,249,194,190,196,255,206,197,206,255,203,195,203,255,198,200,200,255,190,182,190,255,177,177,177,255,147,152,156,255,57,91,127,255,11,58,120,255,11,121,184,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,13,139,201,255,40,152,208,255,51,154,207,255,55,154,206,255,59,154,204,254,58,151,202,236,30,131,190,168,11,118,180,63,11,114,177,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,161,14,93,89,173,79,180,177,191,150,204,195,204,201,188,196,206,236,206,206,206,254,184,194,202,255,196,196,196,255,185,186,186,255,147,164,180,255,31,79,126,255,11,75,139,255,11,133,196,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,251,11,132,195,222,11,128,191,174,11,126,188,98,11,122,185,43,11,119,181,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,178,184,13,206,196,188,43,188,197,206,91,206,206,206,147,204,213,204,168,198,198,200,206,191,201,212,209,138,159,182,229,11,67,121,236,11,96,160,211,11,138,201,178,11,138,201,158,11,138,201,147,11,136,198,101,11,133,195,77,11,130,192,25,11,125,187,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,204,197,1,201,201,202,13,203,203,205,13,196,200,201,33,117,139,161,40,11,63,122,14,11,114,176,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,2,2,3,3,3,2,2,0,0
data 0,1,2,3,3,3,3,3,2,1,0
data 2,2,3,3,3,3,3,3,3,2,2
data 2,3,3,3,3,3,3,3,3,3,2
data 3,3,3,3,3,3,3,3,3,3,3
data 3,3,3,3,3,3,3,3,3,3,3
data 3,3,3,3,3,3,3,3,3,3,3
data 2,3,3,3,3,3,3,3,3,3,2
data 2,2,3,3,3,3,3,3,3,2,2
data 0,1,2,3,3,3,3,3,2,1,0
data 0,0,2,2,3,3,3,2,2,0,0
Note: every time I try to figure out how to set up my projects in a window (from within the source) the final compile output is always a clip of the upper left of the actual drawing area. I do not know what the 'settings' does to make the windows work right, but it sure would be nice to know what it does pre compile time so that I/we could manually controll the window settings within the games. Anyways, this is just a mindless sample/demo using the sprite. Comments are of course welcome. Cheers! |
||
| Back to top |
|||
|
Darth Vader
User ![]() Joined: Tue May 10th 2005 Location: Adelaide SA, I am the only DB user here! |
Are we allowed to do anything with the sprite? Can we make a game? |
||
| Back to top |
|||
|
Ric
User ![]() Joined: Sun Jul 11th 2004 Location: object position x |
|
||
| Back to top |
|||
|
Phaelax
User ![]() Joined: Wed Apr 16th 2003 Location: Ohio |
It seems like the longer I'm out of the challenges, the more entries we get. Well, I'm coming home from Pocono tomorrow, I just checked out of the Caesar's hotel. (mirrors on the ceiling, thats all i got to say) So.... a media challenge eh. That's a whole lotta data statements, why can't we just load the image since everyone will have it? If you just store the image in the default DB directoy, then nobody should have to change its path in other people's code. I'll try to enter this one, and if the submission count drops to 3 again, then we'll know who to blame. |
||
| Back to top |
|||
|
Ric
User ![]() Joined: Sun Jul 11th 2004 Location: object position x |
Quote: "If you just store the image in the default DB directoy, then nobody should have to change its path in other people's code"
That was one of the options, but doing it this way means that anyone who takes a look at these entries in the Challenge Database in, say, a year's time, won't have to hunt around for the file and download it. The data statements method means it keeps in with the copy-paste-execute philosophy for everyone, whether they downloaded the bitmap or not. And I did cram the data into 64 lines, so it's not too bad! Look forward to your entry - haven't had many yet, and it's already day 4!! |
||
| Back to top |
|||
|
Hobgoblin Lord
User Joined: Sat Oct 29th 2005 Location: Fall River, MA USA |
Dave, I was going to do almost the same thing http://www.cafepress.com/blackarrowgames Check out my great stuff here |
||
| Back to top |
|||
|
Diggsey
User Joined: Mon Apr 24th 2006 Location: On this web page. |
When you are making your game, you could use load image, and then when it is finished just change it to using data statements instead. That way, you only need to compile once with the data statements |
||
| Back to top |
|||
|
Ric
User ![]() Joined: Sun Jul 11th 2004 Location: object position x |
|
||
| Back to top |
|||
|
Diggsey
User Joined: Mon Apr 24th 2006 Location: On this web page. |
|
||
| Back to top |
|||
|
Ric
User ![]() Joined: Sun Jul 11th 2004 Location: object position x |
|
||
| Back to top |
|||
|
Google Ad
AdBot Joined: Aug 26th 2002 Location: Everywhere |
|||
| Back to top |
|||
|
Sven B
User Joined: Wed Jan 5th 2005 Location: Belgium |
Hey Hobgoblin, thank you for showing the site with the chunk structures for midi! I'm composing music for nearly 6-7 years now, so maybe I could try to put a djingle bells together [EDIT] looks like I acted too soon again... Can't figure out what I'm doing wrong It's the programmer's life: Have a problem, solve the problem, and have a new problem to solve. |
||
| Back to top |
|||
|
Hobgoblin Lord
User Joined: Sat Oct 29th 2005 Location: Fall River, MA USA |
I started on a function to do it I just have not completed it yet. The plan is to have it disect the string into the notes and change clicks by using tags like Q(quarter note) H(half) etc. + Code Snippet type note_thing
note as integer
speed as integer
endtype
dim master_note(-1) as note_thing
make_midi("R",1,1,"A0 b1 c7 a9 c#7")
for a = 0 to array count(master_note())
print master_note(a).note
next a
do
sync
loop
function make_midi(file as string,instrument as integer,tempo as integer,notes as string)
notes=" "+notes
for a = 1 to len(notes)
watch$=mid$(notes,a)
if watch$=" "
start=a:test_note$=""
repeat
inc start
new$=mid$(notes,start)
if new$<>" "
test_note$=test_note$+new$
endif
until new$=" " or start=len(notes)
if len(test_note$)=1
else
temp_note$=left$(test_note$,1):temp_octave=val(right$(test_note$,1))
select lower$(temp_note$)
case "c":note_base=0:endcase
case "d":note_base=2:endcase
case "e":note_base=4:endcase
case "f":note_base=5:endcase
case "g":note_base=7:endcase
case "a":note_base=9:endcase
case "b":note_base=11:endcase
endselect
inc note_base,Temp_octave*12
if len(test_note$)=3 then inc note_base
endif
array insert at bottom master_note()
count=array count(master_note())
master_note(count).note=note_base
endif
next a
`create the actual midi file
file=file+".mid"
if file exist(file)=1 then delete file file
open to write 1,file
`write the header
write byte 1,77:write byte 1,84:write byte 1,104:write byte 1,100:write byte 1,0:write byte 1,0:write byte 1,0:write byte 1,6
write byte 1,0:write byte 1,0:write byte 1,0:write byte 1,1:
endfunctionNOTE: THis does not work yet, just thought I would post my progress in case someone wanted to run with it before I get a chance to finish it Quote: "[EDIT] looks like I acted too soon again... Can't figure out what I'm doing wrong "
Not seeing what you are doing I can tell you the hardest thing for me was setting the track header to how many bytes would be in the track. EDIT CLose but I think i am having a problem with determining the total track length and breaking it over 4 bytes + Code Snippet
type note_thing
note as integer
speed as integer
endtype
dim master_note(-1) as note_thing
make_midi("R",1,1,"A0 b1 c7 a9 c#7")
load music "r.mid",1
loop music 1
do
sync
loop
function make_midi(file as string,instrument as integer,tempo as integer,notes as string)
notes=" "+notes
for a = 1 to len(notes)
watch$=mid$(notes,a)
if watch$=" "
start=a:test_note$=""
repeat
inc start
new$=mid$(notes,start)
if new$<>" "
test_note$=test_note$+new$
endif
until new$=" " or start=len(notes)
if len(test_note$)=1
else
temp_note$=left$(test_note$,1):temp_octave=val(right$(test_note$,1))
select lower$(temp_note$)
case "c":note_base=0:endcase
case "d":note_base=2:endcase
case "e":note_base=4:endcase
case "f":note_base=5:endcase
case "g":note_base=7:endcase
case "a":note_base=9:endcase
case "b":note_base=11:endcase
endselect
inc note_base,Temp_octave*12
if len(test_note$)=3 then inc note_base
endif
array insert at bottom master_note()
count=array count(master_note())
master_note(count).note=note_base
endif
next a
`figure bytes in the track
track_total=20+((array count(master_note())+1)*8)
if file exist("making_bytes.txt")=1 then delete file "making_bytes.txt"
open to write 1,"making_bytes.txt"
write long 1,track_total
close file 1
open to read 1,"making_bytes.txt"
read byte 1,track_bytesD
read byte 1,track_bytesc
read byte 1,track_bytesB
read byte 1,track_bytesA
close file 1
`create the actual midi file
file=file+".mid"
if file exist(file)=1 then delete file file
open to write 1,file
`write the header
write byte 1,77:write byte 1,84:write byte 1,104:write byte 1,100:write byte 1,0:write byte 1,0:write byte 1,0:write byte 1,6
write byte 1,0:write byte 1,0:write byte 1,0:write byte 1,1
`write track header
write byte 1,77:write byte 1,84:write byte 1,114:write byte 1,107
`number of bytes in the track
write byte 1,Track_bytesA:write byte 1,track_bytesB:write byte 1,Track_BytesC:write byte 1,track_bytesD
`instrument and delta set up
write byte 1,0:write byte 1,192:write byte 1,0:write byte 1,0:write byte 1,255:write byte 1,89:write byte 1,2:write byte 1,0:write byte 1,0:write byte 1,0:write byte 1,255:write byte 1,81:write byte 1,3:write byte 1,9:write byte 1,39:write byte 1,192:write byte 1,0
`write the notes
`turn the note on
for count = 0 to array count(master_note())
write byte 1,144:write byte 1,master_note(count).note:write byte 1,127:write byte 1,64
`turn it off
write byte 1,128:write byte 1,master_note(count).note:write byte 1,0:write byte 1,0
next count
`write track end
write byte 1,255,:write byte 1,47,:write byte 1,0,:write byte 1,1
endfunctionhttp://www.cafepress.com/blackarrowgames Check out my great stuff here |
||
| Back to top |
|||
|
Sven B
User Joined: Wed Jan 5th 2005 Location: Belgium |
I get the header structure. (But not completely the delta time ticks) I have some troubles for each note. I get the midi event commands. I put in 0x10010000 for example to put a note on channel 0 (if O understood correctly). But, the extra data, should it be - in this case - 2 seperate bytes, or is it also a left 4bit + right 4bit structure? It's the programmer's life: Have a problem, solve the problem, and have a new problem to solve. |
||
| Back to top |
|||
|
Hobgoblin Lord
User Joined: Sat Oct 29th 2005 Location: Fall River, MA USA |
the extra data for the notes should all be <128 so just the right 4 bits. the 3rd byte (first one after the note) is Pressure (how hard the key is hit) 127 is the max and what I always use to this point. the next is the delta ticks that this event is to occur, I am writing 64 as a quarter note, so can adjust to 128 for a half and 255 for a whole 32 for an eight etc. Hope that clears it up a little. I had to dig through alot of places to come up with what I have so far and by no means am I any sort of expert. alot of trial and error here http://www.cafepress.com/blackarrowgames Check out my great stuff here |
||
| Back to top |
|||
|
acelepage
User ![]() Joined: Wed Jun 2nd 2004 Location: Plattsville |
Challenge Entry: Had a hard time coming up with something that uses a single image. Got a bit frustrated. Ended up trying to blow up the image. Now you can try to blow it up too. Arrow keys move camera up, down. Rotate left, right to aim. Hold the spacebar down to set the length of fuse on the bomb, then release the spacebar to release the bomb. You can fire off bombs at any rate. + Code Snippet
set display mode 1024,768,32
hide mouse
sync on
ground=1
face=20
balls=19
target=3
friction#=0.998
grid=100
tiles=40
make matrix ground,grid,grid,tiles,tiles
position matrix ground,0,0,0
create bitmap ground,20,20
ink rgb(128,128,128),0
line 0,10,19,10
line 10,0,10,19
get image ground,0,0,19,19
delete bitmap ground
prepare matrix texture ground,ground,1,1
for x=1 to tiles
for y=1 to tiles
read height
set matrix height ground,x,y,height
next y
next x
update matrix ground
for ball=1 to balls
make object sphere ball,1
color object ball,rgb(0,0,255)
hide object ball
next ball
ball=1
dim bx#(balls)
dim by#(balls)
dim bz#(balls)
dim x#(balls)
dim y#(balls)
dim z#(balls)
dim bfuse#(balls)
dim bmove(balls)
dim boom(balls)
fx#=72.5
fy#=7.0
fz#=65
datatoimage(face)
create bitmap 1,128,128
ink rgb(255,255,255),0
box 0,0,127,127
paste image face,32,32,1
get image target,0,0,128,128
delete bitmap 1
make object sphere face,5
scale object face,100,100,10
texture object face,target
yrotate object face,45.0
position object face,fx#,fy#,fz#
swing#=30.0
bottom#=10.0
pole#=bottom#+10.0
position camera 5,pole#,5
point camera 100,0,100
camang#=camera angle y()
move=0
while not escapekey()
if leftkey()
if camera angle y() > camang#-swing#
yrotate camera camera angle y()-0.5
endif
endif
if rightkey()
if camera angle y() < camang#+swing#
yrotate camera camera angle y()+0.5
endif
endif
if upkey()
pole#=pole#+0.5
endif
if downkey()
if pole#>bottom#
pole#=pole#-0.5
endif
endif
for x=1 to balls
if bfuse#(x)>0.0
if bx#(x)<=grid and bz#(x)<=grid
xs#=(get ground height(ground,bx#(x)-0.5,bz#(x))-get ground height(ground,bx#(x)+0.5,bz#(x)))/150.0
zs#=(get ground height(ground,bx#(x),bz#(x)-0.5)-get ground height(ground,bx#(x),bz#(x)+0.5))/150.0
by#(x)=get ground height(ground,bx#(x),bz#(x))+1.0
else
x#(x)=0.0
z#(x)=0.0
y#(x)=-0.1
bmove(x)=0
endif
x#(x)=x#(x)*friction#+xs#
z#(x)=z#(x)*friction#+zs#
bx#(x)=bx#(x)+x#(x)
bz#(x)=bz#(x)+z#(x)
by#(x)=by#(x)+y#(x)
position object x, bx#(x),by#(x),bz#(x)
if object collision(x,face)
if object position x(x)>object position x(face)
hit_face#=-10.0
else
hit_face#=10.0
endif
endif
bfuse#(x)=bfuse#(x)-0.01
else
if bmove(x)=1
ghost object on x
bmove(x)=2
endif
if bmove(x)=2
set matrix height ground,int(object position x(x)/2.5),int(object position z(x)/2.5),get matrix height(ground,int(object position x(x)/2.5),int(object position z(x)/2.5))-0.05
set matrix height ground,int(object position x(x)/2.5)+1,int(object position z(x)/2.5),get matrix height(ground,int(object position x(x)/2.5)+1,int(object position z(x)/2.5))-0.03
set matrix height ground,int(object position x(x)/2.5)-1,int(object position z(x)/2.5),get matrix height(ground,int(object position x(x)/2.5)-1,int(object position z(x)/2.5))-0.03
set matrix height ground,int(object position x(x)/2.5),int(object position z(x)/2.5)+1,get matrix height(ground,int(object position x(x)/2.5),int(object position z(x)/2.5)+1)-0.03
set matrix height ground,int(object position x(x)/2.5),int(object position z(x)/2.5)-1,get matrix height(ground,int(object position x(x)/2.5),int(object position z(x)/2.5)-1)-0.03
update matrix ground
inc boom(x)
inc boom(x)
scale object x,boom(x)*4,boom(x)*4,boom(x)*4
fade object x,200-boom(x)
if boom(x)=200
bmove(x)=0
hide object x
endif
endif
endif
next x
yrotate object face,object angle y(face)+hit_face#
hit_face#=hit_face#*0.99
if abs(hit_face#)<0.001 then hit_face#=0.0
position object face,object position x(face),get ground height(ground,object position x(face),object position z(face))+2.5,object position z(face)
tmp#=camera angle y()
position camera 5,pole#,5
point camera 100,0,100
yrotate camera tmp#
if spacekey()
if move=0
move=1
fuse#=0.0
endif
if move=1
fuse#=fuse#+0.1
ink rgb(255,64,64),0
circle 512,728,20
circle 512,728,19
line 512,728,512+sin(fuse#*-45)*18,728+cos(fuse#*-45)*18
endif
endif
if not spacekey()
if move=1
move=0
gosub setup
endif
endif
gosub textbox
sync
endwhile
end
setup:
inc ball
if ball>balls then ball=1
bx#(ball)=5.0
by#(ball)=1.0
bz#(ball)=5.0
x#(ball)=sin(camera angle y())*0.5
y#(ball)=0.0
z#(ball)=cos(camera angle y())*0.5
bfuse#(ball)=fuse#
bmove(ball)=1
boom(ball)=100
position object ball,bx#(ball),by#(ball),bz#(ball)
fade object ball,100
scale object ball,100,100,100
ghost object off ball
color object ball,rgb(0,0,255)
show object ball
return
textbox:
ink rgb(200,0,0),0
box 0,0,1024,90
ink rgb(100,0,0),0
box 5,5,1019,85
ink rgb(255,255,255),0
set text transparent
text 10,10,"Use left,right arrow keys to rotate the camera"
text 10,25,"Use up, down arrow keys to raise, lower the camera"
text 10,40,"Press space bar and hold to set fuse on bomb. Release spacebar to roll bomb."
text 10,55,"Try and sink the smiley face into the ground"
return
data 1,1,1,1,1,1,5,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10
data 1,1,1,1,1,1,1,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,10
data 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,3,2,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,5,3,2,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,5,5,2,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,10
data 10,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,10
data 10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10
function datatoimage(image)
memblock=1
read size
make memblock 1,size
read sx `as dword
read sy `as dword
read depth `as dword
write memblock dword 1,0,sx
write memblock dword 1,4,sy
write memblock dword 1,8,depth
for x=0 to sx-1
for y=0 to sy-1
pos=(y*sx+x)*4+12
read b `as byte
read g `as byte
read r `as byte
read a `as byte
write memblock byte 1,pos,b
write memblock byte 1,pos+1,g
write memblock byte 1,pos+2,r
write memblock byte 1,pos+3,a
next y
next x
make image from memblock image,1
endfunction
data 16396
data 64
data 64
data 32
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,217,219,1,231,231,231,13,246,246,246,13,237,242,247,19,234,241,246,44,160,206,225,46,82,157,201,46,74,177,225,46,66,212,255,33,59,207,255,13,54,200,250,13,52,185,231,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,183,222,1,222,222,244,19,246,243,248,54,248,248,248,105,247,247,247,164,245,250,255,206,252,252,252,209,236,242,247,215,230,236,239,241,142,185,208,242,85,133,178,242,77,166,213,242,69,210,255,229,61,211,255,209,55,209,255,206,49,206,255,168,43,203,255,135,38,198,255,77,33,191,248,25,32,176,227,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,212,241,6,202,202,243,63,220,220,247,156,247,250,255,212,250,251,251,242,249,249,249,255,248,252,255,255,254,254,254,255,239,244,249,255,228,234,231,255,175,202,217,255,97,150,188,255,88,140,184,255,79,176,223,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,205,255,255,39,200,255,251,34,196,253,219,30,192,250,164,27,188,247,98,23,182,242,36,27,156,205,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,234,251,6,226,226,251,63,217,217,248,168,217,217,249,241,245,245,253,255,253,253,253,255,252,255,255,255,250,250,250,255,255,255,255,255,242,243,243,255,233,238,242,255,194,213,217,255,110,167,197,255,100,146,186,255,90,168,212,255,81,210,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,203,255,255,35,198,255,255,31,195,252,255,27,190,250,254,24,186,246,226,21,181,242,142,18,176,238,43,20,154,206,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,251,254,1,247,247,255,57,240,240,255,168,232,232,253,241,223,223,251,255,241,241,254,255,254,254,255,255,254,254,254,255,253,255,253,255,251,254,251,255,246,249,246,255,238,241,238,255,214,224,223,255,145,185,207,255,112,154,191,255,102,161,202,255,92,202,245,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,205,255,255,36,201,255,255,32,196,255,255,28,193,251,255,24,188,248,255,21,183,244,255,19,179,240,228,17,175,237,142,15,171,233,43,20,138,184,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,251,251,255,231,244,244,255,255,236,236,254,255,236,236,254,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,244,247,244,255,230,235,232,255,186,204,218,255,125,169,200,255,114,160,198,255,104,190,230,255,94,219,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,203,255,255,32,198,255,255,28,194,253,255,25,189,249,255,22,186,245,255,19,181,242,255,17,178,239,255,15,173,236,228,13,168,232,108,12,159,219,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,255,255,255,158,255,255,255,249,255,255,255,255,247,247,255,255,239,239,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,253,255,255,255,255,255,240,244,248,255,220,224,232,255,146,187,209,255,128,166,199,255,116,180,217,255,105,214,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,201,255,255,29,196,255,255,25,192,251,255,22,187,248,255,19,182,244,255,17,179,240,255,15,174,237,255,13,170,233,249,12,166,230,151,11,162,226,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,1,255,255,255,64,255,255,255,200,255,255,255,255,255,255,255,255,255,255,255,255,249,249,255,255,247,247,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,253,253,255,253,254,254,255,234,239,237,255,188,210,221,255,140,176,205,255,129,174,208,255,117,205,243,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,199,255,255,25,194,254,255,22,189,250,255,19,185,246,255,17,181,243,255,15,177,239,255,13,172,236,255,12,168,232,254,11,165,228,187,11,161,225,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,255,255,255,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,248,252,248,255,223,230,234,255,152,192,213,255,141,175,206,255,129,192,226,255,117,221,255,255,106,223,255,255,96,221,255,255,87,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,43,206,255,255,37,205,255,255,33,203,255,255,29,200,255,255,25,188,247,255,22,145,193,255,19,102,141,255,17,152,207,255,15,178,240,255,13,173,237,255,12,170,233,255,11,166,230,255,11,162,226,217,11,150,214,74,15,102,156,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,149,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,252,250,252,255,237,239,239,255,190,210,221,255,152,184,210,255,140,181,213,255,129,214,248,255,117,226,255,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,188,243,255,25,123,162,255,22,38,56,255,19,19,19,255,17,104,144,255,15,180,243,255,13,176,239,255,12,172,234,255,11,168,231,255,11,165,227,255,11,160,224,238,11,134,197,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,3,255,255,255,110,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,247,247,247,255,220,225,228,255,163,195,214,255,151,182,211,255,139,198,229,255,128,225,255,255,116,226,255,255,105,223,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,182,235,255,29,102,135,255,25,25,41,255,22,22,22,255,19,66,93,255,17,156,209,255,15,181,244,255,13,177,240,255,12,173,237,255,11,170,233,255,11,166,230,255,11,162,225,255,11,155,218,224,11,108,171,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,74,255,255,255,238,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,248,251,253,255,239,237,239,255,197,212,220,255,160,187,213,255,149,186,215,255,137,215,247,255,125,228,255,255,114,225,255,255,104,223,255,255,94,220,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,175,224,255,32,80,105,255,28,28,28,255,25,25,25,255,22,22,22,255,19,90,125,255,17,168,223,255,15,183,245,255,13,178,242,255,12,174,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,134,196,191,11,90,154,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,253,255,45,255,255,255,217,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,250,251,251,255,228,231,232,255,174,202,217,255,158,186,213,255,146,197,227,255,135,227,255,255,123,228,255,255,112,225,255,255,102,222,255,255,92,219,255,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,206,255,255,36,127,163,255,32,32,32,255,28,34,49,255,24,40,57,255,21,21,21,255,19,19,19,255,17,81,113,255,15,163,220,255,13,180,243,255,12,176,239,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,225,255,11,154,218,254,11,108,170,146,11,88,152,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,241,255,24,247,247,255,187,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,251,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,246,247,247,255,214,223,228,255,165,194,215,255,154,188,216,255,143,210,241,255,132,230,255,255,120,227,255,255,110,224,255,255,100,222,255,255,90,219,255,255,81,216,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,205,255,255,35,175,225,255,31,119,155,255,27,151,198,255,24,155,205,255,21,73,101,255,18,18,18,255,16,16,16,255,14,79,111,255,13,159,215,255,12,178,240,255,11,173,237,255,11,170,233,255,11,166,230,255,11,162,226,255,11,159,222,255,11,124,185,245,11,89,153,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,226,248,1,234,234,255,135,240,240,255,254,244,244,255,255,247,247,255,255,249,249,255,255,250,250,255,255,249,249,255,255,247,247,255,255,244,244,255,255,247,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,243,244,245,255,194,214,224,255,160,189,214,255,150,193,221,255,139,221,253,255,128,229,255,255,117,226,255,255,107,223,255,255,97,221,255,255,88,218,255,255,79,216,255,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,23,201,255,255,21,175,231,255,18,81,112,255,16,16,16,255,14,14,14,255,13,74,108,255,11,159,215,255,11,176,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,143,206,255,11,90,154,224,11,87,150,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,252,43,226,226,254,228,232,232,255,255,236,236,255,255,239,239,255,255,241,241,255,255,242,242,255,255,241,241,255,255,239,239,255,255,238,237,255,255,246,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,235,241,241,255,170,202,219,255,155,185,212,255,145,202,232,255,134,227,255,255,123,228,255,255,113,225,255,255,103,222,255,255,94,220,255,255,85,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,55,209,255,255,49,208,255,255,43,206,255,255,38,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,170,226,255,16,78,110,255,14,14,14,255,12,12,13,255,11,94,134,255,11,168,227,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,224,255,11,156,220,255,11,107,170,255,11,88,152,184,11,84,148,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,205,239,1,211,211,249,142,217,217,251,255,223,223,253,255,227,227,255,255,230,230,255,255,232,232,255,255,232,232,255,255,232,232,255,255,231,230,255,255,233,232,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,252,252,255,220,232,234,255,159,192,214,255,149,184,213,255,139,213,245,255,129,229,255,255,118,226,255,255,109,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,74,215,255,255,66,212,255,255,59,210,255,255,53,209,255,255,47,207,255,255,42,206,255,255,37,205,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,19,200,255,255,17,197,255,255,15,171,226,255,14,66,95,255,12,12,12,255,11,18,35,255,11,122,168,255,11,171,234,255,11,170,233,255,11,166,230,255,11,162,225,255,11,158,221,255,11,122,185,255,11,89,153,249,11,85,148,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,195,236,43,202,202,244,228,208,208,246,255,213,213,249,255,217,217,252,255,220,220,254,255,222,222,255,255,222,222,255,255,222,222,255,255,221,220,255,255,229,228,255,255,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,255,255,255,255,247,250,247,255,197,217,225,255,152,182,209,255,143,187,217,255,133,220,254,255,123,228,255,255,113,225,255,255,104,223,255,255,95,220,255,255,86,218,255,255,78,216,255,255,71,214,255,255,63,212,255,255,57,210,255,255,51,208,255,255,45,207,255,255,40,205,255,255,35,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,198,255,255,15,195,255,255,13,149,201,255,12,36,58,255,11,11,11,255,11,46,71,255,11,148,204,255,11,171,234,255,11,167,230,255,11,162,226,255,11,159,222,255,11,133,196,255,11,90,153,255,11,85,149,191,11,82,146,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,181,181,219,1,186,186,227,142,192,192,239,255,198,198,241,255,203,203,244,255,206,206,248,255,209,209,251,255,211,211,252,255,211,211,254,255,211,211,255,255,211,210,255,255,228,227,255,255,252,252,255,255,255,255,255,255,254,255,254,255,253,255,254,255,252,254,252,255,253,253,253,255,235,241,240,255,172,199,215,255,145,177,207,255,136,192,224,255,126,228,255,255,117,226,255,255,108,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,75,215,255,255,67,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,43,206,255,255,38,205,255,255,34,204,255,255,30,203,255,255,26,202,255,255,23,201,255,255,21,200,255,255,18,199,255,255,16,199,255,255,14,195,255,255,13,186,249,255,11,114,155,255,11,11,17,255,11,11,11,255,11,87,125,255,11,166,226,255,11,167,231,255,11,164,227,255,11,160,224,255,11,148,210,255,11,95,159,255,11,87,150,249,11,83,147,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,169,169,208,43,176,176,216,228,182,182,235,255,187,187,238,255,192,192,242,255,195,195,246,255,198,198,248,255,199,199,249,255,200,200,250,255,199,199,250,255,200,199,251,255,228,227,253,255,254,253,254,255,254,254,254,255,253,254,254,255,252,255,254,255,250,253,255,255,249,249,249,255,220,226,229,255,146,186,207,255,137,173,205,255,129,199,234,255,119,227,255,255,111,225,255,255,102,212,249,255,94,177,208,255,86,154,182,255,78,168,202,255,71,202,246,255,64,212,255,255,57,210,255,255,51,208,255,255,46,207,255,255,41,206,255,255,36,204,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,17,199,255,255,15,199,255,255,14,196,255,255,12,192,255,255,11,172,231,255,11,65,95,255,11,11,11,255,11,24,43,255,11,134,185,255,11,168,232,255,11,165,228,255,11,161,224,255,11,153,216,255,11,101,165,255,11,88,152,255,11,83,147,191,11,79,142,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,159,159,189,105,166,166,211,255,171,171,235,255,176,176,238,255,181,181,243,255,184,184,243,255,186,186,245,255,188,188,247,255,188,188,246,255,188,188,247,255,193,191,248,255,229,228,251,255,252,253,252,255,252,253,252,255,251,253,254,255,249,253,255,255,244,247,244,255,239,239,239,255,200,211,217,255,137,173,201,255,129,171,205,255,120,208,244,255,112,225,255,255,104,213,249,255,96,140,161,255,88,88,88,255,81,81,81,255,74,74,74,255,67,118,142,255,60,198,245,255,54,209,255,255,49,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,13,197,255,255,12,192,255,255,11,189,252,255,11,137,185,255,11,19,36,255,11,11,11,255,11,82,120,255,11,165,227,255,11,166,228,255,11,161,225,255,11,158,221,255,11,113,174,255,11,88,152,255,11,84,148,249,11,81,144,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,144,144,218,4,149,149,173,174,155,155,214,255,160,160,238,255,165,165,244,255,169,169,248,255,172,172,247,255,174,174,249,255,176,176,249,255,176,176,247,255,176,176,246,255,185,183,245,255,233,230,249,255,250,251,250,255,250,253,251,255,251,253,252,255,254,251,254,255,237,241,237,255,229,224,229,255,172,191,201,255,129,164,197,255,120,173,209,255,113,216,253,255,105,223,255,255,98,179,209,255,90,90,90,255,83,83,83,255,76,76,76,255,69,69,69,255,63,63,63,255,57,157,195,255,51,208,255,255,46,207,255,255,41,206,255,255,37,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,197,255,255,12,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,35,58,255,11,142,197,255,11,166,230,255,11,162,226,255,11,159,221,255,11,118,180,255,11,89,153,255,11,85,148,255,11,81,144,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,133,133,216,33,139,139,159,229,145,145,203,255,150,150,235,255,154,154,238,255,158,158,239,255,160,160,239,255,163,163,246,255,166,164,250,255,165,164,250,255,169,165,252,255,185,184,245,255,234,232,247,255,248,248,248,255,248,252,251,255,247,251,255,255,252,252,252,255,240,236,240,255,216,211,217,255,148,176,191,255,119,157,193,255,112,175,213,255,105,219,255,255,98,221,255,255,91,157,184,255,84,84,84,255,78,78,78,255,71,71,71,255,65,65,65,255,59,59,59,255,53,134,166,255,48,208,255,255,43,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,122,167,255,11,11,23,255,11,11,15,255,11,102,146,255,11,167,230,255,11,162,226,255,11,159,222,255,11,124,186,255,11,89,153,255,11,85,149,255,11,82,146,201,11,78,140,13,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,123,124,209,81,129,129,146,251,134,134,178,255,139,139,221,255,143,143,224,255,146,146,224,255,149,149,223,255,151,151,229,255,152,152,236,255,152,152,240,255,154,152,244,255,186,184,245,255,235,235,247,255,247,245,247,255,247,250,247,255,246,250,246,255,251,247,251,255,238,238,238,255,210,213,215,255,134,168,191,255,111,152,191,255,104,179,219,255,98,221,255,255,91,219,255,255,85,172,205,255,78,78,78,255,72,72,72,255,66,66,66,255,60,60,60,255,55,55,55,255,50,154,193,255,45,207,255,255,40,205,255,255,36,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,218,255,11,46,72,255,11,11,11,255,11,66,99,255,11,161,222,255,11,164,227,255,11,159,222,255,11,124,186,255,11,90,154,255,11,87,149,255,11,82,146,236,11,78,142,43,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,113,114,220,147,118,119,138,255,123,124,153,255,128,128,199,255,132,132,214,255,135,135,214,255,137,137,213,255,139,139,215,255,140,140,216,255,141,141,218,255,140,140,228,255,179,178,234,255,233,235,243,255,245,240,245,255,244,244,244,255,241,246,241,255,237,243,247,255,239,239,239,255,210,216,218,255,111,162,187,255,102,149,189,255,96,183,225,255,90,219,255,255,84,217,255,255,78,204,247,255,72,122,146,255,67,67,67,255,61,61,61,255,56,56,56,255,51,105,132,255,46,193,243,255,42,206,255,255,37,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,142,196,255,11,164,227,255,11,160,224,255,11,130,191,255,11,90,154,255,11,87,150,255,11,83,146,254,11,78,142,87,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,117,109,227,1,122,112,242,168,109,110,162,255,113,114,133,255,117,118,176,255,120,121,209,255,123,124,208,255,125,126,207,255,128,128,208,255,129,129,208,255,129,129,211,255,129,129,219,255,175,174,232,255,228,232,233,255,241,241,242,255,238,238,238,255,234,239,245,255,231,237,242,255,223,234,234,255,206,211,215,255,99,155,185,255,94,144,187,255,88,190,234,255,83,217,255,255,78,216,255,255,72,214,255,255,67,200,245,255,61,160,197,255,56,136,168,255,51,154,193,255,47,194,243,255,42,206,255,255,38,205,255,255,35,204,255,255,31,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,110,154,255,11,11,15,255,11,15,30,255,11,118,165,255,11,165,227,255,11,160,224,255,11,125,188,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,105,94,231,13,120,109,250,206,99,99,185,255,103,103,121,255,107,108,152,255,110,111,203,255,112,113,203,255,114,115,202,255,116,117,202,255,117,118,203,255,117,118,203,255,117,118,210,255,175,179,228,255,225,225,229,255,239,238,239,255,233,227,233,255,238,233,238,255,222,233,233,255,211,217,211,255,180,195,206,255,90,147,179,255,86,141,185,255,81,193,238,255,76,215,255,255,71,214,255,255,66,212,255,255,61,211,255,255,56,210,255,255,52,209,255,255,47,207,255,255,43,206,255,255,39,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,41,255,11,11,11,255,11,95,138,255,11,165,228,255,11,160,224,255,11,125,188,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,168,13,74,134,1,0,0,0,0,0,0,0,0,
data 0,0,0,0,96,84,233,13,110,98,247,209,92,90,205,255,94,94,116,255,97,97,130,255,100,100,194,255,102,102,199,255,104,104,199,255,105,105,200,255,106,107,200,255,106,107,199,255,106,107,202,255,171,173,219,255,225,230,238,255,236,236,236,255,229,229,229,255,222,227,222,255,213,219,225,255,200,206,212,255,172,184,192,255,82,139,173,255,78,139,185,255,74,193,241,255,69,213,255,255,65,212,255,255,60,211,255,255,56,210,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,39,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,161,224,255,11,120,183,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,206,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,89,75,233,33,98,85,241,229,103,91,237,255,85,85,118,255,88,88,110,255,90,90,178,255,92,92,198,255,94,94,198,255,95,95,198,255,96,96,197,255,96,96,195,255,96,96,199,255,171,175,222,255,225,231,237,255,234,235,235,255,227,229,229,255,218,218,218,255,220,213,220,255,202,202,202,255,158,168,180,255,75,131,171,255,71,137,185,255,67,192,242,255,63,212,255,255,59,210,255,255,55,209,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,15,199,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,171,230,255,11,53,81,255,11,11,11,255,11,72,107,255,11,165,228,255,11,161,225,255,11,116,178,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,81,67,233,46,90,76,238,242,102,89,248,255,77,77,138,255,79,79,99,255,81,81,150,255,83,83,195,255,85,85,198,255,86,86,199,255,86,86,196,255,87,87,193,255,86,86,194,255,171,168,211,255,220,221,223,255,234,234,234,255,228,229,229,255,218,218,218,255,202,209,215,255,196,198,198,255,139,160,174,255,67,125,169,255,64,133,183,255,60,195,247,255,57,210,255,255,53,209,255,255,50,208,255,255,46,207,255,255,42,206,255,255,39,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,158,221,255,11,107,168,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,76,61,232,46,81,66,235,242,91,76,243,255,72,69,188,255,71,71,92,255,73,73,118,255,75,75,180,255,76,76,199,255,77,77,201,255,78,78,197,255,78,78,192,255,78,78,188,255,165,166,204,255,217,218,221,255,235,228,235,255,230,230,230,255,221,227,221,255,203,203,203,255,196,196,196,255,149,162,177,255,61,123,165,255,57,128,180,255,54,193,247,255,51,208,255,255,48,208,255,255,45,207,255,255,42,206,255,255,38,205,255,255,35,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,182,244,255,11,64,95,255,11,11,11,255,11,64,95,255,11,165,228,255,11,153,216,255,11,101,164,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,69,54,231,46,73,58,232,242,84,70,242,255,89,75,238,255,63,63,117,255,65,65,92,255,67,67,141,255,68,68,192,255,69,69,201,255,69,69,196,255,69,69,190,255,69,69,188,255,161,161,211,255,219,225,233,255,219,225,233,255,229,229,229,255,221,228,235,255,208,208,208,255,204,198,204,255,160,177,185,255,54,124,166,255,51,127,180,255,49,192,246,255,46,207,255,255,43,206,255,255,40,205,255,255,37,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,139,202,255,11,96,159,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,63,48,226,33,67,51,230,229,76,61,237,255,88,74,248,255,74,61,214,255,58,58,90,255,59,59,97,255,60,60,159,255,61,61,194,255,62,62,195,255,62,62,189,255,62,62,187,255,154,154,214,255,217,217,232,255,218,224,232,255,228,228,228,255,223,229,223,255,214,214,214,255,216,208,216,255,172,187,196,255,48,119,164,255,46,121,175,255,44,188,243,255,41,206,255,255,39,205,255,255,36,204,255,255,34,204,255,255,31,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,170,228,255,11,52,79,255,11,11,11,255,11,72,107,255,11,165,228,255,11,130,192,255,11,96,159,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,57,43,222,13,61,45,229,209,65,50,231,255,83,67,247,255,87,72,251,255,51,51,166,255,53,53,78,255,54,54,109,255,54,54,166,255,55,55,188,255,55,55,184,255,55,55,182,255,151,148,202,255,212,212,216,255,216,223,231,255,229,229,230,255,225,226,226,255,220,227,235,255,222,215,222,255,175,182,196,255,43,119,162,255,41,116,171,255,39,186,242,255,37,205,255,255,34,204,255,255,32,203,255,255,30,203,255,255,28,202,255,255,26,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,37,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,115,177,255,11,95,159,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,209,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,43,39,205,13,56,40,228,206,58,42,229,255,73,57,242,255,84,68,252,255,77,63,237,255,47,47,121,255,47,47,76,255,48,48,117,255,48,48,166,255,48,48,178,255,48,48,177,255,126,129,191,255,211,212,214,255,215,222,230,255,231,231,231,255,227,227,227,255,222,231,238,255,204,213,220,255,157,176,176,255,38,115,157,255,36,110,166,255,34,180,238,255,33,203,255,255,31,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,40,255,11,11,11,255,11,96,138,255,11,152,215,255,11,99,162,255,11,95,159,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,178,13,74,134,4,0,0,0,0,0,0,0,0,
data 0,0,0,0,38,38,186,1,46,35,222,168,54,37,228,255,58,42,231,255,75,59,247,255,78,63,251,255,63,50,221,255,42,42,89,255,42,42,72,255,42,42,129,255,43,43,171,255,42,42,176,255,108,113,194,255,209,210,213,255,213,221,229,255,229,221,229,255,228,220,228,255,223,223,224,255,206,214,206,255,175,176,188,255,43,115,155,255,32,104,163,255,31,170,229,255,29,202,255,255,27,202,255,255,26,202,255,255,24,186,241,255,22,139,183,255,21,114,151,255,19,138,182,255,18,184,240,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,113,155,255,11,11,17,255,11,15,30,255,11,119,166,255,11,133,195,255,11,99,162,255,11,95,159,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,34,31,212,135,49,32,227,255,50,33,227,255,61,44,236,255,74,58,250,255,75,59,250,255,37,37,170,255,37,37,60,255,37,37,81,255,37,37,145,255,37,37,174,255,95,98,194,255,201,201,210,255,211,219,228,255,228,220,228,255,212,219,228,255,220,213,220,255,203,211,203,255,185,183,192,255,54,120,156,255,28,97,156,255,27,166,226,255,26,202,255,255,24,201,255,255,23,186,241,255,21,83,114,255,20,20,20,255,19,19,19,255,17,17,17,255,16,79,111,255,15,183,240,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,140,194,255,11,118,180,255,11,99,162,255,11,95,158,255,11,90,154,255,11,87,150,255,11,83,146,255,11,78,142,94,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,27,27,201,77,38,28,218,251,46,29,227,255,48,31,228,255,64,47,242,255,72,55,250,255,64,48,233,255,33,33,114,255,33,33,59,255,33,33,97,255,33,33,151,255,76,81,190,255,194,194,209,255,211,211,227,255,211,219,228,255,208,217,225,255,218,211,218,255,201,210,201,255,190,185,195,255,78,135,155,255,25,92,150,255,24,152,211,255,23,201,255,255,22,200,255,255,20,138,183,255,19,19,19,255,18,18,18,255,17,17,17,255,16,16,16,255,15,15,15,255,14,135,181,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,216,255,11,46,71,255,11,11,11,255,11,67,100,255,11,139,200,255,11,102,166,255,11,97,161,255,11,94,158,255,11,90,154,255,11,87,149,255,11,82,146,242,11,78,142,54,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,197,25,25,25,203,219,41,26,222,255,44,27,226,255,48,31,229,255,63,46,244,255,69,52,250,255,46,32,212,255,29,29,105,255,29,29,61,255,29,29,100,255,30,34,161,255,187,187,207,255,208,208,210,255,210,218,227,255,222,215,222,255,213,213,213,255,198,206,215,255,192,186,194,255,99,145,161,255,22,95,151,255,21,137,197,255,20,198,255,255,19,200,255,255,18,112,150,255,17,17,17,255,16,16,16,255,15,15,15,255,14,14,14,255,13,13,13,255,12,108,147,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,121,166,255,11,11,23,255,11,11,15,255,11,101,144,255,11,121,183,255,11,101,165,255,11,97,161,255,19,99,161,255,11,89,153,255,11,85,149,255,11,82,146,212,11,78,140,19,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,180,1,22,22,199,164,27,23,211,255,40,23,224,255,42,24,226,255,47,30,231,255,60,43,244,255,66,49,249,255,59,43,234,255,25,25,124,255,25,25,58,255,25,25,111,255,150,150,186,255,206,206,209,255,209,209,226,255,221,212,221,255,208,209,209,255,192,200,209,255,191,182,191,255,119,152,160,255,20,97,150,255,19,124,185,255,18,191,252,255,17,199,255,255,16,136,181,255,15,15,15,255,14,14,14,255,14,14,14,255,13,13,13,255,12,12,12,255,11,134,180,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,36,59,255,11,122,177,255,11,105,168,255,11,101,165,255,11,97,160,255,53,122,174,255,11,89,153,255,11,85,148,255,11,81,144,164,15,75,132,1,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,19,19,198,98,20,20,200,254,34,21,220,255,39,21,225,255,39,21,225,255,49,32,234,255,63,45,248,255,66,48,250,255,58,43,235,255,22,22,111,255,22,22,71,255,97,98,145,255,183,183,188,255,206,208,208,255,203,211,220,255,209,209,209,255,193,202,193,255,187,179,187,255,134,157,158,255,17,104,148,255,17,109,170,255,16,185,248,255,15,199,255,255,14,183,240,255,14,78,109,255,13,13,13,255,12,12,12,255,12,12,12,255,11,76,108,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,137,185,255,11,18,35,255,11,11,11,255,11,77,115,255,11,121,183,255,11,105,167,255,11,100,164,255,55,126,178,255,59,126,176,255,11,88,152,255,11,84,148,251,11,81,144,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,17,17,194,36,18,18,197,226,21,18,209,255,35,18,223,255,37,19,225,255,37,19,225,255,51,34,238,255,63,46,250,255,64,47,251,255,49,35,222,255,19,19,122,255,58,58,117,255,143,143,151,255,169,169,170,255,194,202,211,255,214,214,214,255,199,199,199,255,179,187,196,255,148,163,160,255,33,112,147,255,15,97,160,255,14,171,233,255,14,198,255,255,13,198,255,255,12,182,240,255,12,134,180,255,11,108,147,255,11,134,180,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,171,230,255,11,64,94,255,11,11,11,255,11,25,45,255,11,108,160,255,11,108,171,255,11,103,167,255,11,100,162,255,113,164,202,255,61,126,176,255,11,88,152,255,11,83,147,212,11,79,142,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,22,22,168,1,16,16,196,142,16,16,198,255,27,16,217,255,34,17,223,255,35,17,225,255,35,17,225,255,51,33,239,255,61,44,250,255,62,45,251,255,54,38,236,255,46,35,191,255,115,112,162,255,144,144,146,255,169,162,169,255,193,193,193,255,208,209,209,255,190,198,190,255,162,174,167,255,71,127,149,255,13,88,149,255,13,153,216,255,12,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,186,249,255,11,114,155,255,11,11,19,255,11,11,11,255,11,73,112,255,11,107,167,255,11,107,170,255,11,102,166,255,61,132,182,255,137,179,211,255,60,124,175,255,11,87,150,254,11,83,147,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,194,43,14,14,196,228,14,14,201,255,30,15,220,255,32,15,222,255,33,15,224,255,34,16,225,255,48,30,238,255,60,42,250,255,60,42,250,255,61,43,251,255,64,48,240,255,104,97,192,255,163,154,166,255,168,168,168,255,191,191,191,255,197,197,197,255,172,174,174,255,108,138,154,255,12,89,143,255,12,130,192,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,149,201,255,11,36,58,255,11,11,11,255,11,41,67,255,11,103,159,255,11,110,173,255,11,107,168,255,11,101,165,255,146,186,216,255,140,181,212,255,31,103,161,255,11,85,149,212,11,82,146,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,171,1,13,13,194,142,13,13,196,255,13,13,204,255,30,13,222,255,30,13,222,255,31,13,224,255,31,13,224,255,37,19,230,255,52,34,244,255,58,40,250,255,58,40,250,255,66,49,243,255,113,108,192,255,161,153,165,255,162,162,162,255,168,170,170,255,176,177,177,255,146,167,183,255,13,103,148,255,11,108,171,255,11,184,248,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,168,225,255,11,63,90,255,11,11,11,255,11,17,34,255,11,90,138,255,11,112,173,255,11,109,172,255,11,105,168,255,94,155,197,255,164,198,223,255,140,180,211,255,11,89,153,254,11,85,148,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,43,12,12,194,228,12,12,196,255,21,12,214,255,29,12,222,255,29,12,222,255,29,12,222,255,30,12,224,255,30,12,224,255,43,25,237,255,54,36,248,255,57,39,250,255,65,48,243,255,91,81,214,255,136,136,176,255,152,143,152,255,147,139,147,255,154,160,162,255,66,131,158,255,11,91,154,255,11,167,231,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,167,224,255,11,73,105,255,11,11,11,255,11,11,11,255,11,71,112,255,11,110,170,255,11,112,174,255,11,108,171,255,43,124,179,255,180,210,231,255,164,197,223,255,92,147,190,255,11,88,152,198,11,84,148,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,158,1,11,11,194,108,11,11,196,249,11,11,201,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,37,19,231,255,53,35,246,255,57,39,250,255,57,39,250,255,69,54,236,255,112,112,186,255,125,136,147,255,132,133,136,255,91,125,141,255,11,90,147,255,11,137,200,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,171,227,255,11,75,107,255,11,11,11,255,11,11,11,255,11,55,88,255,11,103,161,255,11,115,177,255,11,110,173,255,11,107,170,255,157,196,223,255,178,208,230,255,160,195,221,255,46,115,169,231,11,87,150,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,184,10,11,11,195,151,11,11,196,254,13,11,207,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,31,13,225,255,45,27,238,255,51,33,244,255,53,35,246,255,59,42,237,255,84,70,206,255,113,102,153,255,97,110,120,255,11,88,134,255,11,110,173,255,15,194,246,255,112,220,245,255,150,222,243,255,112,216,245,255,15,203,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,166,221,255,11,107,146,255,11,144,194,255,11,150,201,255,11,66,95,255,11,11,11,255,11,11,11,255,11,57,90,255,11,105,162,255,11,118,179,255,11,113,176,255,11,109,172,255,136,184,216,255,188,215,235,255,174,205,228,255,131,175,207,249,11,89,153,108,12,83,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,24,11,11,196,187,11,11,196,255,12,11,206,255,25,11,219,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,40,22,233,255,43,25,237,255,43,25,237,255,43,25,237,255,48,33,227,255,63,52,196,255,39,60,162,255,34,97,183,255,186,216,231,255,226,226,228,255,224,224,227,255,227,227,227,255,184,218,236,255,15,152,201,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,112,152,255,11,11,11,255,11,18,34,255,11,28,46,255,11,11,11,255,11,11,11,255,11,55,88,255,11,107,164,255,11,120,182,255,11,115,178,255,11,112,174,255,95,160,202,255,192,219,237,255,183,212,233,255,168,201,225,255,51,121,172,158,11,88,152,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,45,11,11,195,217,11,11,196,255,11,11,200,255,15,11,208,255,25,11,219,255,25,11,219,255,24,11,218,255,25,11,219,255,30,12,224,255,30,12,224,255,35,17,228,255,42,24,236,255,43,25,237,255,43,25,237,255,43,25,237,255,42,24,234,255,137,133,236,255,226,226,226,255,226,226,226,255,224,224,226,255,226,226,248,255,227,236,248,255,111,164,192,255,11,97,161,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,165,220,255,11,64,91,255,11,11,11,255,11,11,11,255,11,11,11,255,11,58,93,255,11,110,166,255,11,121,184,255,11,118,180,255,11,114,177,255,73,148,195,255,195,221,239,255,188,216,235,255,176,207,229,255,119,168,204,200,11,90,154,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,74,11,11,195,238,11,11,196,255,11,11,196,255,11,11,196,255,11,11,198,255,11,11,200,255,11,11,200,255,11,11,200,255,11,11,204,255,16,11,209,255,19,11,213,255,24,11,218,255,33,15,226,255,39,21,232,255,47,29,236,255,170,167,233,255,225,225,225,255,226,236,248,255,224,224,226,255,226,236,248,255,224,224,230,255,149,180,204,255,11,82,143,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,174,232,255,11,85,121,255,11,11,19,255,11,11,11,255,11,33,60,255,11,101,155,255,11,120,183,255,11,116,179,255,79,154,200,255,195,222,240,255,190,218,237,255,180,210,231,255,156,193,220,220,20,99,159,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,167,3,11,11,194,97,11,11,194,224,11,11,194,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,196,255,11,11,196,255,11,11,196,255,11,11,203,255,17,11,210,255,19,11,213,255,29,11,222,255,36,18,228,255,146,133,236,255,246,236,248,255,248,236,226,255,230,227,226,255,224,216,224,255,225,216,226,255,111,159,190,255,11,78,142,255,11,115,178,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,139,197,255,11,73,116,255,11,11,29,255,11,11,11,255,11,63,102,255,11,119,182,255,113,175,213,255,195,223,240,255,190,218,237,255,181,212,232,255,168,202,226,210,44,118,172,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,195,55,11,11,195,191,11,11,195,254,11,11,195,255,11,11,192,255,11,11,192,255,11,11,194,255,11,11,194,255,15,11,192,255,59,47,190,255,111,100,191,255,130,124,188,255,130,125,185,255,123,119,178,255,134,137,191,255,209,210,234,255,242,234,243,255,231,225,231,255,221,219,226,255,176,196,215,255,12,107,158,255,11,78,142,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,152,215,255,11,138,201,255,11,134,197,255,11,126,186,255,11,91,141,255,11,59,99,255,17,100,155,255,144,194,224,255,192,221,240,255,188,218,237,255,180,212,233,252,169,203,227,181,48,122,176,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,172,24,11,11,156,146,11,11,155,245,11,11,159,255,11,11,160,255,11,11,164,255,53,51,180,255,153,148,200,255,189,185,198,255,194,190,194,255,185,184,185,255,176,176,176,255,165,165,165,255,148,158,149,255,123,147,153,255,125,168,194,255,148,184,207,255,106,159,191,255,12,108,159,255,11,78,142,255,11,97,161,255,11,172,236,255,11,198,255,255,11,185,249,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,137,198,255,11,133,195,255,11,130,192,255,11,126,189,255,57,148,199,255,173,212,235,255,186,218,238,255,182,215,236,255,176,210,232,245,156,196,223,145,44,122,177,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,6,11,11,159,97,11,11,159,224,11,11,159,255,11,11,160,255,15,11,171,255,138,137,192,255,183,188,200,255,186,191,197,255,190,191,192,255,184,184,184,255,172,172,172,255,152,160,152,255,123,127,131,255,43,102,137,255,11,99,159,255,11,120,183,255,11,112,174,255,11,124,186,255,11,149,213,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,134,197,255,11,131,194,255,26,135,194,255,124,187,221,255,179,216,238,255,176,213,235,255,172,209,233,255,167,205,229,231,119,174,209,104,22,109,169,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,55,11,11,159,184,11,11,159,249,11,11,162,255,70,66,178,255,177,178,198,255,183,190,200,255,196,194,201,255,195,191,195,255,184,184,185,255,170,170,170,255,144,146,146,255,103,124,139,255,13,72,116,255,11,89,153,255,11,138,201,255,11,142,206,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,255,19,136,197,255,89,170,214,255,158,206,233,255,161,206,232,255,160,204,230,255,157,201,228,241,132,184,217,168,54,134,187,57,12,100,161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,159,87,11,11,159,191,11,11,165,249,124,122,184,255,182,190,201,255,198,195,204,255,202,196,202,255,196,196,196,255,186,186,186,255,170,170,170,255,148,158,167,255,82,108,132,255,11,47,102,255,11,99,162,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,33,148,205,255,75,166,213,255,126,191,225,255,132,192,225,255,136,193,225,255,136,191,223,241,92,163,206,168,47,134,188,63,11,109,172,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,160,87,42,40,168,191,152,153,182,249,194,190,196,255,206,197,206,255,203,195,203,255,198,200,200,255,190,182,190,255,177,177,177,255,147,152,156,255,57,91,127,255,11,58,120,255,11,121,184,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,13,139,201,255,40,152,208,255,51,154,207,255,55,154,206,255,59,154,204,254,58,151,202,236,30,131,190,168,11,118,180,63,11,114,177,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,161,14,93,89,173,79,180,177,191,150,204,195,204,201,188,196,206,236,206,206,206,254,184,194,202,255,196,196,196,255,185,186,186,255,147,164,180,255,31,79,126,255,11,75,139,255,11,133,196,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,251,11,132,195,222,11,128,191,174,11,126,188,98,11,122,185,43,11,119,181,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,178,184,13,206,196,188,43,188,197,206,91,206,206,206,147,204,213,204,168,198,198,200,206,191,201,212,209,138,159,182,229,11,67,121,236,11,96,160,211,11,138,201,178,11,138,201,158,11,138,201,147,11,136,198,101,11,133,195,77,11,130,192,25,11,125,187,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,204,197,1,201,201,202,13,203,203,205,13,196,200,201,33,117,139,161,40,11,63,122,14,11,114,176,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
( 2b || !2b ), that is the question. The answer: true |
||
| Back to top |
|||
|
Nicholas Thompson
User Joined: Mon Sep 6th 2004 Location: London, UK |
Can ya guess what it is yet... + Code Snippet
sync on
sync rate 0
randomize timer()
#constant B_WIDTH 48
#constant B_HEIGHT 16
makeBrick(RGB(255,81,81), 1)
makeBrick(RGB(16,118,1), 2)
makeBrick(RGB(10,112,173), 3)
makeBrick(RGB(223,200,117), 4)
makeBrick(RGB(142,84,252), 5)
Type Block
x as integer
y as integer
BlockType as integer
EndType
GRID_WIDTH as integer : GRID_HEIGHT as integer
GRID_WIDTH = screen width() / B_WIDTH
GRID_HEIGHT = screen height() / B_HEIGHT * 0.25
dim grid(GRID_WIDTH, GRID_HEIGHT) as Block
for i = 0 to GRID_WIDTH-1
for j = 0 to GRID_HEIGHT-1
grid(i, j).x = i * B_WIDTH
grid(i, j).y = j * B_HEIGHT
grid(i, j).BlockType = rnd(4)+1
next j
next i
`Player
datatoimage(100)
Type Coord2D
x as float
y as float
EndType
Type PlayerData
p as Coord2D
v as Coord2D
angV as float
ang as float
EndType
Player as PlayerData
Player.p.x = screen width() * 0.5
Player.p.y = screen height() * 0.8
Player.v.x = -80.0
Player.v.y = -80.0
Player.angV = 45.0
Player.ang = 45.0
sprite 100, Player.p.x, Player.p.y, 100
set sprite 100, 1, 1
size sprite 100, B_WIDTH * 0.5, B_WIDTH * 0.5
offset sprite 100, B_WIDTH * 0.25, B_WIDTH * 0.25
frameTime# = 1.0
startTime = timer()
do
frameTime# = (frameTime# * 0.8) + ((timer() - startTime) * 0.2)
frameTimeS# = frameTime# * 0.001
startTime = timer()
for i = 0 to GRID_WIDTH-1
for j = 0 to GRID_HEIGHT-1
paste image grid(i, j).BlockType, grid(i, j).x, grid(i, j).y
next j
next i
gosub ProcessPlayer
sync
loop
end
ProcessPlayer:
inc Player.p.x, Player.v.x * frameTimeS#
inc Player.p.y, Player.v.y * frameTimeS#
inc Player.ang, Player.angV * frameTimeS#
sprite 100, Player.p.x, Player.p.y, 100
rotate sprite 100, Player.ang,
return
function makeBrick(B_COL as DWORD, imgNum as integer)
make memblock 1, 12 + (B_WIDTH * B_HEIGHT * 4)
write memblock dword 1, 0, B_WIDTH
write memblock dword 1, 4, B_HEIGHT
write memblock dword 1, 8, 32
i = 12
while i < get memblock size(1)-1
write memblock dword 1, i, B_COL
inc i, 4
endwhile
`HIGH-LIGHT
TempCol as DWORD
r = rgbr(B_COL)*1.25 : if r > 255 then r = 255
g = rgbg(B_COL)*1.25 : if g > 255 then g = 255
b = rgbb(B_COL)*1.25 : if b > 255 then b = 255
TempCol = rgb(r,g,b)
`Fill the top row
for i = 0 to B_WIDTH-1 : write memblock dword 1, 12 + (i*4) , TempCol : next i
`Fill the left column (ie once every n-width pixels)
for i = 0 to B_HEIGHT-1 : write memblock dword 1, 12 + (i*B_WIDTH*4) , TempCol : next i
`LOW-LIGHT
r = rgbr(B_COL)*0.75
g = rgbg(B_COL)*0.75
b = rgbb(B_COL)*0.75
TempCol = rgb(r,g,b)
`Fill the bottom row (ie, 1 row offset by "the width * the height -1)
T = B_WIDTH * (B_HEIGHT-1) * 4
for i = 1 to B_WIDTH-1 : write memblock dword 1, 12 + T + (i*4) , TempCol : next i
`Fill the right column (ie once every n-width pixels + width-1)
T = (B_WIDTH-1) * 4
for i = 0 to B_HEIGHT-1 : write memblock dword 1, 12 + T + (i*B_WIDTH*4) , TempCol : next i
make image from memblock imgNum, 1
delete memblock 1
endfunction
function datatoimage(image)
memblock=1
read size
make memblock 1,size
read sx `as dword
read sy `as dword
read depth `as dword
write memblock dword 1,0,sx
write memblock dword 1,4,sy
write memblock dword 1,8,depth
for x=0 to sx-1
for y=0 to sy-1
pos=(y*sx+x)*4+12
read b `as byte
read g `as byte
read r `as byte
read a `as byte
write memblock byte 1,pos,b
write memblock byte 1,pos+1,g
write memblock byte 1,pos+2,r
write memblock byte 1,pos+3,a
next y
next x
make image from memblock image,1
endfunction
data 16396
data 64
data 64
data 32
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,217,219,1,231,231,231,13,246,246,246,13,237,242,247,19,234,241,246,44,160,206,225,46,82,157,201,46,74,177,225,46,66,212,255,33,59,207,255,13,54,200,250,13,52,185,231,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,183,222,1,222,222,244,19,246,243,248,54,248,248,248,105,247,247,247,164,245,250,255,206,252,252,252,209,236,242,247,215,230,236,239,241,142,185,208,242,85,133,178,242,77,166,213,242,69,210,255,229,61,211,255,209,55,209,255,206,49,206,255,168,43,203,255,135,38,198,255,77,33,191,248,25,32,176,227,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,212,241,6,202,202,243,63,220,220,247,156,247,250,255,212,250,251,251,242,249,249,249,255,248,252,255,255,254,254,254,255,239,244,249,255,228,234,231,255,175,202,217,255,97,150,188,255,88,140,184,255,79,176,223,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,205,255,255,39,200,255,251,34,196,253,219,30,192,250,164,27,188,247,98,23,182,242,36,27,156,205,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,234,251,6,226,226,251,63,217,217,248,168,217,217,249,241,245,245,253,255,253,253,253,255,252,255,255,255,250,250,250,255,255,255,255,255,242,243,243,255,233,238,242,255,194,213,217,255,110,167,197,255,100,146,186,255,90,168,212,255,81,210,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,203,255,255,35,198,255,255,31,195,252,255,27,190,250,254,24,186,246,226,21,181,242,142,18,176,238,43,20,154,206,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,251,254,1,247,247,255,57,240,240,255,168,232,232,253,241,223,223,251,255,241,241,254,255,254,254,255,255,254,254,254,255,253,255,253,255,251,254,251,255,246,249,246,255,238,241,238,255,214,224,223,255,145,185,207,255,112,154,191,255,102,161,202,255,92,202,245,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,205,255,255,36,201,255,255,32,196,255,255,28,193,251,255,24,188,248,255,21,183,244,255,19,179,240,228,17,175,237,142,15,171,233,43,20,138,184,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,251,251,255,231,244,244,255,255,236,236,254,255,236,236,254,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,244,247,244,255,230,235,232,255,186,204,218,255,125,169,200,255,114,160,198,255,104,190,230,255,94,219,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,203,255,255,32,198,255,255,28,194,253,255,25,189,249,255,22,186,245,255,19,181,242,255,17,178,239,255,15,173,236,228,13,168,232,108,12,159,219,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,255,255,255,158,255,255,255,249,255,255,255,255,247,247,255,255,239,239,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,253,255,255,255,255,255,240,244,248,255,220,224,232,255,146,187,209,255,128,166,199,255,116,180,217,255,105,214,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,201,255,255,29,196,255,255,25,192,251,255,22,187,248,255,19,182,244,255,17,179,240,255,15,174,237,255,13,170,233,249,12,166,230,151,11,162,226,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,1,255,255,255,64,255,255,255,200,255,255,255,255,255,255,255,255,255,255,255,255,249,249,255,255,247,247,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,253,253,255,253,254,254,255,234,239,237,255,188,210,221,255,140,176,205,255,129,174,208,255,117,205,243,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,199,255,255,25,194,254,255,22,189,250,255,19,185,246,255,17,181,243,255,15,177,239,255,13,172,236,255,12,168,232,254,11,165,228,187,11,161,225,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,255,255,255,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,248,252,248,255,223,230,234,255,152,192,213,255,141,175,206,255,129,192,226,255,117,221,255,255,106,223,255,255,96,221,255,255,87,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,43,206,255,255,37,205,255,255,33,203,255,255,29,200,255,255,25,188,247,255,22,145,193,255,19,102,141,255,17,152,207,255,15,178,240,255,13,173,237,255,12,170,233,255,11,166,230,255,11,162,226,217,11,150,214,74,15,102,156,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,149,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,252,250,252,255,237,239,239,255,190,210,221,255,152,184,210,255,140,181,213,255,129,214,248,255,117,226,255,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,188,243,255,25,123,162,255,22,38,56,255,19,19,19,255,17,104,144,255,15,180,243,255,13,176,239,255,12,172,234,255,11,168,231,255,11,165,227,255,11,160,224,238,11,134,197,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,3,255,255,255,110,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,247,247,247,255,220,225,228,255,163,195,214,255,151,182,211,255,139,198,229,255,128,225,255,255,116,226,255,255,105,223,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,182,235,255,29,102,135,255,25,25,41,255,22,22,22,255,19,66,93,255,17,156,209,255,15,181,244,255,13,177,240,255,12,173,237,255,11,170,233,255,11,166,230,255,11,162,225,255,11,155,218,224,11,108,171,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,74,255,255,255,238,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,248,251,253,255,239,237,239,255,197,212,220,255,160,187,213,255,149,186,215,255,137,215,247,255,125,228,255,255,114,225,255,255,104,223,255,255,94,220,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,175,224,255,32,80,105,255,28,28,28,255,25,25,25,255,22,22,22,255,19,90,125,255,17,168,223,255,15,183,245,255,13,178,242,255,12,174,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,134,196,191,11,90,154,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,253,255,45,255,255,255,217,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,250,251,251,255,228,231,232,255,174,202,217,255,158,186,213,255,146,197,227,255,135,227,255,255,123,228,255,255,112,225,255,255,102,222,255,255,92,219,255,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,206,255,255,36,127,163,255,32,32,32,255,28,34,49,255,24,40,57,255,21,21,21,255,19,19,19,255,17,81,113,255,15,163,220,255,13,180,243,255,12,176,239,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,225,255,11,154,218,254,11,108,170,146,11,88,152,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,241,255,24,247,247,255,187,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,251,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,246,247,247,255,214,223,228,255,165,194,215,255,154,188,216,255,143,210,241,255,132,230,255,255,120,227,255,255,110,224,255,255,100,222,255,255,90,219,255,255,81,216,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,205,255,255,35,175,225,255,31,119,155,255,27,151,198,255,24,155,205,255,21,73,101,255,18,18,18,255,16,16,16,255,14,79,111,255,13,159,215,255,12,178,240,255,11,173,237,255,11,170,233,255,11,166,230,255,11,162,226,255,11,159,222,255,11,124,185,245,11,89,153,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,226,248,1,234,234,255,135,240,240,255,254,244,244,255,255,247,247,255,255,249,249,255,255,250,250,255,255,249,249,255,255,247,247,255,255,244,244,255,255,247,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,243,244,245,255,194,214,224,255,160,189,214,255,150,193,221,255,139,221,253,255,128,229,255,255,117,226,255,255,107,223,255,255,97,221,255,255,88,218,255,255,79,216,255,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,23,201,255,255,21,175,231,255,18,81,112,255,16,16,16,255,14,14,14,255,13,74,108,255,11,159,215,255,11,176,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,143,206,255,11,90,154,224,11,87,150,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,252,43,226,226,254,228,232,232,255,255,236,236,255,255,239,239,255,255,241,241,255,255,242,242,255,255,241,241,255,255,239,239,255,255,238,237,255,255,246,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,235,241,241,255,170,202,219,255,155,185,212,255,145,202,232,255,134,227,255,255,123,228,255,255,113,225,255,255,103,222,255,255,94,220,255,255,85,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,55,209,255,255,49,208,255,255,43,206,255,255,38,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,170,226,255,16,78,110,255,14,14,14,255,12,12,13,255,11,94,134,255,11,168,227,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,224,255,11,156,220,255,11,107,170,255,11,88,152,184,11,84,148,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,205,239,1,211,211,249,142,217,217,251,255,223,223,253,255,227,227,255,255,230,230,255,255,232,232,255,255,232,232,255,255,232,232,255,255,231,230,255,255,233,232,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,252,252,255,220,232,234,255,159,192,214,255,149,184,213,255,139,213,245,255,129,229,255,255,118,226,255,255,109,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,74,215,255,255,66,212,255,255,59,210,255,255,53,209,255,255,47,207,255,255,42,206,255,255,37,205,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,19,200,255,255,17,197,255,255,15,171,226,255,14,66,95,255,12,12,12,255,11,18,35,255,11,122,168,255,11,171,234,255,11,170,233,255,11,166,230,255,11,162,225,255,11,158,221,255,11,122,185,255,11,89,153,249,11,85,148,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,195,236,43,202,202,244,228,208,208,246,255,213,213,249,255,217,217,252,255,220,220,254,255,222,222,255,255,222,222,255,255,222,222,255,255,221,220,255,255,229,228,255,255,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,255,255,255,255,247,250,247,255,197,217,225,255,152,182,209,255,143,187,217,255,133,220,254,255,123,228,255,255,113,225,255,255,104,223,255,255,95,220,255,255,86,218,255,255,78,216,255,255,71,214,255,255,63,212,255,255,57,210,255,255,51,208,255,255,45,207,255,255,40,205,255,255,35,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,198,255,255,15,195,255,255,13,149,201,255,12,36,58,255,11,11,11,255,11,46,71,255,11,148,204,255,11,171,234,255,11,167,230,255,11,162,226,255,11,159,222,255,11,133,196,255,11,90,153,255,11,85,149,191,11,82,146,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,181,181,219,1,186,186,227,142,192,192,239,255,198,198,241,255,203,203,244,255,206,206,248,255,209,209,251,255,211,211,252,255,211,211,254,255,211,211,255,255,211,210,255,255,228,227,255,255,252,252,255,255,255,255,255,255,254,255,254,255,253,255,254,255,252,254,252,255,253,253,253,255,235,241,240,255,172,199,215,255,145,177,207,255,136,192,224,255,126,228,255,255,117,226,255,255,108,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,75,215,255,255,67,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,43,206,255,255,38,205,255,255,34,204,255,255,30,203,255,255,26,202,255,255,23,201,255,255,21,200,255,255,18,199,255,255,16,199,255,255,14,195,255,255,13,186,249,255,11,114,155,255,11,11,17,255,11,11,11,255,11,87,125,255,11,166,226,255,11,167,231,255,11,164,227,255,11,160,224,255,11,148,210,255,11,95,159,255,11,87,150,249,11,83,147,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,169,169,208,43,176,176,216,228,182,182,235,255,187,187,238,255,192,192,242,255,195,195,246,255,198,198,248,255,199,199,249,255,200,200,250,255,199,199,250,255,200,199,251,255,228,227,253,255,254,253,254,255,254,254,254,255,253,254,254,255,252,255,254,255,250,253,255,255,249,249,249,255,220,226,229,255,146,186,207,255,137,173,205,255,129,199,234,255,119,227,255,255,111,225,255,255,102,212,249,255,94,177,208,255,86,154,182,255,78,168,202,255,71,202,246,255,64,212,255,255,57,210,255,255,51,208,255,255,46,207,255,255,41,206,255,255,36,204,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,17,199,255,255,15,199,255,255,14,196,255,255,12,192,255,255,11,172,231,255,11,65,95,255,11,11,11,255,11,24,43,255,11,134,185,255,11,168,232,255,11,165,228,255,11,161,224,255,11,153,216,255,11,101,165,255,11,88,152,255,11,83,147,191,11,79,142,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,159,159,189,105,166,166,211,255,171,171,235,255,176,176,238,255,181,181,243,255,184,184,243,255,186,186,245,255,188,188,247,255,188,188,246,255,188,188,247,255,193,191,248,255,229,228,251,255,252,253,252,255,252,253,252,255,251,253,254,255,249,253,255,255,244,247,244,255,239,239,239,255,200,211,217,255,137,173,201,255,129,171,205,255,120,208,244,255,112,225,255,255,104,213,249,255,96,140,161,255,88,88,88,255,81,81,81,255,74,74,74,255,67,118,142,255,60,198,245,255,54,209,255,255,49,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,13,197,255,255,12,192,255,255,11,189,252,255,11,137,185,255,11,19,36,255,11,11,11,255,11,82,120,255,11,165,227,255,11,166,228,255,11,161,225,255,11,158,221,255,11,113,174,255,11,88,152,255,11,84,148,249,11,81,144,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,144,144,218,4,149,149,173,174,155,155,214,255,160,160,238,255,165,165,244,255,169,169,248,255,172,172,247,255,174,174,249,255,176,176,249,255,176,176,247,255,176,176,246,255,185,183,245,255,233,230,249,255,250,251,250,255,250,253,251,255,251,253,252,255,254,251,254,255,237,241,237,255,229,224,229,255,172,191,201,255,129,164,197,255,120,173,209,255,113,216,253,255,105,223,255,255,98,179,209,255,90,90,90,255,83,83,83,255,76,76,76,255,69,69,69,255,63,63,63,255,57,157,195,255,51,208,255,255,46,207,255,255,41,206,255,255,37,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,197,255,255,12,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,35,58,255,11,142,197,255,11,166,230,255,11,162,226,255,11,159,221,255,11,118,180,255,11,89,153,255,11,85,148,255,11,81,144,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,133,133,216,33,139,139,159,229,145,145,203,255,150,150,235,255,154,154,238,255,158,158,239,255,160,160,239,255,163,163,246,255,166,164,250,255,165,164,250,255,169,165,252,255,185,184,245,255,234,232,247,255,248,248,248,255,248,252,251,255,247,251,255,255,252,252,252,255,240,236,240,255,216,211,217,255,148,176,191,255,119,157,193,255,112,175,213,255,105,219,255,255,98,221,255,255,91,157,184,255,84,84,84,255,78,78,78,255,71,71,71,255,65,65,65,255,59,59,59,255,53,134,166,255,48,208,255,255,43,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,122,167,255,11,11,23,255,11,11,15,255,11,102,146,255,11,167,230,255,11,162,226,255,11,159,222,255,11,124,186,255,11,89,153,255,11,85,149,255,11,82,146,201,11,78,140,13,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,123,124,209,81,129,129,146,251,134,134,178,255,139,139,221,255,143,143,224,255,146,146,224,255,149,149,223,255,151,151,229,255,152,152,236,255,152,152,240,255,154,152,244,255,186,184,245,255,235,235,247,255,247,245,247,255,247,250,247,255,246,250,246,255,251,247,251,255,238,238,238,255,210,213,215,255,134,168,191,255,111,152,191,255,104,179,219,255,98,221,255,255,91,219,255,255,85,172,205,255,78,78,78,255,72,72,72,255,66,66,66,255,60,60,60,255,55,55,55,255,50,154,193,255,45,207,255,255,40,205,255,255,36,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,218,255,11,46,72,255,11,11,11,255,11,66,99,255,11,161,222,255,11,164,227,255,11,159,222,255,11,124,186,255,11,90,154,255,11,87,149,255,11,82,146,236,11,78,142,43,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,113,114,220,147,118,119,138,255,123,124,153,255,128,128,199,255,132,132,214,255,135,135,214,255,137,137,213,255,139,139,215,255,140,140,216,255,141,141,218,255,140,140,228,255,179,178,234,255,233,235,243,255,245,240,245,255,244,244,244,255,241,246,241,255,237,243,247,255,239,239,239,255,210,216,218,255,111,162,187,255,102,149,189,255,96,183,225,255,90,219,255,255,84,217,255,255,78,204,247,255,72,122,146,255,67,67,67,255,61,61,61,255,56,56,56,255,51,105,132,255,46,193,243,255,42,206,255,255,37,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,142,196,255,11,164,227,255,11,160,224,255,11,130,191,255,11,90,154,255,11,87,150,255,11,83,146,254,11,78,142,87,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,117,109,227,1,122,112,242,168,109,110,162,255,113,114,133,255,117,118,176,255,120,121,209,255,123,124,208,255,125,126,207,255,128,128,208,255,129,129,208,255,129,129,211,255,129,129,219,255,175,174,232,255,228,232,233,255,241,241,242,255,238,238,238,255,234,239,245,255,231,237,242,255,223,234,234,255,206,211,215,255,99,155,185,255,94,144,187,255,88,190,234,255,83,217,255,255,78,216,255,255,72,214,255,255,67,200,245,255,61,160,197,255,56,136,168,255,51,154,193,255,47,194,243,255,42,206,255,255,38,205,255,255,35,204,255,255,31,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,110,154,255,11,11,15,255,11,15,30,255,11,118,165,255,11,165,227,255,11,160,224,255,11,125,188,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,105,94,231,13,120,109,250,206,99,99,185,255,103,103,121,255,107,108,152,255,110,111,203,255,112,113,203,255,114,115,202,255,116,117,202,255,117,118,203,255,117,118,203,255,117,118,210,255,175,179,228,255,225,225,229,255,239,238,239,255,233,227,233,255,238,233,238,255,222,233,233,255,211,217,211,255,180,195,206,255,90,147,179,255,86,141,185,255,81,193,238,255,76,215,255,255,71,214,255,255,66,212,255,255,61,211,255,255,56,210,255,255,52,209,255,255,47,207,255,255,43,206,255,255,39,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,41,255,11,11,11,255,11,95,138,255,11,165,228,255,11,160,224,255,11,125,188,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,168,13,74,134,1,0,0,0,0,0,0,0,0,
data 0,0,0,0,96,84,233,13,110,98,247,209,92,90,205,255,94,94,116,255,97,97,130,255,100,100,194,255,102,102,199,255,104,104,199,255,105,105,200,255,106,107,200,255,106,107,199,255,106,107,202,255,171,173,219,255,225,230,238,255,236,236,236,255,229,229,229,255,222,227,222,255,213,219,225,255,200,206,212,255,172,184,192,255,82,139,173,255,78,139,185,255,74,193,241,255,69,213,255,255,65,212,255,255,60,211,255,255,56,210,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,39,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,161,224,255,11,120,183,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,206,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,89,75,233,33,98,85,241,229,103,91,237,255,85,85,118,255,88,88,110,255,90,90,178,255,92,92,198,255,94,94,198,255,95,95,198,255,96,96,197,255,96,96,195,255,96,96,199,255,171,175,222,255,225,231,237,255,234,235,235,255,227,229,229,255,218,218,218,255,220,213,220,255,202,202,202,255,158,168,180,255,75,131,171,255,71,137,185,255,67,192,242,255,63,212,255,255,59,210,255,255,55,209,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,15,199,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,171,230,255,11,53,81,255,11,11,11,255,11,72,107,255,11,165,228,255,11,161,225,255,11,116,178,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,81,67,233,46,90,76,238,242,102,89,248,255,77,77,138,255,79,79,99,255,81,81,150,255,83,83,195,255,85,85,198,255,86,86,199,255,86,86,196,255,87,87,193,255,86,86,194,255,171,168,211,255,220,221,223,255,234,234,234,255,228,229,229,255,218,218,218,255,202,209,215,255,196,198,198,255,139,160,174,255,67,125,169,255,64,133,183,255,60,195,247,255,57,210,255,255,53,209,255,255,50,208,255,255,46,207,255,255,42,206,255,255,39,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,158,221,255,11,107,168,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,76,61,232,46,81,66,235,242,91,76,243,255,72,69,188,255,71,71,92,255,73,73,118,255,75,75,180,255,76,76,199,255,77,77,201,255,78,78,197,255,78,78,192,255,78,78,188,255,165,166,204,255,217,218,221,255,235,228,235,255,230,230,230,255,221,227,221,255,203,203,203,255,196,196,196,255,149,162,177,255,61,123,165,255,57,128,180,255,54,193,247,255,51,208,255,255,48,208,255,255,45,207,255,255,42,206,255,255,38,205,255,255,35,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,182,244,255,11,64,95,255,11,11,11,255,11,64,95,255,11,165,228,255,11,153,216,255,11,101,164,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,69,54,231,46,73,58,232,242,84,70,242,255,89,75,238,255,63,63,117,255,65,65,92,255,67,67,141,255,68,68,192,255,69,69,201,255,69,69,196,255,69,69,190,255,69,69,188,255,161,161,211,255,219,225,233,255,219,225,233,255,229,229,229,255,221,228,235,255,208,208,208,255,204,198,204,255,160,177,185,255,54,124,166,255,51,127,180,255,49,192,246,255,46,207,255,255,43,206,255,255,40,205,255,255,37,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,139,202,255,11,96,159,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,63,48,226,33,67,51,230,229,76,61,237,255,88,74,248,255,74,61,214,255,58,58,90,255,59,59,97,255,60,60,159,255,61,61,194,255,62,62,195,255,62,62,189,255,62,62,187,255,154,154,214,255,217,217,232,255,218,224,232,255,228,228,228,255,223,229,223,255,214,214,214,255,216,208,216,255,172,187,196,255,48,119,164,255,46,121,175,255,44,188,243,255,41,206,255,255,39,205,255,255,36,204,255,255,34,204,255,255,31,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,170,228,255,11,52,79,255,11,11,11,255,11,72,107,255,11,165,228,255,11,130,192,255,11,96,159,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,57,43,222,13,61,45,229,209,65,50,231,255,83,67,247,255,87,72,251,255,51,51,166,255,53,53,78,255,54,54,109,255,54,54,166,255,55,55,188,255,55,55,184,255,55,55,182,255,151,148,202,255,212,212,216,255,216,223,231,255,229,229,230,255,225,226,226,255,220,227,235,255,222,215,222,255,175,182,196,255,43,119,162,255,41,116,171,255,39,186,242,255,37,205,255,255,34,204,255,255,32,203,255,255,30,203,255,255,28,202,255,255,26,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,37,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,115,177,255,11,95,159,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,209,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,43,39,205,13,56,40,228,206,58,42,229,255,73,57,242,255,84,68,252,255,77,63,237,255,47,47,121,255,47,47,76,255,48,48,117,255,48,48,166,255,48,48,178,255,48,48,177,255,126,129,191,255,211,212,214,255,215,222,230,255,231,231,231,255,227,227,227,255,222,231,238,255,204,213,220,255,157,176,176,255,38,115,157,255,36,110,166,255,34,180,238,255,33,203,255,255,31,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,40,255,11,11,11,255,11,96,138,255,11,152,215,255,11,99,162,255,11,95,159,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,178,13,74,134,4,0,0,0,0,0,0,0,0,
data 0,0,0,0,38,38,186,1,46,35,222,168,54,37,228,255,58,42,231,255,75,59,247,255,78,63,251,255,63,50,221,255,42,42,89,255,42,42,72,255,42,42,129,255,43,43,171,255,42,42,176,255,108,113,194,255,209,210,213,255,213,221,229,255,229,221,229,255,228,220,228,255,223,223,224,255,206,214,206,255,175,176,188,255,43,115,155,255,32,104,163,255,31,170,229,255,29,202,255,255,27,202,255,255,26,202,255,255,24,186,241,255,22,139,183,255,21,114,151,255,19,138,182,255,18,184,240,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,113,155,255,11,11,17,255,11,15,30,255,11,119,166,255,11,133,195,255,11,99,162,255,11,95,159,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,34,31,212,135,49,32,227,255,50,33,227,255,61,44,236,255,74,58,250,255,75,59,250,255,37,37,170,255,37,37,60,255,37,37,81,255,37,37,145,255,37,37,174,255,95,98,194,255,201,201,210,255,211,219,228,255,228,220,228,255,212,219,228,255,220,213,220,255,203,211,203,255,185,183,192,255,54,120,156,255,28,97,156,255,27,166,226,255,26,202,255,255,24,201,255,255,23,186,241,255,21,83,114,255,20,20,20,255,19,19,19,255,17,17,17,255,16,79,111,255,15,183,240,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,140,194,255,11,118,180,255,11,99,162,255,11,95,158,255,11,90,154,255,11,87,150,255,11,83,146,255,11,78,142,94,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,27,27,201,77,38,28,218,251,46,29,227,255,48,31,228,255,64,47,242,255,72,55,250,255,64,48,233,255,33,33,114,255,33,33,59,255,33,33,97,255,33,33,151,255,76,81,190,255,194,194,209,255,211,211,227,255,211,219,228,255,208,217,225,255,218,211,218,255,201,210,201,255,190,185,195,255,78,135,155,255,25,92,150,255,24,152,211,255,23,201,255,255,22,200,255,255,20,138,183,255,19,19,19,255,18,18,18,255,17,17,17,255,16,16,16,255,15,15,15,255,14,135,181,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,216,255,11,46,71,255,11,11,11,255,11,67,100,255,11,139,200,255,11,102,166,255,11,97,161,255,11,94,158,255,11,90,154,255,11,87,149,255,11,82,146,242,11,78,142,54,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,197,25,25,25,203,219,41,26,222,255,44,27,226,255,48,31,229,255,63,46,244,255,69,52,250,255,46,32,212,255,29,29,105,255,29,29,61,255,29,29,100,255,30,34,161,255,187,187,207,255,208,208,210,255,210,218,227,255,222,215,222,255,213,213,213,255,198,206,215,255,192,186,194,255,99,145,161,255,22,95,151,255,21,137,197,255,20,198,255,255,19,200,255,255,18,112,150,255,17,17,17,255,16,16,16,255,15,15,15,255,14,14,14,255,13,13,13,255,12,108,147,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,121,166,255,11,11,23,255,11,11,15,255,11,101,144,255,11,121,183,255,11,101,165,255,11,97,161,255,19,99,161,255,11,89,153,255,11,85,149,255,11,82,146,212,11,78,140,19,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,180,1,22,22,199,164,27,23,211,255,40,23,224,255,42,24,226,255,47,30,231,255,60,43,244,255,66,49,249,255,59,43,234,255,25,25,124,255,25,25,58,255,25,25,111,255,150,150,186,255,206,206,209,255,209,209,226,255,221,212,221,255,208,209,209,255,192,200,209,255,191,182,191,255,119,152,160,255,20,97,150,255,19,124,185,255,18,191,252,255,17,199,255,255,16,136,181,255,15,15,15,255,14,14,14,255,14,14,14,255,13,13,13,255,12,12,12,255,11,134,180,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,36,59,255,11,122,177,255,11,105,168,255,11,101,165,255,11,97,160,255,53,122,174,255,11,89,153,255,11,85,148,255,11,81,144,164,15,75,132,1,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,19,19,198,98,20,20,200,254,34,21,220,255,39,21,225,255,39,21,225,255,49,32,234,255,63,45,248,255,66,48,250,255,58,43,235,255,22,22,111,255,22,22,71,255,97,98,145,255,183,183,188,255,206,208,208,255,203,211,220,255,209,209,209,255,193,202,193,255,187,179,187,255,134,157,158,255,17,104,148,255,17,109,170,255,16,185,248,255,15,199,255,255,14,183,240,255,14,78,109,255,13,13,13,255,12,12,12,255,12,12,12,255,11,76,108,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,137,185,255,11,18,35,255,11,11,11,255,11,77,115,255,11,121,183,255,11,105,167,255,11,100,164,255,55,126,178,255,59,126,176,255,11,88,152,255,11,84,148,251,11,81,144,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,17,17,194,36,18,18,197,226,21,18,209,255,35,18,223,255,37,19,225,255,37,19,225,255,51,34,238,255,63,46,250,255,64,47,251,255,49,35,222,255,19,19,122,255,58,58,117,255,143,143,151,255,169,169,170,255,194,202,211,255,214,214,214,255,199,199,199,255,179,187,196,255,148,163,160,255,33,112,147,255,15,97,160,255,14,171,233,255,14,198,255,255,13,198,255,255,12,182,240,255,12,134,180,255,11,108,147,255,11,134,180,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,171,230,255,11,64,94,255,11,11,11,255,11,25,45,255,11,108,160,255,11,108,171,255,11,103,167,255,11,100,162,255,113,164,202,255,61,126,176,255,11,88,152,255,11,83,147,212,11,79,142,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,22,22,168,1,16,16,196,142,16,16,198,255,27,16,217,255,34,17,223,255,35,17,225,255,35,17,225,255,51,33,239,255,61,44,250,255,62,45,251,255,54,38,236,255,46,35,191,255,115,112,162,255,144,144,146,255,169,162,169,255,193,193,193,255,208,209,209,255,190,198,190,255,162,174,167,255,71,127,149,255,13,88,149,255,13,153,216,255,12,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,186,249,255,11,114,155,255,11,11,19,255,11,11,11,255,11,73,112,255,11,107,167,255,11,107,170,255,11,102,166,255,61,132,182,255,137,179,211,255,60,124,175,255,11,87,150,254,11,83,147,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,194,43,14,14,196,228,14,14,201,255,30,15,220,255,32,15,222,255,33,15,224,255,34,16,225,255,48,30,238,255,60,42,250,255,60,42,250,255,61,43,251,255,64,48,240,255,104,97,192,255,163,154,166,255,168,168,168,255,191,191,191,255,197,197,197,255,172,174,174,255,108,138,154,255,12,89,143,255,12,130,192,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,149,201,255,11,36,58,255,11,11,11,255,11,41,67,255,11,103,159,255,11,110,173,255,11,107,168,255,11,101,165,255,146,186,216,255,140,181,212,255,31,103,161,255,11,85,149,212,11,82,146,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,171,1,13,13,194,142,13,13,196,255,13,13,204,255,30,13,222,255,30,13,222,255,31,13,224,255,31,13,224,255,37,19,230,255,52,34,244,255,58,40,250,255,58,40,250,255,66,49,243,255,113,108,192,255,161,153,165,255,162,162,162,255,168,170,170,255,176,177,177,255,146,167,183,255,13,103,148,255,11,108,171,255,11,184,248,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,168,225,255,11,63,90,255,11,11,11,255,11,17,34,255,11,90,138,255,11,112,173,255,11,109,172,255,11,105,168,255,94,155,197,255,164,198,223,255,140,180,211,255,11,89,153,254,11,85,148,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,43,12,12,194,228,12,12,196,255,21,12,214,255,29,12,222,255,29,12,222,255,29,12,222,255,30,12,224,255,30,12,224,255,43,25,237,255,54,36,248,255,57,39,250,255,65,48,243,255,91,81,214,255,136,136,176,255,152,143,152,255,147,139,147,255,154,160,162,255,66,131,158,255,11,91,154,255,11,167,231,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,167,224,255,11,73,105,255,11,11,11,255,11,11,11,255,11,71,112,255,11,110,170,255,11,112,174,255,11,108,171,255,43,124,179,255,180,210,231,255,164,197,223,255,92,147,190,255,11,88,152,198,11,84,148,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,158,1,11,11,194,108,11,11,196,249,11,11,201,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,37,19,231,255,53,35,246,255,57,39,250,255,57,39,250,255,69,54,236,255,112,112,186,255,125,136,147,255,132,133,136,255,91,125,141,255,11,90,147,255,11,137,200,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,171,227,255,11,75,107,255,11,11,11,255,11,11,11,255,11,55,88,255,11,103,161,255,11,115,177,255,11,110,173,255,11,107,170,255,157,196,223,255,178,208,230,255,160,195,221,255,46,115,169,231,11,87,150,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,184,10,11,11,195,151,11,11,196,254,13,11,207,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,31,13,225,255,45,27,238,255,51,33,244,255,53,35,246,255,59,42,237,255,84,70,206,255,113,102,153,255,97,110,120,255,11,88,134,255,11,110,173,255,15,194,246,255,112,220,245,255,150,222,243,255,112,216,245,255,15,203,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,166,221,255,11,107,146,255,11,144,194,255,11,150,201,255,11,66,95,255,11,11,11,255,11,11,11,255,11,57,90,255,11,105,162,255,11,118,179,255,11,113,176,255,11,109,172,255,136,184,216,255,188,215,235,255,174,205,228,255,131,175,207,249,11,89,153,108,12,83,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,24,11,11,196,187,11,11,196,255,12,11,206,255,25,11,219,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,40,22,233,255,43,25,237,255,43,25,237,255,43,25,237,255,48,33,227,255,63,52,196,255,39,60,162,255,34,97,183,255,186,216,231,255,226,226,228,255,224,224,227,255,227,227,227,255,184,218,236,255,15,152,201,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,112,152,255,11,11,11,255,11,18,34,255,11,28,46,255,11,11,11,255,11,11,11,255,11,55,88,255,11,107,164,255,11,120,182,255,11,115,178,255,11,112,174,255,95,160,202,255,192,219,237,255,183,212,233,255,168,201,225,255,51,121,172,158,11,88,152,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,45,11,11,195,217,11,11,196,255,11,11,200,255,15,11,208,255,25,11,219,255,25,11,219,255,24,11,218,255,25,11,219,255,30,12,224,255,30,12,224,255,35,17,228,255,42,24,236,255,43,25,237,255,43,25,237,255,43,25,237,255,42,24,234,255,137,133,236,255,226,226,226,255,226,226,226,255,224,224,226,255,226,226,248,255,227,236,248,255,111,164,192,255,11,97,161,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,165,220,255,11,64,91,255,11,11,11,255,11,11,11,255,11,11,11,255,11,58,93,255,11,110,166,255,11,121,184,255,11,118,180,255,11,114,177,255,73,148,195,255,195,221,239,255,188,216,235,255,176,207,229,255,119,168,204,200,11,90,154,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,74,11,11,195,238,11,11,196,255,11,11,196,255,11,11,196,255,11,11,198,255,11,11,200,255,11,11,200,255,11,11,200,255,11,11,204,255,16,11,209,255,19,11,213,255,24,11,218,255,33,15,226,255,39,21,232,255,47,29,236,255,170,167,233,255,225,225,225,255,226,236,248,255,224,224,226,255,226,236,248,255,224,224,230,255,149,180,204,255,11,82,143,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,174,232,255,11,85,121,255,11,11,19,255,11,11,11,255,11,33,60,255,11,101,155,255,11,120,183,255,11,116,179,255,79,154,200,255,195,222,240,255,190,218,237,255,180,210,231,255,156,193,220,220,20,99,159,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,167,3,11,11,194,97,11,11,194,224,11,11,194,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,196,255,11,11,196,255,11,11,196,255,11,11,203,255,17,11,210,255,19,11,213,255,29,11,222,255,36,18,228,255,146,133,236,255,246,236,248,255,248,236,226,255,230,227,226,255,224,216,224,255,225,216,226,255,111,159,190,255,11,78,142,255,11,115,178,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,139,197,255,11,73,116,255,11,11,29,255,11,11,11,255,11,63,102,255,11,119,182,255,113,175,213,255,195,223,240,255,190,218,237,255,181,212,232,255,168,202,226,210,44,118,172,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,195,55,11,11,195,191,11,11,195,254,11,11,195,255,11,11,192,255,11,11,192,255,11,11,194,255,11,11,194,255,15,11,192,255,59,47,190,255,111,100,191,255,130,124,188,255,130,125,185,255,123,119,178,255,134,137,191,255,209,210,234,255,242,234,243,255,231,225,231,255,221,219,226,255,176,196,215,255,12,107,158,255,11,78,142,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,152,215,255,11,138,201,255,11,134,197,255,11,126,186,255,11,91,141,255,11,59,99,255,17,100,155,255,144,194,224,255,192,221,240,255,188,218,237,255,180,212,233,252,169,203,227,181,48,122,176,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,172,24,11,11,156,146,11,11,155,245,11,11,159,255,11,11,160,255,11,11,164,255,53,51,180,255,153,148,200,255,189,185,198,255,194,190,194,255,185,184,185,255,176,176,176,255,165,165,165,255,148,158,149,255,123,147,153,255,125,168,194,255,148,184,207,255,106,159,191,255,12,108,159,255,11,78,142,255,11,97,161,255,11,172,236,255,11,198,255,255,11,185,249,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,137,198,255,11,133,195,255,11,130,192,255,11,126,189,255,57,148,199,255,173,212,235,255,186,218,238,255,182,215,236,255,176,210,232,245,156,196,223,145,44,122,177,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,6,11,11,159,97,11,11,159,224,11,11,159,255,11,11,160,255,15,11,171,255,138,137,192,255,183,188,200,255,186,191,197,255,190,191,192,255,184,184,184,255,172,172,172,255,152,160,152,255,123,127,131,255,43,102,137,255,11,99,159,255,11,120,183,255,11,112,174,255,11,124,186,255,11,149,213,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,134,197,255,11,131,194,255,26,135,194,255,124,187,221,255,179,216,238,255,176,213,235,255,172,209,233,255,167,205,229,231,119,174,209,104,22,109,169,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,55,11,11,159,184,11,11,159,249,11,11,162,255,70,66,178,255,177,178,198,255,183,190,200,255,196,194,201,255,195,191,195,255,184,184,185,255,170,170,170,255,144,146,146,255,103,124,139,255,13,72,116,255,11,89,153,255,11,138,201,255,11,142,206,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,255,19,136,197,255,89,170,214,255,158,206,233,255,161,206,232,255,160,204,230,255,157,201,228,241,132,184,217,168,54,134,187,57,12,100,161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,159,87,11,11,159,191,11,11,165,249,124,122,184,255,182,190,201,255,198,195,204,255,202,196,202,255,196,196,196,255,186,186,186,255,170,170,170,255,148,158,167,255,82,108,132,255,11,47,102,255,11,99,162,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,33,148,205,255,75,166,213,255,126,191,225,255,132,192,225,255,136,193,225,255,136,191,223,241,92,163,206,168,47,134,188,63,11,109,172,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,160,87,42,40,168,191,152,153,182,249,194,190,196,255,206,197,206,255,203,195,203,255,198,200,200,255,190,182,190,255,177,177,177,255,147,152,156,255,57,91,127,255,11,58,120,255,11,121,184,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,13,139,201,255,40,152,208,255,51,154,207,255,55,154,206,255,59,154,204,254,58,151,202,236,30,131,190,168,11,118,180,63,11,114,177,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,161,14,93,89,173,79,180,177,191,150,204,195,204,201,188,196,206,236,206,206,206,254,184,194,202,255,196,196,196,255,185,186,186,255,147,164,180,255,31,79,126,255,11,75,139,255,11,133,196,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,251,11,132,195,222,11,128,191,174,11,126,188,98,11,122,185,43,11,119,181,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,178,184,13,206,196,188,43,188,197,206,91,206,206,206,147,204,213,204,168,198,198,200,206,191,201,212,209,138,159,182,229,11,67,121,236,11,96,160,211,11,138,201,178,11,138,201,158,11,138,201,147,11,136,198,101,11,133,195,77,11,130,192,25,11,125,187,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,204,197,1,201,201,202,13,203,203,205,13,196,200,201,33,117,139,161,40,11,63,122,14,11,114,176,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
Its been a while since I posted but its a special occasion Btw: I AM still workign on the DBP site when I get time but I've been stupidly busy recently. I'll try to take a look at these entries tomorrow but I have high hopes for them! Btw: If anyone is a digger out there, http://digg.com/programming/The_Minimal_Media_Christmas_Coding_Challenge Plus I blogged it... http://www.thingy-ma-jig.co.uk/blog/22-12-2006/christmas-coding-challenge |
||
| Back to top |
|||
|
Hobgoblin Lord
User Joined: Sat Oct 29th 2005 Location: Fall River, MA USA |
Well for those interested here is the working function, there are fields for tempo and instrument but as of this point it only does quarter notes with the grand piano, feel free to tweak it I probably will for my entry. Just make sure to stay between c0 and b9 EDIT ok added tempo and instrument options, can change to eighth (8), quarter(q), and half(h) notes. r is a rest at the current note speed EDIT still needs some slight tweaking to get the note durations exact, you can play with the durations in the select section with h/q/and 8 + Code Snippet
type note_thing
note as integer
speed as integer
volume as integer
endtype
dim master_note(-1) as note_thing
make_midi("R",63,7,"q c5 c5 c5 r c5 c5 c5 r c5 d#5 g#4 a#4 c5 r c#5 c#5 c#5 c#5 c#5 c5 c5 r c5 c5 c5 a#4 a#4 c5 a#4 h d#5 r q c5 c5 c5 r c5 c5 c5 r c5 d#5 g#4 a#4 c5 r c#5 c#5 c#5 c#5 c#5 c5 c5 r c5 c5 c5 d#5 d#5 c#5 a#4 h g#4 r")
load music "r.mid",1
loop music 1
do
sync
loop
function make_midi(file as string,instrument as integer,tempo as integer,notes as string)
SPEED=135
notes=" "+notes
for a = 1 to len(notes)
watch$=mid$(notes,a)
if watch$=" "
start=a:test_note$=""
repeat
inc start
new$=mid$(notes,start)
if new$<>" "
test_note$=test_note$+new$
endif
until new$=" " or start=len(notes)
note_on=1
if len(test_note$)=1
select lower$(test_note$)
case "q":SPEED=135:endcase
case "8":speed=134:endcase
case "h":speed=140:endcase
case "r":array insert at bottom master_note():count=array count(master_note())
master_note(count).note=0:master_note(count).speed=SPEED:master_note(count).volume=0
endcase
endselect
note_on=0
else
temp_note$=left$(test_note$,1):temp_octave=val(right$(test_note$,1))
select lower$(temp_note$)
case "c":note_base=0:endcase
case "d":note_base=2:endcase
case "e":note_base=4:endcase
case "f":note_base=5:endcase
case "g":note_base=7:endcase
case "a":note_base=9:endcase
case "b":note_base=11:endcase
endselect
inc note_base,Temp_octave*12
if len(test_note$)=3 then inc note_base
endif
if note_on=1
array insert at bottom master_note()
count=array count(master_note())
master_note(count).note=note_base
master_note(count).speed=SPEED
master_note(count).volume=127
endif
endif
next a
`figure bytes in the track
track_total=20+((array count(master_note())+1)*9)
if file exist("making_bytes.txt")=1 then delete file "making_bytes.txt"
open to write 1,"making_bytes.txt"
write long 1,track_total
close file 1
open to read 1,"making_bytes.txt"
read byte 1,track_bytesD
read byte 1,track_bytesc
read byte 1,track_bytesB
read byte 1,track_bytesA
close file 1
`create the actual midi file
file=file+".mid"
if file exist(file)=1 then delete file file
open to write 1,file
`write the header
write byte 1,77:write byte 1,84:write byte 1,104:write byte 1,100:write byte 1,0:write byte 1,0:write byte 1,0:write byte 1,6
write byte 1,0:write byte 1,0:write byte 1,0:write byte 1,1
`write track header
write byte 1,TEMPO:write byte 1,192 `affects duration
write byte 1,77:write byte 1,84:write byte 1,114:write byte 1,107
`number of bytes in the track
write byte 1,track_bytesa:write byte 1,track_bytesb:write byte 1,track_bytesc:write byte 1,track_bytesd
`instrument and delta set up
write byte 1,0:write byte 1,192:write byte 1,INSTRUMENT `instrument
write byte 1,0:write byte 1,255:write byte 1,89:write byte 1,2:write byte 1,0:write byte 1,0:write byte 1,0:write byte 1,255:write byte 1,81:write byte 1,3:write byte 1,9:write byte 1,39:write byte 1,192:write byte 1,0
`write the notes
`turn the note on
for count = 0 to array count(master_note())
write byte 1,144:write byte 1,master_note(count).note:write byte 1,master_note(count).volume:write byte 1,master_note(count).speed:write byte 1,64
`turn it off
write byte 1,128:write byte 1,master_note(count).note:write byte 1,0:write byte 1,0
next count
`write track end
write byte 1,255,:write byte 1,47,:write byte 1,0,:write byte 1,1
close file 1
endfunction
still not quite right + Code Snippet make_midi("R",63,7,"q c5 c5 c5 r c5 c5 c5 r c5 d#5 g#4 a#4 c5 r c#5 c#5 c#5 c#5 c#5 c5 c5 r c5 c5 c5 a#4 a#4 c5 a#4 h d#5 r q c5 c5 c5 r c5 c5 c5 r c5 d#5 g#4 a#4 c5 r c#5 c#5 c#5 c#5 c#5 c5 c5 r c5 c5 c5 d#5 d#5 c#5 a#4 h g#4 r 8 d#4 d#4 c5 a#4 g#4 d#4 r r d#4 d#4 c5 a#4 g#4 f4 r f4 f4 c#5 c5 a#4 g4 r d#5 d#5 c#5 a#4 c5 r r d#4 d#4 c5 a#4 g#4 d#4 r r d#4 d#4 c5 a#4 g#4 f4 r f4 f4 c#5 c5 a#4 d#5 d#5 D#5 r d#5 e#5 d#5 c#5 a#4 q g#4 r d#5 8 r")http://www.cafepress.com/blackarrowgames Check out my great stuff here |
||
| Back to top |
|||
|
Nicholas Thompson
User Joined: Mon Sep 6th 2004 Location: London, UK |
Here is an update on mine... + Code Snippet
sync on
sync rate 0
randomize timer()
#constant B_WIDTH 48
#constant B_HEIGHT 16
#constant B_TYPES 10
select rnd(3)
case 0 : offset = 0 : range = 45 : endcase
case 1 : offset = 135 : range = 25 : endcase
case 2 : offset = 200 : range = 30 : endcase
case 3 : offset = 70 : range = 30 : endcase
endselect
for i = 1 to B_TYPES
makeBrickImage( hsv2dword(offset + rnd(range), 0.8, 0.8), i)
next i
Type Block
x as integer
y as integer
BlockType as integer
EndType
GRID_WIDTH as integer : GRID_HEIGHT as integer
GRID_WIDTH = screen width() / B_WIDTH
GRID_HEIGHT = screen height() / B_HEIGHT * 0.25
dim grid(GRID_WIDTH, GRID_HEIGHT) as Block
for i = 0 to GRID_WIDTH-1
for j = 0 to GRID_HEIGHT-1
grid(i, j).x = i * B_WIDTH
grid(i, j).y = j * B_HEIGHT
grid(i, j).BlockType = rnd(B_TYPES-1)+1
sNum = 1 + i + (j * GRID_WIDTH)
sprite sNum, grid(i, j).x, grid(i, j).y, grid(i, j).BlockType
set sprite sNum, 0, 0
next j
next i
`Player
datatoimage(1000)
Type Coord2D
x as float
y as float
EndType
Type PlayerData
p as Coord2D
v as Coord2D
angV as float
ang as float
EndType
Player as PlayerData
Player.p.x = screen width() * 0.5
Player.p.y = screen height() * 0.8
Player.v.x = -120.0
Player.v.y = -120.0
Player.angV = 45.0
Player.ang = 45.0
sprite 1000, Player.p.x, Player.p.y, 1000
set sprite 1000, 1, 1
size sprite 1000, B_WIDTH * 0.5, B_WIDTH * 0.5
offset sprite 1000, B_WIDTH * 0.25, B_WIDTH * 0.25
frameTime# = 1.0
startTime = timer()
do
frameTime# = (frameTime# * 0.8) + ((timer() - startTime) * 0.2)
frameTimeS# = frameTime# * 0.001
startTime = timer()
gosub ProcessPlayer
sync
loop
end
ProcessPlayer:
inc Player.p.x, Player.v.x * frameTimeS#
inc Player.p.y, Player.v.y * frameTimeS#
inc Player.ang, Player.angV * frameTimeS#
sprite 1000, Player.p.x, Player.p.y, 1000
rotate sprite 1000, Player.ang
spriteCol = sprite collision(1000, 0)
if spriteCol > 0
text 0, screen height() - 20, "COLLISION: " + str$(spriteCol)
Player.v.y = -Player.v.y
delete sprite spriteCol
endif
if Player.p.x < 0
Player.v.x = -Player.v.x
else
if Player.p.x + sprite width(1000) > B_WIDTH * GRID_WIDTH
Player.v.x = -Player.v.x
endif
endif
if Player.p.y + sprite height(1000) > screen height() then Player.v.y = -Player.v.y
return
function makeBrickImage(B_COL as DWORD, imgNum as integer)
make memblock 1, 12 + (B_WIDTH * B_HEIGHT * 4)
write memblock dword 1, 0, B_WIDTH
write memblock dword 1, 4, B_HEIGHT
write memblock dword 1, 8, 32
i = 12
while i < get memblock size(1)-1
write memblock dword 1, i, B_COL
inc i, 4
endwhile
`HIGH-LIGHT
TempCol as DWORD
r = rgbr(B_COL)*1.25 : if r > 255 then r = 255
g = rgbg(B_COL)*1.25 : if g > 255 then g = 255
b = rgbb(B_COL)*1.25 : if b > 255 then b = 255
TempCol = rgb(r,g,b)
`Fill the top row
for i = 0 to B_WIDTH-1 : write memblock dword 1, 12 + (i*4) , TempCol : next i
`Fill the left column (ie once every n-width pixels)
for i = 0 to B_HEIGHT-1 : write memblock dword 1, 12 + (i*B_WIDTH*4) , TempCol : next i
`LOW-LIGHT
r = rgbr(B_COL)*0.75
g = rgbg(B_COL)*0.75
b = rgbb(B_COL)*0.75
TempCol = rgb(r,g,b)
`Fill the bottom row (ie, 1 row offset by "the width * the height -1)
T = B_WIDTH * (B_HEIGHT-1) * 4
for i = 1 to B_WIDTH-1 : write memblock dword 1, 12 + T + (i*4) , TempCol : next i
`Fill the right column (ie once every n-width pixels + width-1)
T = (B_WIDTH-1) * 4
for i = 0 to B_HEIGHT-1 : write memblock dword 1, 12 + T + (i*B_WIDTH*4) , TempCol : next i
make image from memblock imgNum, 1
delete memblock 1
endfunction
function datatoimage(image)
memblock=1
read size
make memblock 1,size
read sx `as dword
read sy `as dword
read depth `as dword
write memblock dword 1,0,sx
write memblock dword 1,4,sy
write memblock dword 1,8,depth
for x=0 to sx-1
for y=0 to sy-1
pos=(y*sx+x)*4+12
read b `as byte
read g `as byte
read r `as byte
read a `as byte
write memblock byte 1,pos,b
write memblock byte 1,pos+1,g
write memblock byte 1,pos+2,r
write memblock byte 1,pos+3,a
next y
next x
make image from memblock image,1
endfunction
remstart
h: 0.0 => 360.0
s: 0.0 => 1.0
v: 0.0 => 1.0
returns: Color as DWORD
remend
function hsv2dword(H as float, S as float, V as float)
`Sanitize the input...
if H < 0.0 then H = 0.0 else if H > 360.0 then H = 360.0
if S < 0.0 then S = 0.0 else if S > 1.0 then S = 1.0
if V < 0.0 then V = 0.0 else if V > 1.0 then V = 1.0
`Variable for returned Colour
returnCol as DWORD
`Section of the Hue
Hi as integer : Hi = (H / 60.0) mod 6
`f is a fraction of the section
f as float : f = (H / 60.0) - Hi
`p, q and t are temp variables used to work out the rgb values before we know where to put them
p as float : p = V * (1.0 - S)
q as float : q = V * (1.0 - (f * S))
t as float : t = V * (1.0 - ((1.0 - f) * S))
`Depending on the section worked out above, we store the rgb value appropriately...
R as float : G as float : B as float
select Hi
case 0 : R = V : G = t : B = p : endcase
case 1 : R = q : G = V : B = p : endcase
case 2 : R = p : G = V : B = t : endcase
case 3 : R = p : G = q : B = V : endcase
case 4 : R = t : G = p : B = V : endcase
case 5 : R = V : G = p : B = q : endcase
endselect
`Sanitize the output - just incase of floating point errors...
if R < 0.0 then R = 0.0 else if R > 1.0 then R = 1.0
if G < 0.0 then G = 0.0 else if G > 1.0 then G = 1.0
if B < 0.0 then B = 0.0 else if B > 1.0 then B = 1.0
`Convert to Bytes and then convert to a DWORD using the rgb() function
rByte as byte : rByte = R * 255
gByte as byte : gByte = G * 255
bByte as byte : bByte = B * 255
returnCol = rgb(rByte, gByte, bByte)
endfunction returnCol
data 16396
data 64
data 64
data 32
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,217,219,1,231,231,231,13,246,246,246,13,237,242,247,19,234,241,246,44,160,206,225,46,82,157,201,46,74,177,225,46,66,212,255,33,59,207,255,13,54,200,250,13,52,185,231,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,183,222,1,222,222,244,19,246,243,248,54,248,248,248,105,247,247,247,164,245,250,255,206,252,252,252,209,236,242,247,215,230,236,239,241,142,185,208,242,85,133,178,242,77,166,213,242,69,210,255,229,61,211,255,209,55,209,255,206,49,206,255,168,43,203,255,135,38,198,255,77,33,191,248,25,32,176,227,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,212,241,6,202,202,243,63,220,220,247,156,247,250,255,212,250,251,251,242,249,249,249,255,248,252,255,255,254,254,254,255,239,244,249,255,228,234,231,255,175,202,217,255,97,150,188,255,88,140,184,255,79,176,223,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,205,255,255,39,200,255,251,34,196,253,219,30,192,250,164,27,188,247,98,23,182,242,36,27,156,205,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,234,251,6,226,226,251,63,217,217,248,168,217,217,249,241,245,245,253,255,253,253,253,255,252,255,255,255,250,250,250,255,255,255,255,255,242,243,243,255,233,238,242,255,194,213,217,255,110,167,197,255,100,146,186,255,90,168,212,255,81,210,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,203,255,255,35,198,255,255,31,195,252,255,27,190,250,254,24,186,246,226,21,181,242,142,18,176,238,43,20,154,206,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,251,254,1,247,247,255,57,240,240,255,168,232,232,253,241,223,223,251,255,241,241,254,255,254,254,255,255,254,254,254,255,253,255,253,255,251,254,251,255,246,249,246,255,238,241,238,255,214,224,223,255,145,185,207,255,112,154,191,255,102,161,202,255,92,202,245,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,205,255,255,36,201,255,255,32,196,255,255,28,193,251,255,24,188,248,255,21,183,244,255,19,179,240,228,17,175,237,142,15,171,233,43,20,138,184,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,251,251,255,231,244,244,255,255,236,236,254,255,236,236,254,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,244,247,244,255,230,235,232,255,186,204,218,255,125,169,200,255,114,160,198,255,104,190,230,255,94,219,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,203,255,255,32,198,255,255,28,194,253,255,25,189,249,255,22,186,245,255,19,181,242,255,17,178,239,255,15,173,236,228,13,168,232,108,12,159,219,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,255,255,255,158,255,255,255,249,255,255,255,255,247,247,255,255,239,239,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,253,255,255,255,255,255,240,244,248,255,220,224,232,255,146,187,209,255,128,166,199,255,116,180,217,255,105,214,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,201,255,255,29,196,255,255,25,192,251,255,22,187,248,255,19,182,244,255,17,179,240,255,15,174,237,255,13,170,233,249,12,166,230,151,11,162,226,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,1,255,255,255,64,255,255,255,200,255,255,255,255,255,255,255,255,255,255,255,255,249,249,255,255,247,247,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,253,253,255,253,254,254,255,234,239,237,255,188,210,221,255,140,176,205,255,129,174,208,255,117,205,243,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,199,255,255,25,194,254,255,22,189,250,255,19,185,246,255,17,181,243,255,15,177,239,255,13,172,236,255,12,168,232,254,11,165,228,187,11,161,225,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,255,255,255,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,248,252,248,255,223,230,234,255,152,192,213,255,141,175,206,255,129,192,226,255,117,221,255,255,106,223,255,255,96,221,255,255,87,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,43,206,255,255,37,205,255,255,33,203,255,255,29,200,255,255,25,188,247,255,22,145,193,255,19,102,141,255,17,152,207,255,15,178,240,255,13,173,237,255,12,170,233,255,11,166,230,255,11,162,226,217,11,150,214,74,15,102,156,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,149,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,252,250,252,255,237,239,239,255,190,210,221,255,152,184,210,255,140,181,213,255,129,214,248,255,117,226,255,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,188,243,255,25,123,162,255,22,38,56,255,19,19,19,255,17,104,144,255,15,180,243,255,13,176,239,255,12,172,234,255,11,168,231,255,11,165,227,255,11,160,224,238,11,134,197,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,3,255,255,255,110,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,247,247,247,255,220,225,228,255,163,195,214,255,151,182,211,255,139,198,229,255,128,225,255,255,116,226,255,255,105,223,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,182,235,255,29,102,135,255,25,25,41,255,22,22,22,255,19,66,93,255,17,156,209,255,15,181,244,255,13,177,240,255,12,173,237,255,11,170,233,255,11,166,230,255,11,162,225,255,11,155,218,224,11,108,171,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,74,255,255,255,238,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,248,251,253,255,239,237,239,255,197,212,220,255,160,187,213,255,149,186,215,255,137,215,247,255,125,228,255,255,114,225,255,255,104,223,255,255,94,220,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,175,224,255,32,80,105,255,28,28,28,255,25,25,25,255,22,22,22,255,19,90,125,255,17,168,223,255,15,183,245,255,13,178,242,255,12,174,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,134,196,191,11,90,154,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,253,255,45,255,255,255,217,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,250,251,251,255,228,231,232,255,174,202,217,255,158,186,213,255,146,197,227,255,135,227,255,255,123,228,255,255,112,225,255,255,102,222,255,255,92,219,255,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,206,255,255,36,127,163,255,32,32,32,255,28,34,49,255,24,40,57,255,21,21,21,255,19,19,19,255,17,81,113,255,15,163,220,255,13,180,243,255,12,176,239,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,225,255,11,154,218,254,11,108,170,146,11,88,152,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,241,255,24,247,247,255,187,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,251,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,246,247,247,255,214,223,228,255,165,194,215,255,154,188,216,255,143,210,241,255,132,230,255,255,120,227,255,255,110,224,255,255,100,222,255,255,90,219,255,255,81,216,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,205,255,255,35,175,225,255,31,119,155,255,27,151,198,255,24,155,205,255,21,73,101,255,18,18,18,255,16,16,16,255,14,79,111,255,13,159,215,255,12,178,240,255,11,173,237,255,11,170,233,255,11,166,230,255,11,162,226,255,11,159,222,255,11,124,185,245,11,89,153,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,226,248,1,234,234,255,135,240,240,255,254,244,244,255,255,247,247,255,255,249,249,255,255,250,250,255,255,249,249,255,255,247,247,255,255,244,244,255,255,247,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,243,244,245,255,194,214,224,255,160,189,214,255,150,193,221,255,139,221,253,255,128,229,255,255,117,226,255,255,107,223,255,255,97,221,255,255,88,218,255,255,79,216,255,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,23,201,255,255,21,175,231,255,18,81,112,255,16,16,16,255,14,14,14,255,13,74,108,255,11,159,215,255,11,176,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,143,206,255,11,90,154,224,11,87,150,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,252,43,226,226,254,228,232,232,255,255,236,236,255,255,239,239,255,255,241,241,255,255,242,242,255,255,241,241,255,255,239,239,255,255,238,237,255,255,246,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,235,241,241,255,170,202,219,255,155,185,212,255,145,202,232,255,134,227,255,255,123,228,255,255,113,225,255,255,103,222,255,255,94,220,255,255,85,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,55,209,255,255,49,208,255,255,43,206,255,255,38,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,170,226,255,16,78,110,255,14,14,14,255,12,12,13,255,11,94,134,255,11,168,227,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,224,255,11,156,220,255,11,107,170,255,11,88,152,184,11,84,148,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,205,239,1,211,211,249,142,217,217,251,255,223,223,253,255,227,227,255,255,230,230,255,255,232,232,255,255,232,232,255,255,232,232,255,255,231,230,255,255,233,232,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,252,252,255,220,232,234,255,159,192,214,255,149,184,213,255,139,213,245,255,129,229,255,255,118,226,255,255,109,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,74,215,255,255,66,212,255,255,59,210,255,255,53,209,255,255,47,207,255,255,42,206,255,255,37,205,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,19,200,255,255,17,197,255,255,15,171,226,255,14,66,95,255,12,12,12,255,11,18,35,255,11,122,168,255,11,171,234,255,11,170,233,255,11,166,230,255,11,162,225,255,11,158,221,255,11,122,185,255,11,89,153,249,11,85,148,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,195,236,43,202,202,244,228,208,208,246,255,213,213,249,255,217,217,252,255,220,220,254,255,222,222,255,255,222,222,255,255,222,222,255,255,221,220,255,255,229,228,255,255,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,255,255,255,255,247,250,247,255,197,217,225,255,152,182,209,255,143,187,217,255,133,220,254,255,123,228,255,255,113,225,255,255,104,223,255,255,95,220,255,255,86,218,255,255,78,216,255,255,71,214,255,255,63,212,255,255,57,210,255,255,51,208,255,255,45,207,255,255,40,205,255,255,35,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,198,255,255,15,195,255,255,13,149,201,255,12,36,58,255,11,11,11,255,11,46,71,255,11,148,204,255,11,171,234,255,11,167,230,255,11,162,226,255,11,159,222,255,11,133,196,255,11,90,153,255,11,85,149,191,11,82,146,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,181,181,219,1,186,186,227,142,192,192,239,255,198,198,241,255,203,203,244,255,206,206,248,255,209,209,251,255,211,211,252,255,211,211,254,255,211,211,255,255,211,210,255,255,228,227,255,255,252,252,255,255,255,255,255,255,254,255,254,255,253,255,254,255,252,254,252,255,253,253,253,255,235,241,240,255,172,199,215,255,145,177,207,255,136,192,224,255,126,228,255,255,117,226,255,255,108,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,75,215,255,255,67,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,43,206,255,255,38,205,255,255,34,204,255,255,30,203,255,255,26,202,255,255,23,201,255,255,21,200,255,255,18,199,255,255,16,199,255,255,14,195,255,255,13,186,249,255,11,114,155,255,11,11,17,255,11,11,11,255,11,87,125,255,11,166,226,255,11,167,231,255,11,164,227,255,11,160,224,255,11,148,210,255,11,95,159,255,11,87,150,249,11,83,147,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,169,169,208,43,176,176,216,228,182,182,235,255,187,187,238,255,192,192,242,255,195,195,246,255,198,198,248,255,199,199,249,255,200,200,250,255,199,199,250,255,200,199,251,255,228,227,253,255,254,253,254,255,254,254,254,255,253,254,254,255,252,255,254,255,250,253,255,255,249,249,249,255,220,226,229,255,146,186,207,255,137,173,205,255,129,199,234,255,119,227,255,255,111,225,255,255,102,212,249,255,94,177,208,255,86,154,182,255,78,168,202,255,71,202,246,255,64,212,255,255,57,210,255,255,51,208,255,255,46,207,255,255,41,206,255,255,36,204,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,17,199,255,255,15,199,255,255,14,196,255,255,12,192,255,255,11,172,231,255,11,65,95,255,11,11,11,255,11,24,43,255,11,134,185,255,11,168,232,255,11,165,228,255,11,161,224,255,11,153,216,255,11,101,165,255,11,88,152,255,11,83,147,191,11,79,142,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,159,159,189,105,166,166,211,255,171,171,235,255,176,176,238,255,181,181,243,255,184,184,243,255,186,186,245,255,188,188,247,255,188,188,246,255,188,188,247,255,193,191,248,255,229,228,251,255,252,253,252,255,252,253,252,255,251,253,254,255,249,253,255,255,244,247,244,255,239,239,239,255,200,211,217,255,137,173,201,255,129,171,205,255,120,208,244,255,112,225,255,255,104,213,249,255,96,140,161,255,88,88,88,255,81,81,81,255,74,74,74,255,67,118,142,255,60,198,245,255,54,209,255,255,49,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,13,197,255,255,12,192,255,255,11,189,252,255,11,137,185,255,11,19,36,255,11,11,11,255,11,82,120,255,11,165,227,255,11,166,228,255,11,161,225,255,11,158,221,255,11,113,174,255,11,88,152,255,11,84,148,249,11,81,144,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,144,144,218,4,149,149,173,174,155,155,214,255,160,160,238,255,165,165,244,255,169,169,248,255,172,172,247,255,174,174,249,255,176,176,249,255,176,176,247,255,176,176,246,255,185,183,245,255,233,230,249,255,250,251,250,255,250,253,251,255,251,253,252,255,254,251,254,255,237,241,237,255,229,224,229,255,172,191,201,255,129,164,197,255,120,173,209,255,113,216,253,255,105,223,255,255,98,179,209,255,90,90,90,255,83,83,83,255,76,76,76,255,69,69,69,255,63,63,63,255,57,157,195,255,51,208,255,255,46,207,255,255,41,206,255,255,37,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,197,255,255,12,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,35,58,255,11,142,197,255,11,166,230,255,11,162,226,255,11,159,221,255,11,118,180,255,11,89,153,255,11,85,148,255,11,81,144,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,133,133,216,33,139,139,159,229,145,145,203,255,150,150,235,255,154,154,238,255,158,158,239,255,160,160,239,255,163,163,246,255,166,164,250,255,165,164,250,255,169,165,252,255,185,184,245,255,234,232,247,255,248,248,248,255,248,252,251,255,247,251,255,255,252,252,252,255,240,236,240,255,216,211,217,255,148,176,191,255,119,157,193,255,112,175,213,255,105,219,255,255,98,221,255,255,91,157,184,255,84,84,84,255,78,78,78,255,71,71,71,255,65,65,65,255,59,59,59,255,53,134,166,255,48,208,255,255,43,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,122,167,255,11,11,23,255,11,11,15,255,11,102,146,255,11,167,230,255,11,162,226,255,11,159,222,255,11,124,186,255,11,89,153,255,11,85,149,255,11,82,146,201,11,78,140,13,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,123,124,209,81,129,129,146,251,134,134,178,255,139,139,221,255,143,143,224,255,146,146,224,255,149,149,223,255,151,151,229,255,152,152,236,255,152,152,240,255,154,152,244,255,186,184,245,255,235,235,247,255,247,245,247,255,247,250,247,255,246,250,246,255,251,247,251,255,238,238,238,255,210,213,215,255,134,168,191,255,111,152,191,255,104,179,219,255,98,221,255,255,91,219,255,255,85,172,205,255,78,78,78,255,72,72,72,255,66,66,66,255,60,60,60,255,55,55,55,255,50,154,193,255,45,207,255,255,40,205,255,255,36,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,218,255,11,46,72,255,11,11,11,255,11,66,99,255,11,161,222,255,11,164,227,255,11,159,222,255,11,124,186,255,11,90,154,255,11,87,149,255,11,82,146,236,11,78,142,43,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,113,114,220,147,118,119,138,255,123,124,153,255,128,128,199,255,132,132,214,255,135,135,214,255,137,137,213,255,139,139,215,255,140,140,216,255,141,141,218,255,140,140,228,255,179,178,234,255,233,235,243,255,245,240,245,255,244,244,244,255,241,246,241,255,237,243,247,255,239,239,239,255,210,216,218,255,111,162,187,255,102,149,189,255,96,183,225,255,90,219,255,255,84,217,255,255,78,204,247,255,72,122,146,255,67,67,67,255,61,61,61,255,56,56,56,255,51,105,132,255,46,193,243,255,42,206,255,255,37,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,142,196,255,11,164,227,255,11,160,224,255,11,130,191,255,11,90,154,255,11,87,150,255,11,83,146,254,11,78,142,87,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,117,109,227,1,122,112,242,168,109,110,162,255,113,114,133,255,117,118,176,255,120,121,209,255,123,124,208,255,125,126,207,255,128,128,208,255,129,129,208,255,129,129,211,255,129,129,219,255,175,174,232,255,228,232,233,255,241,241,242,255,238,238,238,255,234,239,245,255,231,237,242,255,223,234,234,255,206,211,215,255,99,155,185,255,94,144,187,255,88,190,234,255,83,217,255,255,78,216,255,255,72,214,255,255,67,200,245,255,61,160,197,255,56,136,168,255,51,154,193,255,47,194,243,255,42,206,255,255,38,205,255,255,35,204,255,255,31,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,110,154,255,11,11,15,255,11,15,30,255,11,118,165,255,11,165,227,255,11,160,224,255,11,125,188,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,105,94,231,13,120,109,250,206,99,99,185,255,103,103,121,255,107,108,152,255,110,111,203,255,112,113,203,255,114,115,202,255,116,117,202,255,117,118,203,255,117,118,203,255,117,118,210,255,175,179,228,255,225,225,229,255,239,238,239,255,233,227,233,255,238,233,238,255,222,233,233,255,211,217,211,255,180,195,206,255,90,147,179,255,86,141,185,255,81,193,238,255,76,215,255,255,71,214,255,255,66,212,255,255,61,211,255,255,56,210,255,255,52,209,255,255,47,207,255,255,43,206,255,255,39,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,41,255,11,11,11,255,11,95,138,255,11,165,228,255,11,160,224,255,11,125,188,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,168,13,74,134,1,0,0,0,0,0,0,0,0,
data 0,0,0,0,96,84,233,13,110,98,247,209,92,90,205,255,94,94,116,255,97,97,130,255,100,100,194,255,102,102,199,255,104,104,199,255,105,105,200,255,106,107,200,255,106,107,199,255,106,107,202,255,171,173,219,255,225,230,238,255,236,236,236,255,229,229,229,255,222,227,222,255,213,219,225,255,200,206,212,255,172,184,192,255,82,139,173,255,78,139,185,255,74,193,241,255,69,213,255,255,65,212,255,255,60,211,255,255,56,210,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,39,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,161,224,255,11,120,183,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,206,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,89,75,233,33,98,85,241,229,103,91,237,255,85,85,118,255,88,88,110,255,90,90,178,255,92,92,198,255,94,94,198,255,95,95,198,255,96,96,197,255,96,96,195,255,96,96,199,255,171,175,222,255,225,231,237,255,234,235,235,255,227,229,229,255,218,218,218,255,220,213,220,255,202,202,202,255,158,168,180,255,75,131,171,255,71,137,185,255,67,192,242,255,63,212,255,255,59,210,255,255,55,209,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,15,199,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,171,230,255,11,53,81,255,11,11,11,255,11,72,107,255,11,165,228,255,11,161,225,255,11,116,178,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,81,67,233,46,90,76,238,242,102,89,248,255,77,77,138,255,79,79,99,255,81,81,150,255,83,83,195,255,85,85,198,255,86,86,199,255,86,86,196,255,87,87,193,255,86,86,194,255,171,168,211,255,220,221,223,255,234,234,234,255,228,229,229,255,218,218,218,255,202,209,215,255,196,198,198,255,139,160,174,255,67,125,169,255,64,133,183,255,60,195,247,255,57,210,255,255,53,209,255,255,50,208,255,255,46,207,255,255,42,206,255,255,39,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,158,221,255,11,107,168,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,76,61,232,46,81,66,235,242,91,76,243,255,72,69,188,255,71,71,92,255,73,73,118,255,75,75,180,255,76,76,199,255,77,77,201,255,78,78,197,255,78,78,192,255,78,78,188,255,165,166,204,255,217,218,221,255,235,228,235,255,230,230,230,255,221,227,221,255,203,203,203,255,196,196,196,255,149,162,177,255,61,123,165,255,57,128,180,255,54,193,247,255,51,208,255,255,48,208,255,255,45,207,255,255,42,206,255,255,38,205,255,255,35,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,182,244,255,11,64,95,255,11,11,11,255,11,64,95,255,11,165,228,255,11,153,216,255,11,101,164,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,69,54,231,46,73,58,232,242,84,70,242,255,89,75,238,255,63,63,117,255,65,65,92,255,67,67,141,255,68,68,192,255,69,69,201,255,69,69,196,255,69,69,190,255,69,69,188,255,161,161,211,255,219,225,233,255,219,225,233,255,229,229,229,255,221,228,235,255,208,208,208,255,204,198,204,255,160,177,185,255,54,124,166,255,51,127,180,255,49,192,246,255,46,207,255,255,43,206,255,255,40,205,255,255,37,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,139,202,255,11,96,159,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,63,48,226,33,67,51,230,229,76,61,237,255,88,74,248,255,74,61,214,255,58,58,90,255,59,59,97,255,60,60,159,255,61,61,194,255,62,62,195,255,62,62,189,255,62,62,187,255,154,154,214,255,217,217,232,255,218,224,232,255,228,228,228,255,223,229,223,255,214,214,214,255,216,208,216,255,172,187,196,255,48,119,164,255,46,121,175,255,44,188,243,255,41,206,255,255,39,205,255,255,36,204,255,255,34,204,255,255,31,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,170,228,255,11,52,79,255,11,11,11,255,11,72,107,255,11,165,228,255,11,130,192,255,11,96,159,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,57,43,222,13,61,45,229,209,65,50,231,255,83,67,247,255,87,72,251,255,51,51,166,255,53,53,78,255,54,54,109,255,54,54,166,255,55,55,188,255,55,55,184,255,55,55,182,255,151,148,202,255,212,212,216,255,216,223,231,255,229,229,230,255,225,226,226,255,220,227,235,255,222,215,222,255,175,182,196,255,43,119,162,255,41,116,171,255,39,186,242,255,37,205,255,255,34,204,255,255,32,203,255,255,30,203,255,255,28,202,255,255,26,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,37,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,115,177,255,11,95,159,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,209,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,43,39,205,13,56,40,228,206,58,42,229,255,73,57,242,255,84,68,252,255,77,63,237,255,47,47,121,255,47,47,76,255,48,48,117,255,48,48,166,255,48,48,178,255,48,48,177,255,126,129,191,255,211,212,214,255,215,222,230,255,231,231,231,255,227,227,227,255,222,231,238,255,204,213,220,255,157,176,176,255,38,115,157,255,36,110,166,255,34,180,238,255,33,203,255,255,31,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,40,255,11,11,11,255,11,96,138,255,11,152,215,255,11,99,162,255,11,95,159,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,178,13,74,134,4,0,0,0,0,0,0,0,0,
data 0,0,0,0,38,38,186,1,46,35,222,168,54,37,228,255,58,42,231,255,75,59,247,255,78,63,251,255,63,50,221,255,42,42,89,255,42,42,72,255,42,42,129,255,43,43,171,255,42,42,176,255,108,113,194,255,209,210,213,255,213,221,229,255,229,221,229,255,228,220,228,255,223,223,224,255,206,214,206,255,175,176,188,255,43,115,155,255,32,104,163,255,31,170,229,255,29,202,255,255,27,202,255,255,26,202,255,255,24,186,241,255,22,139,183,255,21,114,151,255,19,138,182,255,18,184,240,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,113,155,255,11,11,17,255,11,15,30,255,11,119,166,255,11,133,195,255,11,99,162,255,11,95,159,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,34,31,212,135,49,32,227,255,50,33,227,255,61,44,236,255,74,58,250,255,75,59,250,255,37,37,170,255,37,37,60,255,37,37,81,255,37,37,145,255,37,37,174,255,95,98,194,255,201,201,210,255,211,219,228,255,228,220,228,255,212,219,228,255,220,213,220,255,203,211,203,255,185,183,192,255,54,120,156,255,28,97,156,255,27,166,226,255,26,202,255,255,24,201,255,255,23,186,241,255,21,83,114,255,20,20,20,255,19,19,19,255,17,17,17,255,16,79,111,255,15,183,240,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,140,194,255,11,118,180,255,11,99,162,255,11,95,158,255,11,90,154,255,11,87,150,255,11,83,146,255,11,78,142,94,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,27,27,201,77,38,28,218,251,46,29,227,255,48,31,228,255,64,47,242,255,72,55,250,255,64,48,233,255,33,33,114,255,33,33,59,255,33,33,97,255,33,33,151,255,76,81,190,255,194,194,209,255,211,211,227,255,211,219,228,255,208,217,225,255,218,211,218,255,201,210,201,255,190,185,195,255,78,135,155,255,25,92,150,255,24,152,211,255,23,201,255,255,22,200,255,255,20,138,183,255,19,19,19,255,18,18,18,255,17,17,17,255,16,16,16,255,15,15,15,255,14,135,181,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,216,255,11,46,71,255,11,11,11,255,11,67,100,255,11,139,200,255,11,102,166,255,11,97,161,255,11,94,158,255,11,90,154,255,11,87,149,255,11,82,146,242,11,78,142,54,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,197,25,25,25,203,219,41,26,222,255,44,27,226,255,48,31,229,255,63,46,244,255,69,52,250,255,46,32,212,255,29,29,105,255,29,29,61,255,29,29,100,255,30,34,161,255,187,187,207,255,208,208,210,255,210,218,227,255,222,215,222,255,213,213,213,255,198,206,215,255,192,186,194,255,99,145,161,255,22,95,151,255,21,137,197,255,20,198,255,255,19,200,255,255,18,112,150,255,17,17,17,255,16,16,16,255,15,15,15,255,14,14,14,255,13,13,13,255,12,108,147,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,121,166,255,11,11,23,255,11,11,15,255,11,101,144,255,11,121,183,255,11,101,165,255,11,97,161,255,19,99,161,255,11,89,153,255,11,85,149,255,11,82,146,212,11,78,140,19,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,180,1,22,22,199,164,27,23,211,255,40,23,224,255,42,24,226,255,47,30,231,255,60,43,244,255,66,49,249,255,59,43,234,255,25,25,124,255,25,25,58,255,25,25,111,255,150,150,186,255,206,206,209,255,209,209,226,255,221,212,221,255,208,209,209,255,192,200,209,255,191,182,191,255,119,152,160,255,20,97,150,255,19,124,185,255,18,191,252,255,17,199,255,255,16,136,181,255,15,15,15,255,14,14,14,255,14,14,14,255,13,13,13,255,12,12,12,255,11,134,180,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,36,59,255,11,122,177,255,11,105,168,255,11,101,165,255,11,97,160,255,53,122,174,255,11,89,153,255,11,85,148,255,11,81,144,164,15,75,132,1,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,19,19,198,98,20,20,200,254,34,21,220,255,39,21,225,255,39,21,225,255,49,32,234,255,63,45,248,255,66,48,250,255,58,43,235,255,22,22,111,255,22,22,71,255,97,98,145,255,183,183,188,255,206,208,208,255,203,211,220,255,209,209,209,255,193,202,193,255,187,179,187,255,134,157,158,255,17,104,148,255,17,109,170,255,16,185,248,255,15,199,255,255,14,183,240,255,14,78,109,255,13,13,13,255,12,12,12,255,12,12,12,255,11,76,108,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,137,185,255,11,18,35,255,11,11,11,255,11,77,115,255,11,121,183,255,11,105,167,255,11,100,164,255,55,126,178,255,59,126,176,255,11,88,152,255,11,84,148,251,11,81,144,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,17,17,194,36,18,18,197,226,21,18,209,255,35,18,223,255,37,19,225,255,37,19,225,255,51,34,238,255,63,46,250,255,64,47,251,255,49,35,222,255,19,19,122,255,58,58,117,255,143,143,151,255,169,169,170,255,194,202,211,255,214,214,214,255,199,199,199,255,179,187,196,255,148,163,160,255,33,112,147,255,15,97,160,255,14,171,233,255,14,198,255,255,13,198,255,255,12,182,240,255,12,134,180,255,11,108,147,255,11,134,180,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,171,230,255,11,64,94,255,11,11,11,255,11,25,45,255,11,108,160,255,11,108,171,255,11,103,167,255,11,100,162,255,113,164,202,255,61,126,176,255,11,88,152,255,11,83,147,212,11,79,142,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,22,22,168,1,16,16,196,142,16,16,198,255,27,16,217,255,34,17,223,255,35,17,225,255,35,17,225,255,51,33,239,255,61,44,250,255,62,45,251,255,54,38,236,255,46,35,191,255,115,112,162,255,144,144,146,255,169,162,169,255,193,193,193,255,208,209,209,255,190,198,190,255,162,174,167,255,71,127,149,255,13,88,149,255,13,153,216,255,12,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,186,249,255,11,114,155,255,11,11,19,255,11,11,11,255,11,73,112,255,11,107,167,255,11,107,170,255,11,102,166,255,61,132,182,255,137,179,211,255,60,124,175,255,11,87,150,254,11,83,147,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,194,43,14,14,196,228,14,14,201,255,30,15,220,255,32,15,222,255,33,15,224,255,34,16,225,255,48,30,238,255,60,42,250,255,60,42,250,255,61,43,251,255,64,48,240,255,104,97,192,255,163,154,166,255,168,168,168,255,191,191,191,255,197,197,197,255,172,174,174,255,108,138,154,255,12,89,143,255,12,130,192,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,149,201,255,11,36,58,255,11,11,11,255,11,41,67,255,11,103,159,255,11,110,173,255,11,107,168,255,11,101,165,255,146,186,216,255,140,181,212,255,31,103,161,255,11,85,149,212,11,82,146,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,171,1,13,13,194,142,13,13,196,255,13,13,204,255,30,13,222,255,30,13,222,255,31,13,224,255,31,13,224,255,37,19,230,255,52,34,244,255,58,40,250,255,58,40,250,255,66,49,243,255,113,108,192,255,161,153,165,255,162,162,162,255,168,170,170,255,176,177,177,255,146,167,183,255,13,103,148,255,11,108,171,255,11,184,248,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,168,225,255,11,63,90,255,11,11,11,255,11,17,34,255,11,90,138,255,11,112,173,255,11,109,172,255,11,105,168,255,94,155,197,255,164,198,223,255,140,180,211,255,11,89,153,254,11,85,148,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,43,12,12,194,228,12,12,196,255,21,12,214,255,29,12,222,255,29,12,222,255,29,12,222,255,30,12,224,255,30,12,224,255,43,25,237,255,54,36,248,255,57,39,250,255,65,48,243,255,91,81,214,255,136,136,176,255,152,143,152,255,147,139,147,255,154,160,162,255,66,131,158,255,11,91,154,255,11,167,231,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,167,224,255,11,73,105,255,11,11,11,255,11,11,11,255,11,71,112,255,11,110,170,255,11,112,174,255,11,108,171,255,43,124,179,255,180,210,231,255,164,197,223,255,92,147,190,255,11,88,152,198,11,84,148,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,158,1,11,11,194,108,11,11,196,249,11,11,201,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,37,19,231,255,53,35,246,255,57,39,250,255,57,39,250,255,69,54,236,255,112,112,186,255,125,136,147,255,132,133,136,255,91,125,141,255,11,90,147,255,11,137,200,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,171,227,255,11,75,107,255,11,11,11,255,11,11,11,255,11,55,88,255,11,103,161,255,11,115,177,255,11,110,173,255,11,107,170,255,157,196,223,255,178,208,230,255,160,195,221,255,46,115,169,231,11,87,150,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,184,10,11,11,195,151,11,11,196,254,13,11,207,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,31,13,225,255,45,27,238,255,51,33,244,255,53,35,246,255,59,42,237,255,84,70,206,255,113,102,153,255,97,110,120,255,11,88,134,255,11,110,173,255,15,194,246,255,112,220,245,255,150,222,243,255,112,216,245,255,15,203,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,166,221,255,11,107,146,255,11,144,194,255,11,150,201,255,11,66,95,255,11,11,11,255,11,11,11,255,11,57,90,255,11,105,162,255,11,118,179,255,11,113,176,255,11,109,172,255,136,184,216,255,188,215,235,255,174,205,228,255,131,175,207,249,11,89,153,108,12,83,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,24,11,11,196,187,11,11,196,255,12,11,206,255,25,11,219,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,40,22,233,255,43,25,237,255,43,25,237,255,43,25,237,255,48,33,227,255,63,52,196,255,39,60,162,255,34,97,183,255,186,216,231,255,226,226,228,255,224,224,227,255,227,227,227,255,184,218,236,255,15,152,201,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,112,152,255,11,11,11,255,11,18,34,255,11,28,46,255,11,11,11,255,11,11,11,255,11,55,88,255,11,107,164,255,11,120,182,255,11,115,178,255,11,112,174,255,95,160,202,255,192,219,237,255,183,212,233,255,168,201,225,255,51,121,172,158,11,88,152,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,45,11,11,195,217,11,11,196,255,11,11,200,255,15,11,208,255,25,11,219,255,25,11,219,255,24,11,218,255,25,11,219,255,30,12,224,255,30,12,224,255,35,17,228,255,42,24,236,255,43,25,237,255,43,25,237,255,43,25,237,255,42,24,234,255,137,133,236,255,226,226,226,255,226,226,226,255,224,224,226,255,226,226,248,255,227,236,248,255,111,164,192,255,11,97,161,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,165,220,255,11,64,91,255,11,11,11,255,11,11,11,255,11,11,11,255,11,58,93,255,11,110,166,255,11,121,184,255,11,118,180,255,11,114,177,255,73,148,195,255,195,221,239,255,188,216,235,255,176,207,229,255,119,168,204,200,11,90,154,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,74,11,11,195,238,11,11,196,255,11,11,196,255,11,11,196,255,11,11,198,255,11,11,200,255,11,11,200,255,11,11,200,255,11,11,204,255,16,11,209,255,19,11,213,255,24,11,218,255,33,15,226,255,39,21,232,255,47,29,236,255,170,167,233,255,225,225,225,255,226,236,248,255,224,224,226,255,226,236,248,255,224,224,230,255,149,180,204,255,11,82,143,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,174,232,255,11,85,121,255,11,11,19,255,11,11,11,255,11,33,60,255,11,101,155,255,11,120,183,255,11,116,179,255,79,154,200,255,195,222,240,255,190,218,237,255,180,210,231,255,156,193,220,220,20,99,159,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,167,3,11,11,194,97,11,11,194,224,11,11,194,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,196,255,11,11,196,255,11,11,196,255,11,11,203,255,17,11,210,255,19,11,213,255,29,11,222,255,36,18,228,255,146,133,236,255,246,236,248,255,248,236,226,255,230,227,226,255,224,216,224,255,225,216,226,255,111,159,190,255,11,78,142,255,11,115,178,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,139,197,255,11,73,116,255,11,11,29,255,11,11,11,255,11,63,102,255,11,119,182,255,113,175,213,255,195,223,240,255,190,218,237,255,181,212,232,255,168,202,226,210,44,118,172,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,195,55,11,11,195,191,11,11,195,254,11,11,195,255,11,11,192,255,11,11,192,255,11,11,194,255,11,11,194,255,15,11,192,255,59,47,190,255,111,100,191,255,130,124,188,255,130,125,185,255,123,119,178,255,134,137,191,255,209,210,234,255,242,234,243,255,231,225,231,255,221,219,226,255,176,196,215,255,12,107,158,255,11,78,142,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,152,215,255,11,138,201,255,11,134,197,255,11,126,186,255,11,91,141,255,11,59,99,255,17,100,155,255,144,194,224,255,192,221,240,255,188,218,237,255,180,212,233,252,169,203,227,181,48,122,176,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,172,24,11,11,156,146,11,11,155,245,11,11,159,255,11,11,160,255,11,11,164,255,53,51,180,255,153,148,200,255,189,185,198,255,194,190,194,255,185,184,185,255,176,176,176,255,165,165,165,255,148,158,149,255,123,147,153,255,125,168,194,255,148,184,207,255,106,159,191,255,12,108,159,255,11,78,142,255,11,97,161,255,11,172,236,255,11,198,255,255,11,185,249,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,137,198,255,11,133,195,255,11,130,192,255,11,126,189,255,57,148,199,255,173,212,235,255,186,218,238,255,182,215,236,255,176,210,232,245,156,196,223,145,44,122,177,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,6,11,11,159,97,11,11,159,224,11,11,159,255,11,11,160,255,15,11,171,255,138,137,192,255,183,188,200,255,186,191,197,255,190,191,192,255,184,184,184,255,172,172,172,255,152,160,152,255,123,127,131,255,43,102,137,255,11,99,159,255,11,120,183,255,11,112,174,255,11,124,186,255,11,149,213,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,134,197,255,11,131,194,255,26,135,194,255,124,187,221,255,179,216,238,255,176,213,235,255,172,209,233,255,167,205,229,231,119,174,209,104,22,109,169,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,55,11,11,159,184,11,11,159,249,11,11,162,255,70,66,178,255,177,178,198,255,183,190,200,255,196,194,201,255,195,191,195,255,184,184,185,255,170,170,170,255,144,146,146,255,103,124,139,255,13,72,116,255,11,89,153,255,11,138,201,255,11,142,206,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,255,19,136,197,255,89,170,214,255,158,206,233,255,161,206,232,255,160,204,230,255,157,201,228,241,132,184,217,168,54,134,187,57,12,100,161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,159,87,11,11,159,191,11,11,165,249,124,122,184,255,182,190,201,255,198,195,204,255,202,196,202,255,196,196,196,255,186,186,186,255,170,170,170,255,148,158,167,255,82,108,132,255,11,47,102,255,11,99,162,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,33,148,205,255,75,166,213,255,126,191,225,255,132,192,225,255,136,193,225,255,136,191,223,241,92,163,206,168,47,134,188,63,11,109,172,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,160,87,42,40,168,191,152,153,182,249,194,190,196,255,206,197,206,255,203,195,203,255,198,200,200,255,190,182,190,255,177,177,177,255,147,152,156,255,57,91,127,255,11,58,120,255,11,121,184,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,13,139,201,255,40,152,208,255,51,154,207,255,55,154,206,255,59,154,204,254,58,151,202,236,30,131,190,168,11,118,180,63,11,114,177,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,161,14,93,89,173,79,180,177,191,150,204,195,204,201,188,196,206,236,206,206,206,254,184,194,202,255,196,196,196,255,185,186,186,255,147,164,180,255,31,79,126,255,11,75,139,255,11,133,196,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,251,11,132,195,222,11,128,191,174,11,126,188,98,11,122,185,43,11,119,181,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,178,184,13,206,196,188,43,188,197,206,91,206,206,206,147,204,213,204,168,198,198,200,206,191,201,212,209,138,159,182,229,11,67,121,236,11,96,160,211,11,138,201,178,11,138,201,158,11,138,201,147,11,136,198,101,11,133,195,77,11,130,192,25,11,125,187,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,204,197,1,201,201,202,13,203,203,205,13,196,200,201,33,117,139,161,40,11,63,122,14,11,114,176,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
The blocks are now spawned with a colour "scheme" using the HSV snippet I've posted in the forum. Colours are red's/orange's, green's, blue's or pink's/purple's - picked at random at the start. The bricks now disappear on contact + the ball bounces (albeit inaccurately) off the sides and bricks... Plenty more to do - but its working quite well I think! |
||
| Back to top |
|||
|
Sven B
User Joined: Wed Jan 5th 2005 Location: Belgium |
Jingle Bells is usually written in F. + Code Snippet
make_midi("R",63,7,"q A4 A4 A4 r A4 A4 A4 r A4 C5 F4 G4 h A4 r q A#4 A#4 A#4 A#4 A#4 A4 A4 A4 A4 G4 G4 A4 h G4 C5")
The eight notes are - to be honest - not even near an eight note duration EDIT: I'm getting close to understanding the midi file structure. BTW, I'm doing this pure because I'm interested in the structure. Don't worry, I won't make an entry using midi. It's the programmer's life: Have a problem, solve the problem, and have a new problem to solve. |
||
| Back to top |
|||
|
Hobgoblin Lord
User Joined: Sat Oct 29th 2005 Location: Fall River, MA USA |
Yeah I know they are off but have not as of yet been able to find quite the right value, as for the key + Code Snippet case "q":SPEED=135:endcase
case "8":speed=131:endcase
case "h":speed=143:endcase
case "w":speed=158:endcasethis should fix it EDIT: shows another instrument diff song + Code Snippet make_midi("R",99,7,"q b6 b6 f#7 f#7 e7 d7 c#7 b6 a6 b6 c#7 d7 e7 h f#7 q b6 b6 f#7 f#7 e7 d7 c#7 b6 a6 b6 c#7 d7 e7 h f#7 q f#7 g7 e7 f#7 g7 a7 b7 g7 F#7 e7 b6 c#7 d7 h e7 q e7 f#7 g7 f#7 f#7 e7 d7 c#7 h b6")http://www.cafepress.com/blackarrowgames Check out my great stuff here |
||
| Back to top |
|||
|
Code Dragon
User Joined: Mon Aug 21st 2006 Location: Everywhere |
Here's my second entry: Coin Collectors You have 1 minute to walk around the giant Christmas tree and collect goodness coins. The more coins you collect, the higher you get on Santa's nice list, and the more presents you get from Santa! Use arrowkey to move, this looks best in 1024*768 or better resolution. + Code Snippet
Rem Project: Coin Collectors
Rem Created: 12/23/2006 1:53:05 PM
Rem ***** Main Source File *****
sync on
sync rate 60
autocam off
hide mouse
randomize timer()
type snowspot
x as dword
y as dword
speed as dword
endtype
make_player()
make_grass()
make_ground()
make_snow()
make_rock()
make_rocks()
make_tree()
make_coin()
make_coins()
make_snowflakes()
process_player()
position camera 1200, 400, 700
global go as boolean
global smooth as dword
global score as integer
global time as double integer
global lockcontrols as boolean
lockcontrols = 1
set text size 32
set text font "Lucida Console"
set text to bold
ink rgb(0, 0, 255), 0
smooth = 100
do
if go
process_inventory()
process_player()
process_hud()
color = (time - timer())/235
else
process_instructions()
color = 255
endif
process_coins()
process_camera()
process_snowflakes()
color backdrop rgb(color, color, color)
sync
loop
function process_snowflakes()
ink -1, 0
for t = 0 to 20
x = snowflakes(t).x
y = snowflakes(t).y
box x, y, x+8, y+8
inc y, snowflakes(t).speed
if lockcontrols = 0 then inc x, (leftkey() - rightkey()) * snowflakes(t).speed
if y > screen height()
x = rnd(screen width())
y = 10
endif
snowflakes(t).x = x
snowflakes(t).y = y
next t
ink rgb(0, 0, 255), 0
endfunction
function process_instructions()
center text screen width()/2, screen height()/2-60, "Use the arrowkeys to collect"
center text screen width()/2, screen height()/2-30, "goodness coins for Santa."
center text screen width()/2, screen height()/2, "The more coins you collect,"
center text screen width()/2, screen height()/2+30, "the more presents Santa gives you!"
center text screen width()/2, screen height()/2+60, "Press enter to start."
if returnkey()
make_inventory()
go = 1
time = timer() + 60*1000
smooth = 25
lockcontrols = 0
endif
endfunction
function process_hud()
rotate sprite 1, sin(timer()/5)*10
text sprite width(1) + 10, sprite height(1)/3, "x " + str$(score)
text screen width() - text width("Time: " + str$((time - timer())/1000)) - 10, 20, "Time: " + str$((time - timer())/1000)
if time - timer() < 0
make_presents()
endif
text 0, screen height() - 30, "FPS: " + str$(screen fps())
endfunction
function make_presents()
local present as integer
clear_inventory()
dim presents() as dword
present = (score / 2) + 3
if present < 10
make_coal()
bad = 20 - present
present = bad
p$ = "lump"
c$ = " of coal"
else
make_paper()
p$ = "present"
endif
delaytime = 50
ink rgb(0, 0, 255), 0
color backdrop -1
lockcontrols = 1
do
for t = 1 to 360
set camera to follow 500, 0, 500, t, 200 + p*9, 75, 50, 0
point camera 500, 0, 500
process_coins()
process_snowflakes()
dec delay
if p < present and delay <= 0
delay = delaytime
dec delaytime
array insert at bottom presents()
if bad > 0
presents() = make_obj_sphere(20)
texture object presents(), 4
else
presents() = make_obj_cube(20)
texture object presents(), 4+rnd(2)
endif
x = newxvalue(500, wrapvalue(t+130), 40 + p*8)
z = newzvalue(500, wrapvalue(t+130), 40 + p*8)
position object presents(), x, get ground height(1, x, z) + object size y(presents())/4, z
inc p
endif
if p > 1 then s$ = "s"
center text screen width()/2, text height("Y"), "You got " + str$(p) + " " + p$ + s$ + c$ + " for Christmas!"
sync
next t
loop
endfunction
function make_coal()
ink 0, 0
box 0, 0, 4, 4
get image 4, 0, 0, 4, 4, 1
endfunction
function make_paper()
`paper 1
ink rgb(255, 0, 0), 0
box 0, 0, 32, 32
ink rgb(0, 255, 0), 0
s = 3
for t = 1 to 10
x = rnd(32-s)
y = rnd(32-s)
circle x, y, s
next t
get image 4, 0, 0, 32, 32, 1
`paper 2
ink rgb(0, 0, 255), 0
box 0, 0, 32, 32
ink rgb(255, 0, 255), 0
s = 3
for t = 1 to 10
x = rnd(32-s)
y = rnd(32-s)
circle x, y, s
next t
get image 5, 0, 0, 32, 32, 1
`paper 3
ink rgb(255, 255, 0), 0
box 0, 0, 32, 32
ink rgb(0, 255, 0), 0
s = 3
for t = 1 to 10
x = rnd(32-s)
y = rnd(32-s)
circle x, y, s
next t
get image 6, 0, 0, 32, 32, 1
endfunction
function clear_inventory()
inc score, array count(inventory(0))
for t = 0 to array count(inventory(0))
delete sprite inventory(t)
next t
delete sprite 1
endfunction
function process_inventory()
for t = 0 to array count(inventory(0))
sprite inventory(t), sprite x(inventory(t)) - 18, sprite y(inventory(t)) - 18, 3
if sprite x(inventory(t)) < 0 and sprite y(inventory(t)) < 0
inc score
delete sprite inventory(t)
array delete element inventory(0), t
endif
next t
endfunction
function make_inventory()
dim inventory() as dword
sprite 1, 32, 32, 3
offset sprite 1, 32, 32
endfunction
function process_coins()
for t = 0 to array count(coins(0))
if object visible(coins(t))
turn object right coins(t), 3
if object collision(player(0), coins(t))
array insert at bottom inventory(0)
inventory() = make_spr(object screen x(coins(t)), object screen y(coins(t)), 3)
exclude object on coins(t)
endif
endif
next t
endfunction
function process_camera()
set camera to follow object position x(player(0)), object position y(player(0)), object position z(player(0)), object angle y(player(0)), 50, 20, smooth, 0
endfunction
function process_player()
move object player(0), upkey() - downkey()
YRotate Object player(0),Object Angle Y(player(0))+(RightKey()-LeftKey())*1.5
x# = object position x(player(0))
z# = object position z(player(0))
if x# < 20 then x# = 20
if x# > 980 then x# = 980
if z# < 20 then z# = 20
if z# > 980 then z# = 980
position object player(0), x#, get ground height(1, x#, z#) + object size y(player(0)) / 2, z#
endfunction
function make_player()
dim player(0) as dword
player(0) = make_obj_sphere(5)
color object player(0), rgb(0, 0, 255)
position object player(0), 250, 0, 250
endfunction
function make_ground()
make matrix 1, 1000, 1000, 50, 50
randomize matrix 1, 12.5
for t = 0 to 50
set matrix height 1, t, 0, 40
set matrix height 1, 0, t, 40
set matrix height 1, t, 50, 40
set matrix height 1, 50, t, 40
next t
prepare matrix texture 1, 1, 1, 1
update matrix 1
endfunction
function make_snowflakes()
dim snowflakes(20) as snowspot
for t = 0 to 20
snowflakes(t).x = rnd(screen width())
snowflakes(t).y = rnd(screen height())
snowflakes(t).speed = rnd(3) + 3
next t
endfunction
function make_snow()
dim snow(0) as dword
snow(0) = make_obj_plain(1000)
position object snow(0), 500, 4, 500
xrotate object snow(0), 270
color object snow(0), -1
endfunction
function make_grass()
ink rgb(0, 255, 0), 0
box 0, 0, 32, 32
ink rgb(0, 128, 0), 0
s = 3
for t = 1 to 40
x = rnd(32-s)
y = rnd(32-s)
box x, y, x+s, y+s
next t
get image 1, 0, 0, 32, 32, 1
endfunction
function make_rocks()
r = 100
dim rocks(r-1) as dword
for t = 0 to r-1
rocks(t) = make_obj_cube(4)
texture object rocks(t), 2
rotate object rocks(t), rnd(360), rnd(360), rnd(360)
x = rnd(960)+20
z = rnd(960)+20
position object rocks(t), x, get ground height(1, x, z) - object size y(rocks(t)) / 4, z
next t
endfunction
function make_obj_cube(size as dword)
id = free_obj()
make object cube id, size
endfunction id
function free_obj()
repeat
inc id
until object exist(id) = 0
endfunction id
function make_spr(x as dword, y as dword, img as dword)
id = free_spr()
sprite id, x, y, img
endfunction id
function free_spr()
repeat
inc id
until sprite exist(id) = 0
endfunction id
function make_obj_plain(size as dword)
id = free_obj()
make object plain id, size, size
endfunction id
function make_obj_cylinder(size as dword)
id = free_obj()
make object cylinder id, size
endfunction id
function make_obj_cone(size as dword)
id = free_obj()
make object cone id, size
endfunction id
function make_obj_sphere(size as dword)
id = free_obj()
make object sphere id, size
endfunction id
function make_rock()
ink rgb(128, 128, 128), 0
box 0, 0, 32, 32
ink rgb(100, 100, 120), 0
s = 4
for t = 1 to 50
x = rnd(32-s)
y = rnd(32-s)
box x, y, x+s, y+s
next t
get image 2, 0, 0, 32, 32, 1
endfunction
function make_coin()
datatoimage(3)
endfunction
function make_coins()
c = 200
dim coins(c-1) as dword
for t = 0 to c-1
coins(t) = make_obj_plain(7)
texture object coins(t), 3
set object transparency coins(t), 1
x = rnd(960)+20
z = rnd(960)+20
position object coins(t), x, get ground height(1, x, z) + object size y(coins(t))/2, z
next t
endfunction
function make_tree()
dim tree(3) as dword
for t = 1 to 3
tree(t) = make_obj_cone(50*(5-t))
scale object tree(t), 100, 75, 100
color object tree(t), rgb(0, 255, 0)
position object tree(t), 500, 75 + t*39, 500
next t
tree(0) = make_obj_cylinder(50)
color object tree(0), rgb(128, 64, 0)
position object tree(0), 500, 25, 500
endfunction
function datatoimage(image)
memblock=1
read size
make memblock 1,size
read sx `as dword
read sy `as dword
read depth `as dword
write memblock dword 1,0,sx
write memblock dword 1,4,sy
write memblock dword 1,8,depth
for x=0 to sx-1
for y=0 to sy-1
pos=(y*sx+x)*4+12
read b `as byte
read g `as byte
read r `as byte
read a `as byte
write memblock byte 1,pos,b
write memblock byte 1,pos+1,g
write memblock byte 1,pos+2,r
write memblock byte 1,pos+3,a
next y
next x
make image from memblock image,1
endfunction
data 16396
data 64
data 64
data 32
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,217,219,1,231,231,231,13,246,246,246,13,237,242,247,19,234,241,246,44,160,206,225,46,82,157,201,46,74,177,225,46,66,212,255,33,59,207,255,13,54,200,250,13,52,185,231,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,183,222,1,222,222,244,19,246,243,248,54,248,248,248,105,247,247,247,164,245,250,255,206,252,252,252,209,236,242,247,215,230,236,239,241,142,185,208,242,85,133,178,242,77,166,213,242,69,210,255,229,61,211,255,209,55,209,255,206,49,206,255,168,43,203,255,135,38,198,255,77,33,191,248,25,32,176,227,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,212,241,6,202,202,243,63,220,220,247,156,247,250,255,212,250,251,251,242,249,249,249,255,248,252,255,255,254,254,254,255,239,244,249,255,228,234,231,255,175,202,217,255,97,150,188,255,88,140,184,255,79,176,223,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,205,255,255,39,200,255,251,34,196,253,219,30,192,250,164,27,188,247,98,23,182,242,36,27,156,205,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,234,251,6,226,226,251,63,217,217,248,168,217,217,249,241,245,245,253,255,253,253,253,255,252,255,255,255,250,250,250,255,255,255,255,255,242,243,243,255,233,238,242,255,194,213,217,255,110,167,197,255,100,146,186,255,90,168,212,255,81,210,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,203,255,255,35,198,255,255,31,195,252,255,27,190,250,254,24,186,246,226,21,181,242,142,18,176,238,43,20,154,206,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,251,254,1,247,247,255,57,240,240,255,168,232,232,253,241,223,223,251,255,241,241,254,255,254,254,255,255,254,254,254,255,253,255,253,255,251,254,251,255,246,249,246,255,238,241,238,255,214,224,223,255,145,185,207,255,112,154,191,255,102,161,202,255,92,202,245,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,205,255,255,36,201,255,255,32,196,255,255,28,193,251,255,24,188,248,255,21,183,244,255,19,179,240,228,17,175,237,142,15,171,233,43,20,138,184,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,251,251,255,231,244,244,255,255,236,236,254,255,236,236,254,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,244,247,244,255,230,235,232,255,186,204,218,255,125,169,200,255,114,160,198,255,104,190,230,255,94,219,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,203,255,255,32,198,255,255,28,194,253,255,25,189,249,255,22,186,245,255,19,181,242,255,17,178,239,255,15,173,236,228,13,168,232,108,12,159,219,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,255,255,255,158,255,255,255,249,255,255,255,255,247,247,255,255,239,239,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,253,255,255,255,255,255,240,244,248,255,220,224,232,255,146,187,209,255,128,166,199,255,116,180,217,255,105,214,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,201,255,255,29,196,255,255,25,192,251,255,22,187,248,255,19,182,244,255,17,179,240,255,15,174,237,255,13,170,233,249,12,166,230,151,11,162,226,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,1,255,255,255,64,255,255,255,200,255,255,255,255,255,255,255,255,255,255,255,255,249,249,255,255,247,247,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,253,253,255,253,254,254,255,234,239,237,255,188,210,221,255,140,176,205,255,129,174,208,255,117,205,243,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,199,255,255,25,194,254,255,22,189,250,255,19,185,246,255,17,181,243,255,15,177,239,255,13,172,236,255,12,168,232,254,11,165,228,187,11,161,225,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,108,255,255,255,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,250,250,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,248,252,248,255,223,230,234,255,152,192,213,255,141,175,206,255,129,192,226,255,117,221,255,255,106,223,255,255,96,221,255,255,87,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,43,206,255,255,37,205,255,255,33,203,255,255,29,200,255,255,25,188,247,255,22,145,193,255,19,102,141,255,17,152,207,255,15,178,240,255,13,173,237,255,12,170,233,255,11,166,230,255,11,162,226,217,11,150,214,74,15,102,156,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,10,255,255,255,149,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,252,250,252,255,237,239,239,255,190,210,221,255,152,184,210,255,140,181,213,255,129,214,248,255,117,226,255,255,106,223,255,255,96,221,255,255,86,218,255,255,78,216,255,255,69,213,255,255,62,211,255,255,55,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,203,255,255,29,188,243,255,25,123,162,255,22,38,56,255,19,19,19,255,17,104,144,255,15,180,243,255,13,176,239,255,12,172,234,255,11,168,231,255,11,165,227,255,11,160,224,238,11,134,197,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,3,255,255,255,110,255,255,255,249,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,247,247,247,255,220,225,228,255,163,195,214,255,151,182,211,255,139,198,229,255,128,225,255,255,116,226,255,255,105,223,255,255,95,220,255,255,86,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,42,206,255,255,37,205,255,255,33,182,235,255,29,102,135,255,25,25,41,255,22,22,22,255,19,66,93,255,17,156,209,255,15,181,244,255,13,177,240,255,12,173,237,255,11,170,233,255,11,166,230,255,11,162,225,255,11,155,218,224,11,108,171,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,74,255,255,255,238,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,248,251,253,255,239,237,239,255,197,212,220,255,160,187,213,255,149,186,215,255,137,215,247,255,125,228,255,255,114,225,255,255,104,223,255,255,94,220,255,255,85,218,255,255,76,215,255,255,68,213,255,255,60,211,255,255,54,209,255,255,47,207,255,255,42,206,255,255,37,175,224,255,32,80,105,255,28,28,28,255,25,25,25,255,22,22,22,255,19,90,125,255,17,168,223,255,15,183,245,255,13,178,242,255,12,174,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,134,196,191,11,90,154,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,253,255,45,255,255,255,217,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,255,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,250,251,251,255,228,231,232,255,174,202,217,255,158,186,213,255,146,197,227,255,135,227,255,255,123,228,255,255,112,225,255,255,102,222,255,255,92,219,255,255,83,217,255,255,75,215,255,255,67,213,255,255,59,210,255,255,53,209,255,255,47,207,255,255,41,206,255,255,36,127,163,255,32,32,32,255,28,34,49,255,24,40,57,255,21,21,21,255,19,19,19,255,17,81,113,255,15,163,220,255,13,180,243,255,12,176,239,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,225,255,11,154,218,254,11,108,170,146,11,88,152,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,241,255,24,247,247,255,187,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,251,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,254,255,255,246,247,247,255,214,223,228,255,165,194,215,255,154,188,216,255,143,210,241,255,132,230,255,255,120,227,255,255,110,224,255,255,100,222,255,255,90,219,255,255,81,216,255,255,73,214,255,255,65,212,255,255,58,210,255,255,51,208,255,255,46,207,255,255,40,205,255,255,35,175,225,255,31,119,155,255,27,151,198,255,24,155,205,255,21,73,101,255,18,18,18,255,16,16,16,255,14,79,111,255,13,159,215,255,12,178,240,255,11,173,237,255,11,170,233,255,11,166,230,255,11,162,226,255,11,159,222,255,11,124,185,245,11,89,153,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,226,248,1,234,234,255,135,240,240,255,254,244,244,255,255,247,247,255,255,249,249,255,255,250,250,255,255,249,249,255,255,247,247,255,255,244,244,255,255,247,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,243,244,245,255,194,214,224,255,160,189,214,255,150,193,221,255,139,221,253,255,128,229,255,255,117,226,255,255,107,223,255,255,97,221,255,255,88,218,255,255,79,216,255,255,71,214,255,255,63,212,255,255,56,210,255,255,50,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,23,201,255,255,21,175,231,255,18,81,112,255,16,16,16,255,14,14,14,255,13,74,108,255,11,159,215,255,11,176,238,255,11,171,234,255,11,167,231,255,11,164,227,255,11,160,224,255,11,143,206,255,11,90,154,224,11,87,150,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,252,43,226,226,254,228,232,232,255,255,236,236,255,255,239,239,255,255,241,241,255,255,242,242,255,255,241,241,255,255,239,239,255,255,238,237,255,255,246,246,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,235,241,241,255,170,202,219,255,155,185,212,255,145,202,232,255,134,227,255,255,123,228,255,255,113,225,255,255,103,222,255,255,94,220,255,255,85,218,255,255,77,215,255,255,69,213,255,255,61,211,255,255,55,209,255,255,49,208,255,255,43,206,255,255,38,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,170,226,255,16,78,110,255,14,14,14,255,12,12,13,255,11,94,134,255,11,168,227,255,11,172,236,255,11,168,232,255,11,165,228,255,11,161,224,255,11,156,220,255,11,107,170,255,11,88,152,184,11,84,148,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,205,239,1,211,211,249,142,217,217,251,255,223,223,253,255,227,227,255,255,230,230,255,255,232,232,255,255,232,232,255,255,232,232,255,255,231,230,255,255,233,232,255,255,248,248,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,252,252,255,220,232,234,255,159,192,214,255,149,184,213,255,139,213,245,255,129,229,255,255,118,226,255,255,109,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,74,215,255,255,66,212,255,255,59,210,255,255,53,209,255,255,47,207,255,255,42,206,255,255,37,205,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,19,200,255,255,17,197,255,255,15,171,226,255,14,66,95,255,12,12,12,255,11,18,35,255,11,122,168,255,11,171,234,255,11,170,233,255,11,166,230,255,11,162,225,255,11,158,221,255,11,122,185,255,11,89,153,249,11,85,148,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,195,236,43,202,202,244,228,208,208,246,255,213,213,249,255,217,217,252,255,220,220,254,255,222,222,255,255,222,222,255,255,222,222,255,255,221,220,255,255,229,228,255,255,251,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,254,255,255,255,255,255,247,250,247,255,197,217,225,255,152,182,209,255,143,187,217,255,133,220,254,255,123,228,255,255,113,225,255,255,104,223,255,255,95,220,255,255,86,218,255,255,78,216,255,255,71,214,255,255,63,212,255,255,57,210,255,255,51,208,255,255,45,207,255,255,40,205,255,255,35,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,198,255,255,15,195,255,255,13,149,201,255,12,36,58,255,11,11,11,255,11,46,71,255,11,148,204,255,11,171,234,255,11,167,230,255,11,162,226,255,11,159,222,255,11,133,196,255,11,90,153,255,11,85,149,191,11,82,146,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,181,181,219,1,186,186,227,142,192,192,239,255,198,198,241,255,203,203,244,255,206,206,248,255,209,209,251,255,211,211,252,255,211,211,254,255,211,211,255,255,211,210,255,255,228,227,255,255,252,252,255,255,255,255,255,255,254,255,254,255,253,255,254,255,252,254,252,255,253,253,253,255,235,241,240,255,172,199,215,255,145,177,207,255,136,192,224,255,126,228,255,255,117,226,255,255,108,224,255,255,99,221,255,255,90,219,255,255,82,217,255,255,75,215,255,255,67,213,255,255,61,211,255,255,54,209,255,255,48,208,255,255,43,206,255,255,38,205,255,255,34,204,255,255,30,203,255,255,26,202,255,255,23,201,255,255,21,200,255,255,18,199,255,255,16,199,255,255,14,195,255,255,13,186,249,255,11,114,155,255,11,11,17,255,11,11,11,255,11,87,125,255,11,166,226,255,11,167,231,255,11,164,227,255,11,160,224,255,11,148,210,255,11,95,159,255,11,87,150,249,11,83,147,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,169,169,208,43,176,176,216,228,182,182,235,255,187,187,238,255,192,192,242,255,195,195,246,255,198,198,248,255,199,199,249,255,200,200,250,255,199,199,250,255,200,199,251,255,228,227,253,255,254,253,254,255,254,254,254,255,253,254,254,255,252,255,254,255,250,253,255,255,249,249,249,255,220,226,229,255,146,186,207,255,137,173,205,255,129,199,234,255,119,227,255,255,111,225,255,255,102,212,249,255,94,177,208,255,86,154,182,255,78,168,202,255,71,202,246,255,64,212,255,255,57,210,255,255,51,208,255,255,46,207,255,255,41,206,255,255,36,204,255,255,32,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,17,199,255,255,15,199,255,255,14,196,255,255,12,192,255,255,11,172,231,255,11,65,95,255,11,11,11,255,11,24,43,255,11,134,185,255,11,168,232,255,11,165,228,255,11,161,224,255,11,153,216,255,11,101,165,255,11,88,152,255,11,83,147,191,11,79,142,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,159,159,189,105,166,166,211,255,171,171,235,255,176,176,238,255,181,181,243,255,184,184,243,255,186,186,245,255,188,188,247,255,188,188,246,255,188,188,247,255,193,191,248,255,229,228,251,255,252,253,252,255,252,253,252,255,251,253,254,255,249,253,255,255,244,247,244,255,239,239,239,255,200,211,217,255,137,173,201,255,129,171,205,255,120,208,244,255,112,225,255,255,104,213,249,255,96,140,161,255,88,88,88,255,81,81,81,255,74,74,74,255,67,118,142,255,60,198,245,255,54,209,255,255,49,208,255,255,44,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,13,197,255,255,12,192,255,255,11,189,252,255,11,137,185,255,11,19,36,255,11,11,11,255,11,82,120,255,11,165,227,255,11,166,228,255,11,161,225,255,11,158,221,255,11,113,174,255,11,88,152,255,11,84,148,249,11,81,144,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,144,144,218,4,149,149,173,174,155,155,214,255,160,160,238,255,165,165,244,255,169,169,248,255,172,172,247,255,174,174,249,255,176,176,249,255,176,176,247,255,176,176,246,255,185,183,245,255,233,230,249,255,250,251,250,255,250,253,251,255,251,253,252,255,254,251,254,255,237,241,237,255,229,224,229,255,172,191,201,255,129,164,197,255,120,173,209,255,113,216,253,255,105,223,255,255,98,179,209,255,90,90,90,255,83,83,83,255,76,76,76,255,69,69,69,255,63,63,63,255,57,157,195,255,51,208,255,255,46,207,255,255,41,206,255,255,37,205,255,255,33,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,197,255,255,12,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,35,58,255,11,142,197,255,11,166,230,255,11,162,226,255,11,159,221,255,11,118,180,255,11,89,153,255,11,85,148,255,11,81,144,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,133,133,216,33,139,139,159,229,145,145,203,255,150,150,235,255,154,154,238,255,158,158,239,255,160,160,239,255,163,163,246,255,166,164,250,255,165,164,250,255,169,165,252,255,185,184,245,255,234,232,247,255,248,248,248,255,248,252,251,255,247,251,255,255,252,252,252,255,240,236,240,255,216,211,217,255,148,176,191,255,119,157,193,255,112,175,213,255,105,219,255,255,98,221,255,255,91,157,184,255,84,84,84,255,78,78,78,255,71,71,71,255,65,65,65,255,59,59,59,255,53,134,166,255,48,208,255,255,43,206,255,255,39,205,255,255,34,204,255,255,31,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,122,167,255,11,11,23,255,11,11,15,255,11,102,146,255,11,167,230,255,11,162,226,255,11,159,222,255,11,124,186,255,11,89,153,255,11,85,149,255,11,82,146,201,11,78,140,13,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,123,124,209,81,129,129,146,251,134,134,178,255,139,139,221,255,143,143,224,255,146,146,224,255,149,149,223,255,151,151,229,255,152,152,236,255,152,152,240,255,154,152,244,255,186,184,245,255,235,235,247,255,247,245,247,255,247,250,247,255,246,250,246,255,251,247,251,255,238,238,238,255,210,213,215,255,134,168,191,255,111,152,191,255,104,179,219,255,98,221,255,255,91,219,255,255,85,172,205,255,78,78,78,255,72,72,72,255,66,66,66,255,60,60,60,255,55,55,55,255,50,154,193,255,45,207,255,255,40,205,255,255,36,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,218,255,11,46,72,255,11,11,11,255,11,66,99,255,11,161,222,255,11,164,227,255,11,159,222,255,11,124,186,255,11,90,154,255,11,87,149,255,11,82,146,236,11,78,142,43,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,113,114,220,147,118,119,138,255,123,124,153,255,128,128,199,255,132,132,214,255,135,135,214,255,137,137,213,255,139,139,215,255,140,140,216,255,141,141,218,255,140,140,228,255,179,178,234,255,233,235,243,255,245,240,245,255,244,244,244,255,241,246,241,255,237,243,247,255,239,239,239,255,210,216,218,255,111,162,187,255,102,149,189,255,96,183,225,255,90,219,255,255,84,217,255,255,78,204,247,255,72,122,146,255,67,67,67,255,61,61,61,255,56,56,56,255,51,105,132,255,46,193,243,255,42,206,255,255,37,205,255,255,34,204,255,255,30,203,255,255,27,202,255,255,24,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,142,196,255,11,164,227,255,11,160,224,255,11,130,191,255,11,90,154,255,11,87,150,255,11,83,146,254,11,78,142,87,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,117,109,227,1,122,112,242,168,109,110,162,255,113,114,133,255,117,118,176,255,120,121,209,255,123,124,208,255,125,126,207,255,128,128,208,255,129,129,208,255,129,129,211,255,129,129,219,255,175,174,232,255,228,232,233,255,241,241,242,255,238,238,238,255,234,239,245,255,231,237,242,255,223,234,234,255,206,211,215,255,99,155,185,255,94,144,187,255,88,190,234,255,83,217,255,255,78,216,255,255,72,214,255,255,67,200,245,255,61,160,197,255,56,136,168,255,51,154,193,255,47,194,243,255,42,206,255,255,38,205,255,255,35,204,255,255,31,203,255,255,28,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,110,154,255,11,11,15,255,11,15,30,255,11,118,165,255,11,165,227,255,11,160,224,255,11,125,188,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,105,94,231,13,120,109,250,206,99,99,185,255,103,103,121,255,107,108,152,255,110,111,203,255,112,113,203,255,114,115,202,255,116,117,202,255,117,118,203,255,117,118,203,255,117,118,210,255,175,179,228,255,225,225,229,255,239,238,239,255,233,227,233,255,238,233,238,255,222,233,233,255,211,217,211,255,180,195,206,255,90,147,179,255,86,141,185,255,81,193,238,255,76,215,255,255,71,214,255,255,66,212,255,255,61,211,255,255,56,210,255,255,52,209,255,255,47,207,255,255,43,206,255,255,39,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,26,202,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,41,255,11,11,11,255,11,95,138,255,11,165,228,255,11,160,224,255,11,125,188,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,168,13,74,134,1,0,0,0,0,0,0,0,0,
data 0,0,0,0,96,84,233,13,110,98,247,209,92,90,205,255,94,94,116,255,97,97,130,255,100,100,194,255,102,102,199,255,104,104,199,255,105,105,200,255,106,107,200,255,106,107,199,255,106,107,202,255,171,173,219,255,225,230,238,255,236,236,236,255,229,229,229,255,222,227,222,255,213,219,225,255,200,206,212,255,172,184,192,255,82,139,173,255,78,139,185,255,74,193,241,255,69,213,255,255,65,212,255,255,60,211,255,255,56,210,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,39,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,161,224,255,11,120,183,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,206,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,89,75,233,33,98,85,241,229,103,91,237,255,85,85,118,255,88,88,110,255,90,90,178,255,92,92,198,255,94,94,198,255,95,95,198,255,96,96,197,255,96,96,195,255,96,96,199,255,171,175,222,255,225,231,237,255,234,235,235,255,227,229,229,255,218,218,218,255,220,213,220,255,202,202,202,255,158,168,180,255,75,131,171,255,71,137,185,255,67,192,242,255,63,212,255,255,59,210,255,255,55,209,255,255,51,208,255,255,47,207,255,255,43,206,255,255,40,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,16,199,255,255,15,199,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,171,230,255,11,53,81,255,11,11,11,255,11,72,107,255,11,165,228,255,11,161,225,255,11,116,178,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,81,67,233,46,90,76,238,242,102,89,248,255,77,77,138,255,79,79,99,255,81,81,150,255,83,83,195,255,85,85,198,255,86,86,199,255,86,86,196,255,87,87,193,255,86,86,194,255,171,168,211,255,220,221,223,255,234,234,234,255,228,229,229,255,218,218,218,255,202,209,215,255,196,198,198,255,139,160,174,255,67,125,169,255,64,133,183,255,60,195,247,255,57,210,255,255,53,209,255,255,50,208,255,255,46,207,255,255,42,206,255,255,39,205,255,255,36,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,15,199,255,255,14,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,158,221,255,11,107,168,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,76,61,232,46,81,66,235,242,91,76,243,255,72,69,188,255,71,71,92,255,73,73,118,255,75,75,180,255,76,76,199,255,77,77,201,255,78,78,197,255,78,78,192,255,78,78,188,255,165,166,204,255,217,218,221,255,235,228,235,255,230,230,230,255,221,227,221,255,203,203,203,255,196,196,196,255,149,162,177,255,61,123,165,255,57,128,180,255,54,193,247,255,51,208,255,255,48,208,255,255,45,207,255,255,42,206,255,255,38,205,255,255,35,204,255,255,33,203,255,255,30,203,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,182,244,255,11,64,95,255,11,11,11,255,11,64,95,255,11,165,228,255,11,153,216,255,11,101,164,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,69,54,231,46,73,58,232,242,84,70,242,255,89,75,238,255,63,63,117,255,65,65,92,255,67,67,141,255,68,68,192,255,69,69,201,255,69,69,196,255,69,69,190,255,69,69,188,255,161,161,211,255,219,225,233,255,219,225,233,255,229,229,229,255,221,228,235,255,208,208,208,255,204,198,204,255,160,177,185,255,54,124,166,255,51,127,180,255,49,192,246,255,46,207,255,255,43,206,255,255,40,205,255,255,37,205,255,255,35,204,255,255,32,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,179,240,255,11,61,91,255,11,11,11,255,11,66,99,255,11,165,228,255,11,139,202,255,11,96,159,255,11,91,155,255,11,88,152,255,11,84,147,255,11,79,143,209,11,76,140,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,63,48,226,33,67,51,230,229,76,61,237,255,88,74,248,255,74,61,214,255,58,58,90,255,59,59,97,255,60,60,159,255,61,61,194,255,62,62,195,255,62,62,189,255,62,62,187,255,154,154,214,255,217,217,232,255,218,224,232,255,228,228,228,255,223,229,223,255,214,214,214,255,216,208,216,255,172,187,196,255,48,119,164,255,46,121,175,255,44,188,243,255,41,206,255,255,39,205,255,255,36,204,255,255,34,204,255,255,31,203,255,255,29,202,255,255,27,202,255,255,24,201,255,255,22,200,255,255,21,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,189,252,255,11,185,249,255,11,170,228,255,11,52,79,255,11,11,11,255,11,72,107,255,11,165,228,255,11,130,192,255,11,96,159,255,11,91,155,255,11,88,152,255,11,83,147,255,11,79,143,209,11,76,139,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,57,43,222,13,61,45,229,209,65,50,231,255,83,67,247,255,87,72,251,255,51,51,166,255,53,53,78,255,54,54,109,255,54,54,166,255,55,55,188,255,55,55,184,255,55,55,182,255,151,148,202,255,212,212,216,255,216,223,231,255,229,229,230,255,225,226,226,255,220,227,235,255,222,215,222,255,175,182,196,255,43,119,162,255,41,116,171,255,39,186,242,255,37,205,255,255,34,204,255,255,32,203,255,255,30,203,255,255,28,202,255,255,26,202,255,255,24,201,255,255,22,200,255,255,20,200,255,255,19,200,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,185,249,255,11,154,209,255,11,37,61,255,11,11,11,255,11,81,119,255,11,165,228,255,11,115,177,255,11,95,159,255,11,91,155,255,11,88,150,255,11,83,147,255,11,79,143,209,12,76,138,13,0,0,0,0,0,0,0,0,
data 0,0,0,0,43,39,205,13,56,40,228,206,58,42,229,255,73,57,242,255,84,68,252,255,77,63,237,255,47,47,121,255,47,47,76,255,48,48,117,255,48,48,166,255,48,48,178,255,48,48,177,255,126,129,191,255,211,212,214,255,215,222,230,255,231,231,231,255,227,227,227,255,222,231,238,255,204,213,220,255,157,176,176,255,38,115,157,255,36,110,166,255,34,180,238,255,33,203,255,255,31,203,255,255,29,202,255,255,27,202,255,255,25,201,255,255,23,201,255,255,22,200,255,255,20,200,255,255,18,199,255,255,17,199,255,255,16,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,252,255,11,184,248,255,11,136,185,255,11,22,40,255,11,11,11,255,11,96,138,255,11,152,215,255,11,99,162,255,11,95,159,255,11,91,155,255,11,87,150,255,11,83,147,255,11,79,143,178,13,74,134,4,0,0,0,0,0,0,0,0,
data 0,0,0,0,38,38,186,1,46,35,222,168,54,37,228,255,58,42,231,255,75,59,247,255,78,63,251,255,63,50,221,255,42,42,89,255,42,42,72,255,42,42,129,255,43,43,171,255,42,42,176,255,108,113,194,255,209,210,213,255,213,221,229,255,229,221,229,255,228,220,228,255,223,223,224,255,206,214,206,255,175,176,188,255,43,115,155,255,32,104,163,255,31,170,229,255,29,202,255,255,27,202,255,255,26,202,255,255,24,186,241,255,22,139,183,255,21,114,151,255,19,138,182,255,18,184,240,255,17,199,255,255,15,199,255,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,189,251,255,11,184,248,255,11,113,155,255,11,11,17,255,11,15,30,255,11,119,166,255,11,133,195,255,11,99,162,255,11,95,159,255,11,91,154,255,11,87,150,255,11,83,147,255,11,79,142,135,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,34,31,212,135,49,32,227,255,50,33,227,255,61,44,236,255,74,58,250,255,75,59,250,255,37,37,170,255,37,37,60,255,37,37,81,255,37,37,145,255,37,37,174,255,95,98,194,255,201,201,210,255,211,219,228,255,228,220,228,255,212,219,228,255,220,213,220,255,203,211,203,255,185,183,192,255,54,120,156,255,28,97,156,255,27,166,226,255,26,202,255,255,24,201,255,255,23,186,241,255,21,83,114,255,20,20,20,255,19,19,19,255,17,17,17,255,16,79,111,255,15,183,240,255,14,198,255,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,191,255,255,11,188,251,255,11,182,244,255,11,82,118,255,11,11,11,255,11,36,60,255,11,140,194,255,11,118,180,255,11,99,162,255,11,95,158,255,11,90,154,255,11,87,150,255,11,83,146,255,11,78,142,94,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,27,27,201,77,38,28,218,251,46,29,227,255,48,31,228,255,64,47,242,255,72,55,250,255,64,48,233,255,33,33,114,255,33,33,59,255,33,33,97,255,33,33,151,255,76,81,190,255,194,194,209,255,211,211,227,255,211,219,228,255,208,217,225,255,218,211,218,255,201,210,201,255,190,185,195,255,78,135,155,255,25,92,150,255,24,152,211,255,23,201,255,255,22,200,255,255,20,138,183,255,19,19,19,255,18,18,18,255,17,17,17,255,16,16,16,255,15,15,15,255,14,135,181,255,13,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,191,255,255,11,188,250,255,11,160,216,255,11,46,71,255,11,11,11,255,11,67,100,255,11,139,200,255,11,102,166,255,11,97,161,255,11,94,158,255,11,90,154,255,11,87,149,255,11,82,146,242,11,78,142,54,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,197,25,25,25,203,219,41,26,222,255,44,27,226,255,48,31,229,255,63,46,244,255,69,52,250,255,46,32,212,255,29,29,105,255,29,29,61,255,29,29,100,255,30,34,161,255,187,187,207,255,208,208,210,255,210,218,227,255,222,215,222,255,213,213,213,255,198,206,215,255,192,186,194,255,99,145,161,255,22,95,151,255,21,137,197,255,20,198,255,255,19,200,255,255,18,112,150,255,17,17,17,255,16,16,16,255,15,15,15,255,14,14,14,255,13,13,13,255,12,108,147,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,190,254,255,11,186,250,255,11,121,166,255,11,11,23,255,11,11,15,255,11,101,144,255,11,121,183,255,11,101,165,255,11,97,161,255,19,99,161,255,11,89,153,255,11,85,149,255,11,82,146,212,11,78,140,19,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,24,24,180,1,22,22,199,164,27,23,211,255,40,23,224,255,42,24,226,255,47,30,231,255,60,43,244,255,66,49,249,255,59,43,234,255,25,25,124,255,25,25,58,255,25,25,111,255,150,150,186,255,206,206,209,255,209,209,226,255,221,212,221,255,208,209,209,255,192,200,209,255,191,182,191,255,119,152,160,255,20,97,150,255,19,124,185,255,18,191,252,255,17,199,255,255,16,136,181,255,15,15,15,255,14,14,14,255,14,14,14,255,13,13,13,255,12,12,12,255,11,134,180,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,190,254,255,11,178,238,255,11,73,107,255,11,11,11,255,11,36,59,255,11,122,177,255,11,105,168,255,11,101,165,255,11,97,160,255,53,122,174,255,11,89,153,255,11,85,148,255,11,81,144,164,15,75,132,1,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,19,19,198,98,20,20,200,254,34,21,220,255,39,21,225,255,39,21,225,255,49,32,234,255,63,45,248,255,66,48,250,255,58,43,235,255,22,22,111,255,22,22,71,255,97,98,145,255,183,183,188,255,206,208,208,255,203,211,220,255,209,209,209,255,193,202,193,255,187,179,187,255,134,157,158,255,17,104,148,255,17,109,170,255,16,185,248,255,15,199,255,255,14,183,240,255,14,78,109,255,13,13,13,255,12,12,12,255,12,12,12,255,11,76,108,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,192,255,255,11,189,252,255,11,137,185,255,11,18,35,255,11,11,11,255,11,77,115,255,11,121,183,255,11,105,167,255,11,100,164,255,55,126,178,255,59,126,176,255,11,88,152,255,11,84,148,251,11,81,144,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,17,17,194,36,18,18,197,226,21,18,209,255,35,18,223,255,37,19,225,255,37,19,225,255,51,34,238,255,63,46,250,255,64,47,251,255,49,35,222,255,19,19,122,255,58,58,117,255,143,143,151,255,169,169,170,255,194,202,211,255,214,214,214,255,199,199,199,255,179,187,196,255,148,163,160,255,33,112,147,255,15,97,160,255,14,171,233,255,14,198,255,255,13,198,255,255,12,182,240,255,12,134,180,255,11,108,147,255,11,134,180,255,11,182,240,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,192,255,255,11,171,230,255,11,64,94,255,11,11,11,255,11,25,45,255,11,108,160,255,11,108,171,255,11,103,167,255,11,100,162,255,113,164,202,255,61,126,176,255,11,88,152,255,11,83,147,212,11,79,142,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,22,22,168,1,16,16,196,142,16,16,198,255,27,16,217,255,34,17,223,255,35,17,225,255,35,17,225,255,51,33,239,255,61,44,250,255,62,45,251,255,54,38,236,255,46,35,191,255,115,112,162,255,144,144,146,255,169,162,169,255,193,193,193,255,208,209,209,255,190,198,190,255,162,174,167,255,71,127,149,255,13,88,149,255,13,153,216,255,12,198,255,255,12,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,186,249,255,11,114,155,255,11,11,19,255,11,11,11,255,11,73,112,255,11,107,167,255,11,107,170,255,11,102,166,255,61,132,182,255,137,179,211,255,60,124,175,255,11,87,150,254,11,83,147,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,194,43,14,14,196,228,14,14,201,255,30,15,220,255,32,15,222,255,33,15,224,255,34,16,225,255,48,30,238,255,60,42,250,255,60,42,250,255,61,43,251,255,64,48,240,255,104,97,192,255,163,154,166,255,168,168,168,255,191,191,191,255,197,197,197,255,172,174,174,255,108,138,154,255,12,89,143,255,12,130,192,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,197,255,255,11,194,255,255,11,149,201,255,11,36,58,255,11,11,11,255,11,41,67,255,11,103,159,255,11,110,173,255,11,107,168,255,11,101,165,255,146,186,216,255,140,181,212,255,31,103,161,255,11,85,149,212,11,82,146,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,171,1,13,13,194,142,13,13,196,255,13,13,204,255,30,13,222,255,30,13,222,255,31,13,224,255,31,13,224,255,37,19,230,255,52,34,244,255,58,40,250,255,58,40,250,255,66,49,243,255,113,108,192,255,161,153,165,255,162,162,162,255,168,170,170,255,176,177,177,255,146,167,183,255,13,103,148,255,11,108,171,255,11,184,248,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,196,255,255,11,168,225,255,11,63,90,255,11,11,11,255,11,17,34,255,11,90,138,255,11,112,173,255,11,109,172,255,11,105,168,255,94,155,197,255,164,198,223,255,140,180,211,255,11,89,153,254,11,85,148,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,43,12,12,194,228,12,12,196,255,21,12,214,255,29,12,222,255,29,12,222,255,29,12,222,255,30,12,224,255,30,12,224,255,43,25,237,255,54,36,248,255,57,39,250,255,65,48,243,255,91,81,214,255,136,136,176,255,152,143,152,255,147,139,147,255,154,160,162,255,66,131,158,255,11,91,154,255,11,167,231,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,167,224,255,11,73,105,255,11,11,11,255,11,11,11,255,11,71,112,255,11,110,170,255,11,112,174,255,11,108,171,255,43,124,179,255,180,210,231,255,164,197,223,255,92,147,190,255,11,88,152,198,11,84,148,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,158,1,11,11,194,108,11,11,196,249,11,11,201,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,37,19,231,255,53,35,246,255,57,39,250,255,57,39,250,255,69,54,236,255,112,112,186,255,125,136,147,255,132,133,136,255,91,125,141,255,11,90,147,255,11,137,200,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,171,227,255,11,75,107,255,11,11,11,255,11,11,11,255,11,55,88,255,11,103,161,255,11,115,177,255,11,110,173,255,11,107,170,255,157,196,223,255,178,208,230,255,160,195,221,255,46,115,169,231,11,87,150,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,184,10,11,11,195,151,11,11,196,254,13,11,207,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,31,13,225,255,45,27,238,255,51,33,244,255,53,35,246,255,59,42,237,255,84,70,206,255,113,102,153,255,97,110,120,255,11,88,134,255,11,110,173,255,15,194,246,255,112,220,245,255,150,222,243,255,112,216,245,255,15,203,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,166,221,255,11,107,146,255,11,144,194,255,11,150,201,255,11,66,95,255,11,11,11,255,11,11,11,255,11,57,90,255,11,105,162,255,11,118,179,255,11,113,176,255,11,109,172,255,136,184,216,255,188,215,235,255,174,205,228,255,131,175,207,249,11,89,153,108,12,83,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,192,24,11,11,196,187,11,11,196,255,12,11,206,255,25,11,219,255,29,11,222,255,29,11,222,255,29,11,222,255,29,11,222,255,30,12,224,255,30,12,224,255,40,22,233,255,43,25,237,255,43,25,237,255,43,25,237,255,48,33,227,255,63,52,196,255,39,60,162,255,34,97,183,255,186,216,231,255,226,226,228,255,224,224,227,255,227,227,227,255,184,218,236,255,15,152,201,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,112,152,255,11,11,11,255,11,18,34,255,11,28,46,255,11,11,11,255,11,11,11,255,11,55,88,255,11,107,164,255,11,120,182,255,11,115,178,255,11,112,174,255,95,160,202,255,192,219,237,255,183,212,233,255,168,201,225,255,51,121,172,158,11,88,152,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,45,11,11,195,217,11,11,196,255,11,11,200,255,15,11,208,255,25,11,219,255,25,11,219,255,24,11,218,255,25,11,219,255,30,12,224,255,30,12,224,255,35,17,228,255,42,24,236,255,43,25,237,255,43,25,237,255,43,25,237,255,42,24,234,255,137,133,236,255,226,226,226,255,226,226,226,255,224,224,226,255,226,226,248,255,227,236,248,255,111,164,192,255,11,97,161,255,11,172,236,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,165,220,255,11,64,91,255,11,11,11,255,11,11,11,255,11,11,11,255,11,58,93,255,11,110,166,255,11,121,184,255,11,118,180,255,11,114,177,255,73,148,195,255,195,221,239,255,188,216,235,255,176,207,229,255,119,168,204,200,11,90,154,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,194,74,11,11,195,238,11,11,196,255,11,11,196,255,11,11,196,255,11,11,198,255,11,11,200,255,11,11,200,255,11,11,200,255,11,11,204,255,16,11,209,255,19,11,213,255,24,11,218,255,33,15,226,255,39,21,232,255,47,29,236,255,170,167,233,255,225,225,225,255,226,236,248,255,224,224,226,255,226,236,248,255,224,224,230,255,149,180,204,255,11,82,143,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,174,232,255,11,85,121,255,11,11,19,255,11,11,11,255,11,33,60,255,11,101,155,255,11,120,183,255,11,116,179,255,79,154,200,255,195,222,240,255,190,218,237,255,180,210,231,255,156,193,220,220,20,99,159,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,167,3,11,11,194,97,11,11,194,224,11,11,194,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,195,255,11,11,196,255,11,11,196,255,11,11,196,255,11,11,203,255,17,11,210,255,19,11,213,255,29,11,222,255,36,18,228,255,146,133,236,255,246,236,248,255,248,236,226,255,230,227,226,255,224,216,224,255,225,216,226,255,111,159,190,255,11,78,142,255,11,115,178,255,11,196,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,139,197,255,11,73,116,255,11,11,29,255,11,11,11,255,11,63,102,255,11,119,182,255,113,175,213,255,195,223,240,255,190,218,237,255,181,212,232,255,168,202,226,210,44,118,172,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,195,55,11,11,195,191,11,11,195,254,11,11,195,255,11,11,192,255,11,11,192,255,11,11,194,255,11,11,194,255,15,11,192,255,59,47,190,255,111,100,191,255,130,124,188,255,130,125,185,255,123,119,178,255,134,137,191,255,209,210,234,255,242,234,243,255,231,225,231,255,221,219,226,255,176,196,215,255,12,107,158,255,11,78,142,255,11,132,195,255,11,198,255,255,11,198,255,255,11,198,255,255,11,195,255,255,11,176,239,255,11,152,215,255,11,138,201,255,11,134,197,255,11,126,186,255,11,91,141,255,11,59,99,255,17,100,155,255,144,194,224,255,192,221,240,255,188,218,237,255,180,212,233,252,169,203,227,181,48,122,176,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,172,24,11,11,156,146,11,11,155,245,11,11,159,255,11,11,160,255,11,11,164,255,53,51,180,255,153,148,200,255,189,185,198,255,194,190,194,255,185,184,185,255,176,176,176,255,165,165,165,255,148,158,149,255,123,147,153,255,125,168,194,255,148,184,207,255,106,159,191,255,12,108,159,255,11,78,142,255,11,97,161,255,11,172,236,255,11,198,255,255,11,185,249,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,137,198,255,11,133,195,255,11,130,192,255,11,126,189,255,57,148,199,255,173,212,235,255,186,218,238,255,182,215,236,255,176,210,232,245,156,196,223,145,44,122,177,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,6,11,11,159,97,11,11,159,224,11,11,159,255,11,11,160,255,15,11,171,255,138,137,192,255,183,188,200,255,186,191,197,255,190,191,192,255,184,184,184,255,172,172,172,255,152,160,152,255,123,127,131,255,43,102,137,255,11,99,159,255,11,120,183,255,11,112,174,255,11,124,186,255,11,149,213,255,11,166,230,255,11,152,215,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,134,197,255,11,131,194,255,26,135,194,255,124,187,221,255,179,216,238,255,176,213,235,255,172,209,233,255,167,205,229,231,119,174,209,104,22,109,169,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,158,55,11,11,159,184,11,11,159,249,11,11,162,255,70,66,178,255,177,178,198,255,183,190,200,255,196,194,201,255,195,191,195,255,184,184,185,255,170,170,170,255,144,146,146,255,103,124,139,255,13,72,116,255,11,89,153,255,11,138,201,255,11,142,206,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,255,19,136,197,255,89,170,214,255,158,206,233,255,161,206,232,255,160,204,230,255,157,201,228,241,132,184,217,168,54,134,187,57,12,100,161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,159,87,11,11,159,191,11,11,165,249,124,122,184,255,182,190,201,255,198,195,204,255,202,196,202,255,196,196,196,255,186,186,186,255,170,170,170,255,148,158,167,255,82,108,132,255,11,47,102,255,11,99,162,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,33,148,205,255,75,166,213,255,126,191,225,255,132,192,225,255,136,193,225,255,136,191,223,241,92,163,206,168,47,134,188,63,11,109,172,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,159,14,11,11,160,87,42,40,168,191,152,153,182,249,194,190,196,255,206,197,206,255,203,195,203,255,198,200,200,255,190,182,190,255,177,177,177,255,147,152,156,255,57,91,127,255,11,58,120,255,11,121,184,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,13,139,201,255,40,152,208,255,51,154,207,255,55,154,206,255,59,154,204,254,58,151,202,236,30,131,190,168,11,118,180,63,11,114,177,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,161,14,93,89,173,79,180,177,191,150,204,195,204,201,188,196,206,236,206,206,206,254,184,194,202,255,196,196,196,255,185,186,186,255,147,164,180,255,31,79,126,255,11,75,139,255,11,133,196,255,11,138,201,255,11,138,201,255,11,138,201,255,11,138,201,255,11,136,198,251,11,132,195,222,11,128,191,174,11,126,188,98,11,122,185,43,11,119,181,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,178,184,13,206,196,188,43,188,197,206,91,206,206,206,147,204,213,204,168,198,198,200,206,191,201,212,209,138,159,182,229,11,67,121,236,11,96,160,211,11,138,201,178,11,138,201,158,11,138,201,147,11,136,198,101,11,133,195,77,11,130,192,25,11,125,187,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,204,197,1,201,201,202,13,203,203,205,13,196,200,201,33,117,139,161,40,11,63,122,14,11,114,176,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
"Did I ever tell you how I got the nickname the Dragon of the West?" "I'm not interested in a lengthy anecdote, Uncle." "It's more of a demonstration really." |
||
| Back to top |
|||
|
Nicholas Thompson
User Joined: Mon Sep 6th 2004 Location: London, UK |
nice! You have some severe issues with angles... If you turn too much the controls seem to get inverted in some wierd way - but apart from that its a good start! I like the concept and I especially like the way the coins/media fly up into the corner as they would in a professional kiddy game like this. Has a very Playstation/Nintendo-esque aura to it. |
||
| Back to top |
|||
|
Code Dragon
User Joined: Mon Aug 21st 2006 Location: Everywhere |
Thanks, I've been having big problems with the camera angle, I'll get that fixed Christmas Eve, or sometime before New Year's Eve. The only other things I need is the the presents appearing and maybe get coins lost when you hit a rock. Quote: "You have until the end of 2006! That's two weeks and a day."
I've called it two weeks flat, Ric, I doubt anyone will be coding on Christmas Day, there's too much to do! Quote: "Has a very Playstation/Nintendo-esque aura to it."
I did get the idea concept of the coins flying up to the courner from Rareware. Those games had a very solid HUD design, you see the items fly up to their icons in the HUD, accompanied by a sound effect so you instantly know you got something. (The only time this is bad is when you look at the icon, think it's an actual item and try to collect it. "Did I ever tell you how I got the nickname the Dragon of the West?" "I'm not interested in a lengthy anecdote, Uncle." "It's more of a demonstration really." |
||
| Back to top |
|||
|
SirRoss
User Joined: Fri Aug 19th 2005 Location: United Kingdom |
Code Dragon, your game helped me so much; the first thing I ever coded in DB was a movement control engine, with the mouse to look and W and S to go forward and back, with the camera following in third person. But I couldn't get it to follow a bumped matrix, it just floated above a flat plane, and went through anything in front of it. So thanks, extremely useful, if simple. The Microsoft Motto: Hey! It compiles! Ship it! |
||
| Back to top |
|||
|
RiiDii
User ![]() Joined: Thu Jan 20th 2005 Location: Inatincan |
Code Dragon, try replacing the Turn Object Right in the Process_Player() function with this line: YRotate Object player(0),Object Angle Y(player(0))+RightKey()-LeftKey() Turn Object Left/Right flips the object over 180 degrees on the x axis and z axis and inverts the y rotatation, for every 180 degrees rotated on the Y axis. Ermm, try this snippet to see what I mean. + Code Snippet Sync On:Sync Rate 60 Make Object Cube 1,1 Do Turn Object Left 1,LeftKey()-RightKey() Set Cursor 0,0 Print "Angle X: ";Object Angle X(1) Print "Angle Y: ";Object Angle Y(1) Print "Angle Z: ";Object Angle Z(1) Sync Loop |
||
| Back to top |
|||
|
Sven B
User Joined: Wed Jan 5th 2005 Location: Belgium |
Hi Hobgobling, here I am again. And I have a question again: This part: + Code Snippet
write byte 1, %00000000
write byte 1,192
write byte 1,INSTRUMENT `instrument
write byte 1, %00000000
write byte 1,255
write byte 1,89
write byte 1,%00000010
write byte 1,0
write byte 1,0
write byte 1,0
write byte 1,255
write byte 1,81
write byte 1,3
write byte 1,9
write byte 1,39
write byte 1,192
write byte 1,0
Seems to be not clear for me. So I started to compare it with the text file downloaded from you link. write byte 1, %00000000 write byte 1,192 write byte 1,INSTRUMENT `instrument as you can see, the first byte is 00000000 (binary). So, I looked into the file (msb = 0) and I found that this is the command to set the sequence number of the track, followed by the number of bytes (nn) and the sequence number (ssss). Well, this is what I don't get. You're saying that it contains 192 bytes, and then 1 byte for the sequence number (while the file says it has to be 2 bytes for the sequence number). And then there's one other question for now: I often see byte 255 (%11111111 binary, msb=1) and I can't find any documentation in the text file. It's the programmer's life: Have a problem, solve the problem, and have a new problem to solve. |
||
| Back to top |
|||
|
Code Dragon
User Joined: Mon Aug 21st 2006 Location: Everywhere |
Thanks RiiDii, the camera works great now. I've updated the code to make presents appear when the time is up too. [edit] Just added lots of snow to the game. "Did I ever tell you how I got the nickname the Dragon of the West?" "I'm not interested in a lengthy anecdote, Uncle." "It's more of a demonstration really." |
||
| Back to top |
|||
|
Hobgoblin Lord
User Joined: Sat Oct 29th 2005 Location: Fall River, MA USA |
Quote: "as you can see, the first byte is 00000000 (binary). So, I looked into the file (msb = 0) and I found that this is the command to set the sequence number of the track, followed by the number of bytes (nn) and the sequence number (ssss). Well, this is what I don't get.
You're saying that it contains 192 bytes, and then 1 byte for the sequence number (while the file says it has to be 2 bytes for the sequence number)." Ok not sure the best way to explain this and I think the confusion comes from the way I broke up the bytes but... that 0 actually belongs to the previous line for the number of bytes in the track, many MIDI events can be any number of bytes and the 0 is like a line return to state that the end of bytes assigned to that meta event has been reached. If you look at the info on BYTES IN TRACK you will see it says that event should have at most 4 bytes (but it can have more, or less). Quote: "And then there's one other question for now: I often see byte 255 (%11111111 binary, msb=1) and I can't find any documentation in the text file."
All meta-events start with FF followed by the command (xx), the length, or number of bytes that will contain data (nn), and the actual data (dd). hope that clears things up, but please remember I have only scratched the surface of these files myself. I had to do alot more then read those files, they were a good starting point but far from a complete source. Something you can try is to compose a few midi files yourself with just 1, 2, and 3 notes then take a look at them byte by byte to see the differences since you set the control it makes dissecting them easier. http://www.cafepress.com/blackarrowgames Check out my great stuff here |
||
| Back to top |
|||
|
Ric
User ![]() Joined: Sun Jul 11th 2004 Location: object position x |
Just got time to wish everyone here a merry Christmas! Glad to see some more entries for the challenge - I'll be having a go myself in a couple of days once things settle down - got lots of people staying with us this Christmas, and it's getting crazy busy here!! Also - welcome back Nick - long time no post! |
||
| Back to top |
|||
|
RiiDii
User ![]() Joined: Thu Jan 20th 2005 Location: Inatincan |
|
||
| Back to top |
|||
This is a multi-page thread older than 30 days.
Go to the last page to check if you can reply to it.
Go to the last page to check if you can reply to it.
Forum Search
Enter a word or phrase to search our Forum for:
|
|



















