home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / c / complete_chess_system / completechessystemv1.6b.dms / in.adf / CCS / Pieces.256 / Space.SET < prev    next >
Encoding:
Text File  |  1994-11-02  |  613 b   |  31 lines

  1. ;;;;;;
  2. ;
  3. ; PStaunt set - Board co-ords
  4. ; (C) CP Software 1994
  5. ;
  6. ; Users should only play around with this file when wearing Peril-
  7. ; sensitive sunglasses...!
  8. ;
  9. ;;;;;;
  10.  
  11. ; Firstly the x ords of the front edge
  12. 52  124 194 265 335 405 474 546 615
  13.  
  14. ; Now the x ords of the back edge
  15. 150 195 240 284 329 373 419 463 508
  16.  
  17. ; The y ords (front to back)
  18. 255 222 193 168 146 126 108 92  77
  19.  
  20. ; misc. values
  21. ; 1 2D Square width
  22. ;   2 2D Square height
  23. ;       3 Squ hilight colour
  24. 54  29  234 42  42  42  42  42  42
  25.  
  26. ; Palette values for background colours
  27. ; 3d rgb first, then 2d rgb
  28. 0   0   0   164 164 164 42  42  42 
  29.  
  30.  
  31. ;EOF