home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / GFXFX2.ZIP / ANSI.INC < prev    next >
Text File  |  1995-02-14  |  2KB  |  28 lines

  1. { TheDraw Pascal Crunched Screen Image.  Date: 01/24/95 }
  2. const
  3.   IMGDATA_WIDTH=80;
  4.   IMGDATA_DEPTH=9;
  5.   IMGDATA_LENGTH=352;
  6.   IMGDATA : array [1..352] of Char = (
  7.      #7,#16,#24,#25,#17,#26, #6,'─','<',' ','Y','o','u',#39,'r','e',' ',
  8.     't','h','e',' ','p','r','o','u','d',' ','o','w','n','e','r',' ','o',
  9.     'f',' ','>',#26, #7,'─',#24,#25,#18,#11,#26, #4,'▄',' ',' ',#26, #4,
  10.     '▄',' ','▄','▄','▄',' ','▄','▄',' ',' ',#26, #4,'▄',' ','▄','▄','▄',
  11.     ' ','▄','▄',#25, #2,#26, #4,'▄',#24,#25,#17,'█','█','█', #3,'█','▀',
  12.     '▀','▀',#11,'█','█','█', #3,'█','▀','▀','▀',#11,'█','█','█', #3,'█',
  13.     #11,'█','█', #3,'█',#11,'█','█','█', #3,'█','▀','▀','▀',#11,'█','█',
  14.     '█', #3,'█',#11,'█','█', #3,'█',#25, #2,'▀','▀','▀',#11,'█','█', #3,
  15.     '▄',#24,#25,#17,#11,'█','█','█', #3,'█',#11,'█','█', #3,'▄',#11,'█',
  16.     '█','█',#19,'▀','▀', #3,#16,'▄',' ',#11,'▄','█','█',#19,'▀',#16,'█',
  17.     #19,'▄', #3,#16,'▀',#11,'█','█','█',#19,'▀','▀', #3,#16,'▄',' ',#11,
  18.     '▄','█','█',#19,'▀',#16,'█',#19,'▄', #3,#16,'▀',' ',' ',#11,'▄','█',
  19.     '█',#19,'▀','▀', #3,#16,'█','▀',#24,#25,#17,#11,'▀','█','█',#19,'▄',
  20.     #16,'█',#19,'▀', #3,#16,'█',#11,'█','█','█', #3,'█',#25, #2,#11,'█',
  21.     '█','█', #3,'█',#11,'█','█', #3,'█',#11,'█','█','█', #3,'█',#25, #2,
  22.     #11,'█','█','█', #3,'█',#11,'█','█', #3,'█',' ',' ',#11,'█','█','█',
  23.     #19,'▄',#16,'▄','▄',#24,#25,#19, #3,#26, #3,'▀',' ',' ','▀','▀','▀',
  24.     #25, #3,'▀','▀','▀',' ','▀','▀',' ','▀','▀','▀',#25, #3,'▀','▀','▀',
  25.     ' ','▀','▀',#25, #2,#26, #5,'▀',#24,#25,#17, #7,#26, #8,'─','<',' ',
  26.     'M','a','d','e',' ','b','y',' ','B','a','s',' ','v','a','n',' ','G',
  27.     'a','a','l','e','n',' ','>',#26, #8,'─',#24,#24);
  28.