home *** CD-ROM | disk | FTP | other *** search
/ 3D Madness! Companion CD / 3DMADNESS.iso / windemos / dsuns / starcell / user1.txt < prev   
Text File  |  1993-02-11  |  2KB  |  101 lines

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