From: Stefan F. <ste...@us...> - 2010-06-24 21:48:16
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv25799 Modified Files: my.properties Log Message: Refactoring of HexMap classes to remove zoom problems Added autoscrolling support Added gamespecific config settings Index: my.properties =================================================================== RCS file: /cvsroot/rails/18xx/my.properties,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** my.properties 22 Jun 2010 18:10:14 -0000 1.17 --- my.properties 24 Jun 2010 21:48:08 -0000 1.18 *************** *** 107,117 **** #or.number_format=simple ! ### Fonts - global settings ! # Font size scaling (1.0 = default standard size) ! #font.global.scale=1.0 ! # Font selection ! #font.global.name=Arial ! # Font style (only plain and bold supported) ! #font.global.style=bold ### Colours --- 107,129 ---- #or.number_format=simple ! ### Fonts for user interface ! ## Font size scaling (1.0 = default standard size) ! #font.ui.scale=1.5 ! ## Font selection ! #font.ui.name=Arial ! ## Font style (only plain and bold supported) ! #font.ui.style=plain ! ## all settings above can have game specific settings ! ## simply add the name of the game as appendix, Example: ! #font.ui.scale.18EU=0.8 ! ! ### Map display ! ## Zoomstep for map (10 = default) ! #map.zoomstep=10 ! ## Scrolling to show the network of acting company (yes = default) ! #map.autoscroll=yes ! ## all settings above can have game specific settings ! #map.zoomstep.18EU=8 ! ### Colours |