From: <che...@us...> - 2007-06-25 22:44:26
|
Revision: 636 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=636&view=rev Author: chef_koch Date: 2007-06-25 15:44:23 -0700 (Mon, 25 Jun 2007) Log Message: ----------- reverted back the last id change to prevent probs with skins Modified Paths: -------------- trunk/plugins/MySimon/Release/skin/BlueTwo/MySimon.xml trunk/plugins/MySimon/Release/skin/SimpleMP/MySimon.xml trunk/plugins/MySimon/Source/SimonSay/MySimon.cs trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj Modified: trunk/plugins/MySimon/Release/skin/BlueTwo/MySimon.xml =================================================================== --- trunk/plugins/MySimon/Release/skin/BlueTwo/MySimon.xml 2007-06-25 22:00:55 UTC (rev 635) +++ trunk/plugins/MySimon/Release/skin/BlueTwo/MySimon.xml 2007-06-25 22:44:23 UTC (rev 636) @@ -10,8 +10,6 @@ <description>BackGround</description> <type>image</type> <id>1</id> - <posX>0</posX> - <posY>0</posY> <width>720</width> <height>576</height> <texture>background.png</texture> @@ -55,14 +53,14 @@ <onleft>3</onleft> <onright>3</onright> <onup>2</onup> - <ondown>5</ondown> + <ondown>4</ondown> </control> <control> <description>Sounds</description> <type>togglebutton</type> - <id>5</id> - <onleft>5</onleft> - <onright>5</onright> + <id>4</id> + <onleft>4</onleft> + <onright>4</onright> <onup>3</onup> <ondown>6</ondown> </control> @@ -92,7 +90,7 @@ <id>6</id> <onleft>6</onleft> <onright>6</onright> - <onup>5</onup> + <onup>4</onup> <ondown>2</ondown> </control> </control> Modified: trunk/plugins/MySimon/Release/skin/SimpleMP/MySimon.xml =================================================================== --- trunk/plugins/MySimon/Release/skin/SimpleMP/MySimon.xml 2007-06-25 22:00:55 UTC (rev 635) +++ trunk/plugins/MySimon/Release/skin/SimpleMP/MySimon.xml 2007-06-25 22:44:23 UTC (rev 636) @@ -10,8 +10,6 @@ <description>BackGround</description> <type>image</type> <id>1</id> - <posX>0</posX> - <posY>0</posY> <width>720</width> <height>576</height> <texture>background.png</texture> @@ -66,14 +64,14 @@ <onleft>3</onleft> <onright>3</onright> <onup>2</onup> - <ondown>5</ondown> + <ondown>4</ondown> </control> <control> <description>Sounds</description> <type>togglebutton</type> - <id>5</id> - <onleft>5</onleft> - <onright>5</onright> + <id>4</id> + <onleft>4</onleft> + <onright>4</onright> <onup>3</onup> <ondown>6</ondown> </control> @@ -103,7 +101,7 @@ <id>6</id> <onleft>6</onleft> <onright>6</onright> - <onup>5</onup> + <onup>4</onup> <ondown>2</ondown> </control> </control> Modified: trunk/plugins/MySimon/Source/SimonSay/MySimon.cs =================================================================== --- trunk/plugins/MySimon/Source/SimonSay/MySimon.cs 2007-06-25 22:00:55 UTC (rev 635) +++ trunk/plugins/MySimon/Source/SimonSay/MySimon.cs 2007-06-25 22:44:23 UTC (rev 636) @@ -55,7 +55,7 @@ protected GUIButtonControl btnStart = null; [SkinControlAttribute(3)] protected GUIButtonControl btnLevel = null; - [SkinControlAttribute(5)] + [SkinControlAttribute(4)] protected GUIToggleButtonControl btnSound = null; [SkinControlAttribute(6)] protected GUIButtonControl btnWhatsThis = null; Modified: trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj =================================================================== --- trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj 2007-06-25 22:00:55 UTC (rev 635) +++ trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj 2007-06-25 22:44:23 UTC (rev 636) @@ -65,8 +65,4 @@ <Target Name="AfterBuild"> </Target> --> - <PropertyGroup> - <PostBuildEvent> - </PostBuildEvent> - </PropertyGroup> </Project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |