From: <che...@us...> - 2007-05-25 23:27:21
|
Revision: 445 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=445&view=rev Author: chef_koch Date: 2007-05-25 16:27:19 -0700 (Fri, 25 May 2007) Log Message: ----------- test1 Added Paths: ----------- trunk/plugins/MySimon/Skin/SimpleMP/ trunk/plugins/MySimon/Skin/SimpleMP/MySimon.xml Added: trunk/plugins/MySimon/Skin/SimpleMP/MySimon.xml =================================================================== --- trunk/plugins/MySimon/Skin/SimpleMP/MySimon.xml (rev 0) +++ trunk/plugins/MySimon/Skin/SimpleMP/MySimon.xml 2007-05-25 23:27:19 UTC (rev 445) @@ -0,0 +1,153 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<window> + <id>04071975</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <autohidetopbar>yes</autohidetopbar> + <controls> + <import>common.time.xml</import> + <control> + <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> + </control> + <control> + <description>header label</description> + <type>label</type> + <id>1</id> + <posX>55</posX> + <posY>20</posY> + <label>#header_label</label> + <font>font48</font> + <align>left</align> + <textcolor>20ffffff</textcolor> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> + </control> + <control> + <description>header label</description> + <type>label</type> + <id>1</id> + <posX>60</posX> + <posY>70</posY> + <label>#header_label</label> + <font>font16</font> + <align>Left</align> + <textcolor>ffffffff</textcolor> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> + </control> + <control> + <description>button group</description> + <type>group</type> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> + <posX>60</posX> + <posY>97</posY> + <layout>StackLayout</layout> + <control> + <description>Start</description> + <type>button</type> + <id>2</id> + <onleft>2</onleft> + <onright>2</onright> + <onup>6</onup> + </control> + <control> + <description>Level</description> + <type>button</type> + <id>3</id> + <onleft>3</onleft> + <onright>3</onright> + </control> + <control> + <description>Sounds</description> + <type>togglebutton</type> + <id>4</id> + <onleft>4</onleft> + <onright>4</onright> + </control> + <control> + <description>Round</description> + <type>button</type> + <id>1</id> + <label>#Round</label> + <font>font12</font> + <enabled>false</enabled> + <textureFocus>-</textureFocus> + <textureNoFocus>-</textureNoFocus> + </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> + </control> + <control> + <description>What is this?</description> + <type>button</type> + <id>6</id> + <onleft>6</onleft> + <onright>6</onright> + <ondown>2</ondown> + </control> + </control> + <control> + <type>button</type> + <id>101</id> + <posX>300</posX> + <posY>80</posY> + <width>172</width> + <height>137</height> + <textureFocus>#Senso1</textureFocus> + <textureNoFocus>#Senso1</textureNoFocus> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> + </control> + <control> + <type>button</type> + <id>102</id> + <posX>386</posX> + <posY>130</posY> + <width>137</width> + <height>172</height> + <textureFocus>#Senso2</textureFocus> + <textureNoFocus>#Senso2</textureNoFocus> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> + </control> + <control> + <type>button</type> + <id>103</id> + <posX>249</posX> + <posY>131</posY> + <width>137</width> + <height>172</height> + <textureFocus>#Senso3</textureFocus> + <textureNoFocus>#Senso3</textureNoFocus> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> + </control> + <control> + <type>button</type> + <id>104</id> + <posX>300</posX> + <posY>217</posY> + <width>172</width> + <height>137</height> + <textureFocus>#Senso4</textureFocus> + <textureNoFocus>#Senso4</textureNoFocus> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> + </control> + </controls> +</window> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |