|
From: <che...@us...> - 2007-05-27 11:13:56
|
Revision: 482
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=482&view=rev
Author: chef_koch
Date: 2007-05-27 04:13:53 -0700 (Sun, 27 May 2007)
Log Message:
-----------
Added Paths:
-----------
trunk/plugins/My Minesweeper/Release/skin/BlueTwo/MyMinesweeper.xml
trunk/plugins/My Minesweeper/Release/skin/SimpleMP/MyMinesweeper.xml
trunk/plugins/My Minesweeper/Release/skin/_default/Media/
trunk/plugins/My Minesweeper/Release/skin/_default/Sounds/
Removed Paths:
-------------
trunk/plugins/My Minesweeper/Skin/MyMinesweeper.xml
trunk/plugins/My Minesweeper/Skin/SimpleMP/Media/
trunk/plugins/My Minesweeper/Skin/SimpleMP/Sounds/
Copied: trunk/plugins/My Minesweeper/Release/skin/BlueTwo/MyMinesweeper.xml (from rev 480, trunk/plugins/My Minesweeper/Skin/MyMinesweeper.xml)
===================================================================
--- trunk/plugins/My Minesweeper/Release/skin/BlueTwo/MyMinesweeper.xml (rev 0)
+++ trunk/plugins/My Minesweeper/Release/skin/BlueTwo/MyMinesweeper.xml 2007-05-27 11:13:53 UTC (rev 482)
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<window>
+ <id>32327501</id>
+ <defaultcontrol>2</defaultcontrol>
+ <allowoverlay>yes</allowoverlay>
+ <autohidetopbar>yes</autohidetopbar>
+ <controls>
+ <import>common.time.xml</import>
+ <control>
+ <description>Minesweeper label</description>
+ <type>label</type>
+ <posX>55</posX>
+ <posY>20</posY>
+ <align>left</align>
+ <font>font48</font>
+ <label>Minesweeper</label>
+ <textcolor>20ffffff</textcolor>
+ <id>1</id>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <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>text label</description>
+ <type>label</type>
+ <id>11</id>
+ <posX>250</posX>
+ <posY>70</posY>
+ <label>Minesweeper</label>
+ <font>font16</font>
+ <align>right</align>
+ <textcolor>ffffffff</textcolor>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>Start</description>
+ <type>button</type>
+ <id>2</id>
+ <posX>60</posX>
+ <posY>97</posY>
+ <label>Start</label>
+ <onleft>2</onleft>
+ <onright>21</onright>
+ <onup>8</onup>
+ <ondown>4</ondown>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>Level</description>
+ <type>button</type>
+ <id>4</id>
+ <posX>60</posX>
+ <posY>131</posY>
+ <label>Level: Amateur</label>
+ <onleft>4</onleft>
+ <onright>21</onright>
+ <onup>2</onup>
+ <ondown>8</ondown>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>Smily</description>
+ <type>image</type>
+ <id>1</id>
+ <posX>60</posX>
+ <posY>185</posY>
+ <width>60</width>
+ <height>60</height>
+ <texture>#minesweeper_smiley</texture>
+ </control>
+ <control>
+ <description>text label</description>
+ <type>label</type>
+ <id>5</id>
+ <posX>70</posX>
+ <posY>264</posY>
+ <label>#minesweeper_bombs</label>
+ <font>font12</font>
+ <align>Left</align>
+ <textcolor>ffffffff</textcolor>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>text label</description>
+ <type>label</type>
+ <id>6</id>
+ <posX>70</posX>
+ <posY>298</posY>
+ <label>#minesweeper_seconds</label>
+ <font>font12</font>
+ <align>Left</align>
+ <textcolor>ffffffff</textcolor>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>text label</description>
+ <type>label</type>
+ <id>7</id>
+ <posX>70</posX>
+ <posY>332</posY>
+ <label>#minesweeper_record</label>
+ <font>font12</font>
+ <align>Left</align>
+ <textcolor>ffffffff</textcolor>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>Whatsthis</description>
+ <type>button</type>
+ <id>8</id>
+ <posX>60</posX>
+ <posY>361</posY>
+ <label>What's this?</label>
+ <onleft>8</onleft>
+ <onright>21</onright>
+ <onup>4</onup>
+ <ondown>2</ondown>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+
+ <control>
+ <description>hidden hex</description>
+ <type>image</type>
+ <id>1200</id>
+ <posX>280</posX>
+ <posY>120</posY>
+ <width>20</width>
+ <height>20</height>
+ <texture>\Minesweeper\Board\topleftcorner.jpg</texture>
+ </control>
+ </controls>
+</window>
Copied: trunk/plugins/My Minesweeper/Release/skin/SimpleMP/MyMinesweeper.xml (from rev 480, trunk/plugins/My Minesweeper/Skin/MyMinesweeper.xml)
===================================================================
--- trunk/plugins/My Minesweeper/Release/skin/SimpleMP/MyMinesweeper.xml (rev 0)
+++ trunk/plugins/My Minesweeper/Release/skin/SimpleMP/MyMinesweeper.xml 2007-05-27 11:13:53 UTC (rev 482)
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<window>
+ <id>32327501</id>
+ <defaultcontrol>2</defaultcontrol>
+ <allowoverlay>yes</allowoverlay>
+ <autohidetopbar>yes</autohidetopbar>
+ <controls>
+ <import>common.time.xml</import>
+ <control>
+ <description>Minesweeper label</description>
+ <type>label</type>
+ <posX>55</posX>
+ <posY>20</posY>
+ <align>left</align>
+ <font>font48</font>
+ <label>Minesweeper</label>
+ <textcolor>20ffffff</textcolor>
+ <id>1</id>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <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>text label</description>
+ <type>label</type>
+ <id>11</id>
+ <posX>250</posX>
+ <posY>70</posY>
+ <label>Minesweeper</label>
+ <font>font16</font>
+ <align>right</align>
+ <textcolor>ffffffff</textcolor>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>Start</description>
+ <type>button</type>
+ <id>2</id>
+ <posX>60</posX>
+ <posY>97</posY>
+ <label>Start</label>
+ <onleft>2</onleft>
+ <onright>21</onright>
+ <onup>8</onup>
+ <ondown>4</ondown>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>Level</description>
+ <type>button</type>
+ <id>4</id>
+ <posX>60</posX>
+ <posY>131</posY>
+ <label>Level: Amateur</label>
+ <onleft>4</onleft>
+ <onright>21</onright>
+ <onup>2</onup>
+ <ondown>8</ondown>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>Smily</description>
+ <type>image</type>
+ <id>1</id>
+ <posX>60</posX>
+ <posY>185</posY>
+ <width>60</width>
+ <height>60</height>
+ <texture>#minesweeper_smiley</texture>
+ </control>
+ <control>
+ <description>text label</description>
+ <type>label</type>
+ <id>5</id>
+ <posX>70</posX>
+ <posY>264</posY>
+ <label>#minesweeper_bombs</label>
+ <font>font12</font>
+ <align>Left</align>
+ <textcolor>ffffffff</textcolor>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>text label</description>
+ <type>label</type>
+ <id>6</id>
+ <posX>70</posX>
+ <posY>298</posY>
+ <label>#minesweeper_seconds</label>
+ <font>font12</font>
+ <align>Left</align>
+ <textcolor>ffffffff</textcolor>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>text label</description>
+ <type>label</type>
+ <id>7</id>
+ <posX>70</posX>
+ <posY>332</posY>
+ <label>#minesweeper_record</label>
+ <font>font12</font>
+ <align>Left</align>
+ <textcolor>ffffffff</textcolor>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <description>Whatsthis</description>
+ <type>button</type>
+ <id>8</id>
+ <posX>60</posX>
+ <posY>361</posY>
+ <label>What's this?</label>
+ <onleft>8</onleft>
+ <onright>21</onright>
+ <onup>4</onup>
+ <ondown>2</ondown>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+
+ <control>
+ <description>hidden hex</description>
+ <type>image</type>
+ <id>1200</id>
+ <posX>280</posX>
+ <posY>120</posY>
+ <width>20</width>
+ <height>20</height>
+ <texture>\Minesweeper\Board\topleftcorner.jpg</texture>
+ </control>
+ </controls>
+</window>
Copied: trunk/plugins/My Minesweeper/Release/skin/_default/Media (from rev 480, trunk/plugins/My Minesweeper/Skin/SimpleMP/Media)
Copied: trunk/plugins/My Minesweeper/Release/skin/_default/Sounds (from rev 480, trunk/plugins/My Minesweeper/Skin/SimpleMP/Sounds)
Deleted: trunk/plugins/My Minesweeper/Skin/MyMinesweeper.xml
===================================================================
--- trunk/plugins/My Minesweeper/Skin/MyMinesweeper.xml 2007-05-27 11:11:22 UTC (rev 481)
+++ trunk/plugins/My Minesweeper/Skin/MyMinesweeper.xml 2007-05-27 11:13:53 UTC (rev 482)
@@ -1,148 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<window>
- <id>32327501</id>
- <defaultcontrol>2</defaultcontrol>
- <allowoverlay>yes</allowoverlay>
- <autohidetopbar>yes</autohidetopbar>
- <controls>
- <import>common.time.xml</import>
- <control>
- <description>Minesweeper label</description>
- <type>label</type>
- <posX>55</posX>
- <posY>20</posY>
- <align>left</align>
- <font>font48</font>
- <label>Minesweeper</label>
- <textcolor>20ffffff</textcolor>
- <id>1</id>
- <animation effect="fade" time="150">WindowOpen</animation>
- <animation effect="fade" time="150">WindowClose</animation>
- </control>
- <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>text label</description>
- <type>label</type>
- <id>11</id>
- <posX>250</posX>
- <posY>70</posY>
- <label>Minesweeper</label>
- <font>font16</font>
- <align>right</align>
- <textcolor>ffffffff</textcolor>
- <animation effect="fade" time="150">WindowOpen</animation>
- <animation effect="fade" time="150">WindowClose</animation>
- </control>
- <control>
- <description>Start</description>
- <type>button</type>
- <id>2</id>
- <posX>60</posX>
- <posY>97</posY>
- <label>Start</label>
- <onleft>2</onleft>
- <onright>21</onright>
- <onup>8</onup>
- <ondown>4</ondown>
- <animation effect="fade" time="150">WindowOpen</animation>
- <animation effect="fade" time="150">WindowClose</animation>
- </control>
- <control>
- <description>Level</description>
- <type>button</type>
- <id>4</id>
- <posX>60</posX>
- <posY>131</posY>
- <label>Level: Amateur</label>
- <onleft>4</onleft>
- <onright>21</onright>
- <onup>2</onup>
- <ondown>8</ondown>
- <animation effect="fade" time="150">WindowOpen</animation>
- <animation effect="fade" time="150">WindowClose</animation>
- </control>
- <control>
- <description>Smily</description>
- <type>image</type>
- <id>1</id>
- <posX>60</posX>
- <posY>185</posY>
- <width>60</width>
- <height>60</height>
- <texture>#minesweeper_smiley</texture>
- </control>
- <control>
- <description>text label</description>
- <type>label</type>
- <id>5</id>
- <posX>70</posX>
- <posY>264</posY>
- <label>#minesweeper_bombs</label>
- <font>font12</font>
- <align>Left</align>
- <textcolor>ffffffff</textcolor>
- <animation effect="fade" time="150">WindowOpen</animation>
- <animation effect="fade" time="150">WindowClose</animation>
- </control>
- <control>
- <description>text label</description>
- <type>label</type>
- <id>6</id>
- <posX>70</posX>
- <posY>298</posY>
- <label>#minesweeper_seconds</label>
- <font>font12</font>
- <align>Left</align>
- <textcolor>ffffffff</textcolor>
- <animation effect="fade" time="150">WindowOpen</animation>
- <animation effect="fade" time="150">WindowClose</animation>
- </control>
- <control>
- <description>text label</description>
- <type>label</type>
- <id>7</id>
- <posX>70</posX>
- <posY>332</posY>
- <label>#minesweeper_record</label>
- <font>font12</font>
- <align>Left</align>
- <textcolor>ffffffff</textcolor>
- <animation effect="fade" time="150">WindowOpen</animation>
- <animation effect="fade" time="150">WindowClose</animation>
- </control>
- <control>
- <description>Whatsthis</description>
- <type>button</type>
- <id>8</id>
- <posX>60</posX>
- <posY>361</posY>
- <label>What's this?</label>
- <onleft>8</onleft>
- <onright>21</onright>
- <onup>4</onup>
- <ondown>2</ondown>
- <animation effect="fade" time="150">WindowOpen</animation>
- <animation effect="fade" time="150">WindowClose</animation>
- </control>
-
- <control>
- <description>hidden hex</description>
- <type>image</type>
- <id>1200</id>
- <posX>280</posX>
- <posY>120</posY>
- <width>20</width>
- <height>20</height>
- <texture>\Minesweeper\Board\topleftcorner.jpg</texture>
- </control>
- </controls>
-</window>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|