Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/chronos
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-03-23 21:25:55 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-03-23 21:25:55 (GMT)
commit2b03a28fc011db56e32a14a307d91ab4a80cf171 (patch)
tree5ce1a09193fcea5c0939c5a80929ac35b74c117c /boards/chronos
parent3b0bee4abb8f43ccb51c90e38d4fdc9e7d41eafb (diff)
Added or improved images in anim (By Frank)
* src/boards/chess.c: (start_board), (engine_local_destroy), (start_child): changed the fork call by a g_spawn_async_with_pipes that is portable.
Diffstat (limited to 'boards/chronos')
-rw-r--r--boards/chronos/board1_2.xml.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/boards/chronos/board1_2.xml.in b/boards/chronos/board1_2.xml.in
new file mode 100644
index 0000000..d1d57e9
--- /dev/null
+++ b/boards/chronos/board1_2.xml.in
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame>
+ <Title y="500" x="660" justification="GTK_JUSTIFY_CENTER">
+ <_name>Gardening</_name>
+
+ </Title>
+ <Shape zoomy="1" zoomx="1" y="140" x="230" position="0" pixmapfile="chronos/images/garden1.png" name="A"/>
+ <Title y="25" x="220" justification="GTK_JUSTIFY_CENTER">
+ <name>1</name>
+
+ </Title>
+ <Shape zoomy="1" zoomx="1" y="140" x="595" position="0" pixmapfile="chronos/images/garden2.png" name="B"/>
+ <Title y="25" x="590" justification="GTK_JUSTIFY_CENTER">
+ <name>2</name>
+
+ </Title>
+ <Shape zoomy="1" zoomx="1" y="365" x="230" position="0" pixmapfile="chronos/images/garden3.png" name="C"/>
+ <Title y="480" x="220" justification="GTK_JUSTIFY_CENTER">
+ <name>3</name>
+
+ </Title>
+ <Shape zoomy="1" zoomx="1" y="365" x="595" position="0" pixmapfile="chronos/images/garden4.png" name="D"/>
+ <Title y="480" x="590" justification="GTK_JUSTIFY_CENTER">
+ <name>4</name>
+
+ </Title>
+</ShapeGame> \ No newline at end of file