|
From: <che...@us...> - 2007-06-26 00:47:42
|
Revision: 639
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=639&view=rev
Author: chef_koch
Date: 2007-06-25 17:47:40 -0700 (Mon, 25 Jun 2007)
Log Message:
-----------
added PM3 skin-file
Modified Paths:
--------------
trunk/plugins/MySimon/readme.txt
Added Paths:
-----------
trunk/plugins/MySimon/Release/skin/Project Mayhem 3/
trunk/plugins/MySimon/Release/skin/Project Mayhem 3/MySimon.xml
Added: trunk/plugins/MySimon/Release/skin/Project Mayhem 3/MySimon.xml
===================================================================
--- trunk/plugins/MySimon/Release/skin/Project Mayhem 3/MySimon.xml (rev 0)
+++ trunk/plugins/MySimon/Release/skin/Project Mayhem 3/MySimon.xml 2007-06-26 00:47:40 UTC (rev 639)
@@ -0,0 +1,155 @@
+<?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>
+ <width>720</width>
+ <height>576</height>
+ <texture>background3.png</texture>
+ </control>
+ <control>
+ <description>header label</description>
+ <type>label</type>
+ <id>1</id>
+ <posX>190</posX>
+ <posY>70</posY>
+ <label>#header_label</label>
+ <font>font18</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>FlyInFromLeft</animation>
+ <posX>5</posX>
+ <posY>125</posY>
+ <layout>StackLayout</layout>
+ <control>
+ <description>Start</description>
+ <type>button</type>
+ <id>2</id>
+ <onleft>2</onleft>
+ <onright>2</onright>
+ <onup>6</onup>
+ <ondown>3</ondown>
+ <alignY>center</alignY>
+ </control>
+ <control>
+ <description>Level</description>
+ <type>button</type>
+ <id>3</id>
+ <onleft>3</onleft>
+ <onright>3</onright>
+ <onup>2</onup>
+ <ondown>4</ondown>
+ <alignY>center</alignY>
+ </control>
+ <control>
+ <description>Sounds</description>
+ <type>togglebutton</type>
+ <id>4</id>
+ <onleft>4</onleft>
+ <onright>4</onright>
+ <onup>3</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>
+ <type>button</type>
+ <id>6</id>
+ <onleft>6</onleft>
+ <onright>6</onright>
+ <onup>4</onup>
+ <ondown>2</ondown>
+ <alignY>center</alignY>
+ </control>
+ </control>
+ <control>
+ <type>button</type>
+ <id>101</id>
+ <posX>380</posX>
+ <posY>160</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>466</posX>
+ <posY>210</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>329</posX>
+ <posY>211</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>380</posX>
+ <posY>297</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
Modified: trunk/plugins/MySimon/readme.txt
===================================================================
--- trunk/plugins/MySimon/readme.txt 2007-06-26 00:42:56 UTC (rev 638)
+++ trunk/plugins/MySimon/readme.txt 2007-06-26 00:47:40 UTC (rev 639)
@@ -1,8 +1,25 @@
Visit the forum
http://forum.team-mediaportal.com/new_game_simon_say-t19473.html
+SimonSay
+------------------------
+
+V0.5
+
+ - MediaPortal 0.2.3.0 ready
+ - added option to enable/disable sounds, while playing
+ - plugin should be full localisable now
+ - minor improvements
+ - added skin-file: BlueTwo wide
+ - added skin-file: Project Mayhem 3
+
+regards
+chefkoch
+
+------------------------------------------
+
V0.4
-----
+
-turn design of the board 45 degrees , thanks to Mikael
-make it possible to test the buttons (before start)
-playable with arrow keys
@@ -12,6 +29,8 @@
Greetz
kroko
+------------------------------------------
+
V0.3.1
------
-added time display on skin
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|