From: Erik V. <ev...@us...> - 2010-05-15 22:44:54
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv26563 Modified Files: my.properties Log Message: Enable custom route colours Index: my.properties =================================================================== RCS file: /cvsroot/rails/18xx/my.properties,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** my.properties 20 Apr 2010 20:18:17 -0000 1.15 --- my.properties 15 May 2010 22:44:46 -0000 1.16 *************** *** 107,110 **** --- 107,120 ---- #or.number_format=simple + + ### Colours + ## Train route colours + # As in the XML files, colours can be specified as either hexadecimal RRGGBB, + # or as decimal RR,GG,BB + #route.colour.1=FF0000 + #route.colour.2=00FF00 + #route.colour.3=0000FF + #route.colour.4=808000 + ####################### Log4J properties ############################## # For information on how to customise log4j logging, see for instance |