home *** CD-ROM | disk | FTP | other *** search
/ 3D Madness! Companion CD / 3DMADNESS.iso / windemos / dsuns / starcell / color16.txt next >
Text File  |  1993-02-11  |  2KB  |  102 lines

  1. 0 1
  2. ; color16.txt
  3. ;
  4. ; This is a star-cell file.  It describes the shape and intensity
  5. ; of each star in a set.  The first line must be "0 1" to identify 
  6. ; the file. Any line beginning with ";" is a comment.
  7. ;
  8. ; A star is described as a 7x7 cell of pixels.
  9. ; Each pixel can be any one of four colors:
  10. ;
  11. ;   color        character code
  12. ;   ---------    --------------
  13. ;   black        -
  14. ;   dark gray    +
  15. ;   lite gray    *
  16. ;   white        #
  17. ;
  18. ; Each line represents one entire row of pixels.
  19. ; Seven lines make a complete star-cell.
  20. ;
  21. ; Star Cell For Magnitudes dimmer than 6
  22. ;
  23. -------       
  24. -------       
  25. -------       
  26. ---+---       
  27. -------       
  28. -------       
  29. -------       
  30. ;
  31. ; Star Cell For Magnitudes 5 to 6
  32. ;
  33. -------       
  34. -------       
  35. -------       
  36. ---*---       
  37. -------       
  38. -------       
  39. -------       
  40. ;
  41. ; Star Cell For Magnitudes 4 to 5
  42. ;
  43. -------       
  44. -------       
  45. -------       
  46. ---#---       
  47. -------       
  48. -------       
  49. -------       
  50. ;
  51. ; Star Cell For Magnitudes 3 to 4
  52. ;
  53. -------       
  54. -------       
  55. -------       
  56. --+#+--       
  57. -------       
  58. -------       
  59. -------       
  60. ;
  61. ; Star Cell For Magnitudes 2 to 3
  62. ;
  63. -------       
  64. -------       
  65. ---+---       
  66. --*#*--       
  67. ---+---       
  68. -------       
  69. -------       
  70. ;
  71. ; Star Cell For Magnitudes 1 to 2
  72. ;
  73. -------       
  74. -------       
  75. ---*---       
  76. --###--       
  77. ---*---       
  78. -------       
  79. -------       
  80. ;
  81. ; Star Cell For Magnitudes 0 to 1
  82. ;
  83. -------       
  84. -------       
  85. --+#+--       
  86. --#*#--       
  87. --+#+--       
  88. -------       
  89. -------       
  90. ;
  91. ; Star Cell For Magnitudes brighter than 0
  92. ;
  93. -------       
  94. -------       
  95. --*#*--       
  96. --###--       
  97. --*#*--       
  98. -------       
  99. -------       
  100.  
  101.  
  102.