home *** CD-ROM | disk | FTP | other *** search
/ Arcade Games (KFC) / GSPCD1975A.ISO / data1.cab / Files3 / textconfig.txt < prev    next >
Encoding:
Text File  |  2008-03-04  |  1015 b   |  39 lines

  1. //--------------------------------------------
  2. // Ingame Status text colour RGB Configuration
  3. //--------------------------------------------
  4. // NOTE: Only use numbers for actual data!
  5. //
  6. // Do not use any numbers in the comments or
  7. // descriptions as the file reading process
  8. // will accept these as colour data!
  9. //
  10. // The file reading ignores all 
  11. // text and looks for all occurances of 
  12. // numbers only. Place each number on a 
  13. // new line as set out below.
  14. //
  15. // Any occurance of a number on each line
  16. // is passed as data values.
  17. //
  18. // If this file is not present in the
  19. // executable directory path all text colours
  20. // will default to white.
  21. //--------------------------------------------
  22.  
  23. NOTE: 
  24. -----
  25. ONE Hundred Percent on RED, GREEN and BLUE will force the 
  26. status text colours to white. Zero's will force the colour to black!
  27.  
  28. Board status one
  29. --------------
  30. Red   = 0%
  31. Green = 100% 
  32. Blue  = 100%
  33.  
  34. Board status two
  35. --------------
  36. Red   = 0%
  37. Green = 100% 
  38. Blue  = 0%
  39.