From: Digital X. <dig...@us...> - 2007-03-30 19:12:08
|
Update of /cvsroot/openrpg/openrpg1/orpg/templates In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31891/orpg/templates Modified Files: default_settings.xml Log Message: Allow you to change the Role colors in the Players list Index: default_settings.xml =================================================================== RCS file: /cvsroot/openrpg/openrpg1/orpg/templates/default_settings.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** default_settings.xml 18 Feb 2007 16:19:10 -0000 1.14 --- default_settings.xml 30 Mar 2007 19:12:07 -0000 1.15 *************** *** 95,98 **** --- 95,101 ---- <tab name="Player List" type="grid"> <ColorizeRoles options="bool" value="1" help="Colorizes roles in the player list." /> + <GMRoleColor help="Set the color for the GM Role" options="color in hex RRGGBB" value="#FF0000"/> + <PlayerRoleColor help="Set the color for the Player Role" options="color in hex RRGGBB" value="#000000"/> + <LurkerRoleColor help="Set the color for the Lurker Role" options="color in hex RRGGBB" value="#c6c6c6"/> </tab> <tab name="Map" type="grid"> |