From: <che...@us...> - 2007-06-26 00:18:12
|
Revision: 637 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=637&view=rev Author: chef_koch Date: 2007-06-25 17:18:11 -0700 (Mon, 25 Jun 2007) Log Message: ----------- fixed pm3 skin file Modified Paths: -------------- trunk/plugins/My Connect4/Release/skin/Project Mayhem 3/MyConnect4.xml Modified: trunk/plugins/My Connect4/Release/skin/Project Mayhem 3/MyConnect4.xml =================================================================== --- trunk/plugins/My Connect4/Release/skin/Project Mayhem 3/MyConnect4.xml 2007-06-25 22:44:23 UTC (rev 636) +++ trunk/plugins/My Connect4/Release/skin/Project Mayhem 3/MyConnect4.xml 2007-06-26 00:18:11 UTC (rev 637) @@ -43,6 +43,7 @@ <onright>301</onright> <onup>6</onup> <ondown>3</ondown> + <alignY>center</alignY> </control> <control> <description>Mode</description> @@ -52,6 +53,7 @@ <onright>301</onright> <onup>2</onup> <ondown>4</ondown> + <alignY>center</alignY> </control> <control> <description>Level</description> @@ -61,6 +63,7 @@ <onright>301</onright> <onup>3</onup> <ondown>5</ondown> + <alignY>center</alignY> </control> <control> <description>Sounds</description> @@ -70,26 +73,33 @@ <onright>301</onright> <onup>4</onup> <ondown>6</ondown> + <width>190</width> + <height>32</height> + <AltTextureFocus>togglebutton-off-focus.png</AltTextureFocus> + <AltTextureNoFocus>togglebutton-off-nofocus.png</AltTextureNoFocus> + <textureFocus>togglebutton-on-focus.png</textureFocus> + <textureNoFocus>togglebutton-on-nofocus.png</textureNoFocus> + <alignY>center</alignY> </control> <control> <description>Round</description> <type>button</type> <id>1</id> <label>#Round</label> - <font>font12</font> <enabled>false</enabled> <textureFocus>-</textureFocus> <textureNoFocus>-</textureNoFocus> + <alignY>center</alignY> </control> <control> <description>Player: / GameOver</description> <type>button</type> <id>1</id> <label>#Player</label> - <font>font12</font> <enabled>false</enabled> <textureFocus>-</textureFocus> <textureNoFocus>-</textureNoFocus> + <alignY>center</alignY> </control> <control> <description>What is this?</description> @@ -99,6 +109,7 @@ <onright>301</onright> <onup>5</onup> <ondown>2</ondown> + <alignY>center</alignY> </control> </control> <control> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |