From: <che...@us...> - 2007-06-26 00:42:58
|
Revision: 638 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=638&view=rev Author: chef_koch Date: 2007-06-25 17:42:56 -0700 (Mon, 25 Jun 2007) Log Message: ----------- yet another fix 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-26 00:18:11 UTC (rev 637) +++ trunk/plugins/My Connect4/Release/skin/Project Mayhem 3/MyConnect4.xml 2007-06-26 00:42:56 UTC (rev 638) @@ -30,8 +30,7 @@ <control> <description>button group</description> <type>group</type> - <animation effect="fade" time="150">WindowOpen</animation> - <animation effect="fade" time="150">WindowClose</animation> + <animation>FlyInFromLeft</animation> <posX>5</posX> <posY>125</posY> <layout>StackLayout</layout> @@ -86,6 +85,7 @@ <type>button</type> <id>1</id> <label>#Round</label> + <font>font12</font> <enabled>false</enabled> <textureFocus>-</textureFocus> <textureNoFocus>-</textureNoFocus> @@ -96,6 +96,7 @@ <type>button</type> <id>1</id> <label>#Player</label> + <font>font12</font> <enabled>false</enabled> <textureFocus>-</textureFocus> <textureNoFocus>-</textureNoFocus> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |