From: <che...@us...> - 2007-05-27 10:28:41
|
Revision: 475 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=475&view=rev Author: chef_koch Date: 2007-05-27 03:28:38 -0700 (Sun, 27 May 2007) Log Message: ----------- changed id for button sounds to 5 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 Modified: trunk/plugins/MySimon/Release/skin/BlueTwo/MySimon.xml =================================================================== --- trunk/plugins/MySimon/Release/skin/BlueTwo/MySimon.xml 2007-05-27 10:20:21 UTC (rev 474) +++ trunk/plugins/MySimon/Release/skin/BlueTwo/MySimon.xml 2007-05-27 10:28:38 UTC (rev 475) @@ -46,6 +46,7 @@ <onleft>2</onleft> <onright>2</onright> <onup>6</onup> + <ondown>3</ondown> </control> <control> <description>Level</description> @@ -53,13 +54,17 @@ <id>3</id> <onleft>3</onleft> <onright>3</onright> + <onup>2</onup> + <ondown>5</ondown> </control> <control> <description>Sounds</description> <type>togglebutton</type> - <id>4</id> - <onleft>4</onleft> - <onright>4</onright> + <id>5</id> + <onleft>5</onleft> + <onright>5</onright> + <onup>3</onup> + <ondown>6</ondown> </control> <control> <description>Round</description> @@ -87,6 +92,7 @@ <id>6</id> <onleft>6</onleft> <onright>6</onright> + <onup>5</onup> <ondown>2</ondown> </control> </control> Modified: trunk/plugins/MySimon/Release/skin/SimpleMP/MySimon.xml =================================================================== --- trunk/plugins/MySimon/Release/skin/SimpleMP/MySimon.xml 2007-05-27 10:20:21 UTC (rev 474) +++ trunk/plugins/MySimon/Release/skin/SimpleMP/MySimon.xml 2007-05-27 10:28:38 UTC (rev 475) @@ -57,6 +57,7 @@ <onleft>2</onleft> <onright>2</onright> <onup>6</onup> + <ondown>3</ondown> </control> <control> <description>Level</description> @@ -64,13 +65,17 @@ <id>3</id> <onleft>3</onleft> <onright>3</onright> + <onup>2</onup> + <ondown>5</ondown> </control> <control> <description>Sounds</description> <type>togglebutton</type> - <id>4</id> - <onleft>4</onleft> - <onright>4</onright> + <id>5</id> + <onleft>5</onleft> + <onright>5</onright> + <onup>3</onup> + <ondown>6</ondown> </control> <control> <description>Round</description> @@ -98,6 +103,7 @@ <id>6</id> <onleft>6</onleft> <onright>6</onright> + <onup>5</onup> <ondown>2</ondown> </control> </control> Modified: trunk/plugins/MySimon/Source/SimonSay/MySimon.cs =================================================================== --- trunk/plugins/MySimon/Source/SimonSay/MySimon.cs 2007-05-27 10:20:21 UTC (rev 474) +++ trunk/plugins/MySimon/Source/SimonSay/MySimon.cs 2007-05-27 10:28:38 UTC (rev 475) @@ -55,7 +55,7 @@ protected GUIButtonControl btnStart = null; [SkinControlAttribute(3)] protected GUIButtonControl btnLevel = null; - [SkinControlAttribute(4)] + [SkinControlAttribute(5)] protected GUIToggleButtonControl btnSound = null; [SkinControlAttribute(6)] protected GUIButtonControl btnWhatsThis = null; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |