Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/doubleentry
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-03-24 10:27:31 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-03-24 10:27:31 (GMT)
commitd6eba774945a28c0b21b0a9187098e95c46a258f (patch)
treee9c7a9b175f43c4857adda004bb95485a26b19f3 /boards/doubleentry
parentda1d469204c260cc43d4c56ecdf8701c54ee4f0b (diff)
2 new boards : doubleentry and target
Diffstat (limited to 'boards/doubleentry')
-rw-r--r--boards/doubleentry/Makefile.am12
-rw-r--r--boards/doubleentry/board1_0.xml.in18
-rw-r--r--boards/doubleentry/boardicon.pngbin0 -> 2367 bytes
-rw-r--r--boards/doubleentry/circle-blue-1.pngbin0 -> 7087 bytes
-rw-r--r--boards/doubleentry/circle-blue-2.pngbin0 -> 6974 bytes
-rw-r--r--boards/doubleentry/circle-blue-3.pngbin0 -> 5873 bytes
-rw-r--r--boards/doubleentry/circle-green-1.pngbin0 -> 6937 bytes
-rw-r--r--boards/doubleentry/circle-green-2.pngbin0 -> 7319 bytes
-rw-r--r--boards/doubleentry/circle-green-3.pngbin0 -> 6741 bytes
-rw-r--r--boards/doubleentry/circle-red-1.pngbin0 -> 8480 bytes
-rw-r--r--boards/doubleentry/circle-red-2.pngbin0 -> 7578 bytes
-rw-r--r--boards/doubleentry/circle-red-3.pngbin0 -> 7147 bytes
-rw-r--r--boards/doubleentry/gcompris-bg.pngbin0 -> 75581 bytes
13 files changed, 30 insertions, 0 deletions
diff --git a/boards/doubleentry/Makefile.am b/boards/doubleentry/Makefile.am
new file mode 100644
index 0000000..505fc29
--- /dev/null
+++ b/boards/doubleentry/Makefile.am
@@ -0,0 +1,12 @@
+
+xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/paintings
+
+xml_in_files = \
+ board1_0.xml.in
+
+xml_DATA = $(xml_in_files:.xml.in=.xml)
+
+@INTLTOOL_XML_RULE@
+
+
+
diff --git a/boards/doubleentry/board1_0.xml.in b/boards/doubleentry/board1_0.xml.in
new file mode 100644
index 0000000..97e6030
--- /dev/null
+++ b/boards/doubleentry/board1_0.xml.in
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<ShapeGame>
+ <Shape name="1" pixmapfile="gcompris/letters/1.png" x="231" y="90" zoomx="1" zoomy="1" position="0" type="SHAPE_BACKGROUND"/>
+ <Shape name="A" pixmapfile="doubleentry/circle-blue-1.png" x="137" y="325" zoomx="1" zoomy="1" position="0" type="SHAPE_BACKGROUND"/>
+ <Shape name="A" pixmapfile="doubleentry/circle-blue-1.png" x="231" y="325" zoomx="1" zoomy="1" position="0"/>
+ <Shape name="B" pixmapfile="doubleentry/circle-blue-2.png" x="321" y="325" zoomx="1" zoomy="1" position="0"/>
+ <Shape name="C" pixmapfile="doubleentry/circle-blue-3.png" x="418" y="325" zoomx="1" zoomy="1" position="0"/>
+ <Shape name="2" pixmapfile="gcompris/letters/2.png" x="321" y="90" zoomx="1" zoomy="1" position="0" type="SHAPE_BACKGROUND"/>
+ <Shape name="D" pixmapfile="doubleentry/circle-red-1.png" x="137" y="170" zoomx="1" zoomy="1" position="0" type="SHAPE_BACKGROUND"/>
+ <Shape name="D" pixmapfile="doubleentry/circle-red-1.png" x="231" y="170" zoomx="1" zoomy="1" position="0"/>
+ <Shape name="E" pixmapfile="doubleentry/circle-red-2.png" x="321" y="170" zoomx="1" zoomy="1" position="0"/>
+ <Shape name="F" pixmapfile="doubleentry/circle-red-3.png" x="418" y="170" zoomx="1" zoomy="1" position="0"/>
+ <Shape name="3" pixmapfile="gcompris/letters/3.png" x="418" y="90" zoomx="1" zoomy="1" position="0" type="SHAPE_BACKGROUND"/>
+ <Shape name="G" pixmapfile="doubleentry/circle-green-1.png" x="137" y="245" zoomx="1" zoomy="1" position="0" type="SHAPE_BACKGROUND"/>
+ <Shape name="G" pixmapfile="doubleentry/circle-green-1.png" x="231" y="245" zoomx="1" zoomy="1" position="0"/>
+ <Shape name="H" pixmapfile="doubleentry/circle-green-2.png" x="321" y="245" zoomx="1" zoomy="1" position="0"/>
+ <Shape name="I" pixmapfile="doubleentry/circle-green-3.png" x="418" y="245" zoomx="1" zoomy="1" position="0"/>
+</ShapeGame>
diff --git a/boards/doubleentry/boardicon.png b/boards/doubleentry/boardicon.png
new file mode 100644
index 0000000..4f15c87
--- /dev/null
+++ b/boards/doubleentry/boardicon.png
Binary files differ
diff --git a/boards/doubleentry/circle-blue-1.png b/boards/doubleentry/circle-blue-1.png
new file mode 100644
index 0000000..106d497
--- /dev/null
+++ b/boards/doubleentry/circle-blue-1.png
Binary files differ
diff --git a/boards/doubleentry/circle-blue-2.png b/boards/doubleentry/circle-blue-2.png
new file mode 100644
index 0000000..974d1cc
--- /dev/null
+++ b/boards/doubleentry/circle-blue-2.png
Binary files differ
diff --git a/boards/doubleentry/circle-blue-3.png b/boards/doubleentry/circle-blue-3.png
new file mode 100644
index 0000000..a863ff8
--- /dev/null
+++ b/boards/doubleentry/circle-blue-3.png
Binary files differ
diff --git a/boards/doubleentry/circle-green-1.png b/boards/doubleentry/circle-green-1.png
new file mode 100644
index 0000000..02e2f88
--- /dev/null
+++ b/boards/doubleentry/circle-green-1.png
Binary files differ
diff --git a/boards/doubleentry/circle-green-2.png b/boards/doubleentry/circle-green-2.png
new file mode 100644
index 0000000..5ad5e71
--- /dev/null
+++ b/boards/doubleentry/circle-green-2.png
Binary files differ
diff --git a/boards/doubleentry/circle-green-3.png b/boards/doubleentry/circle-green-3.png
new file mode 100644
index 0000000..8228b19
--- /dev/null
+++ b/boards/doubleentry/circle-green-3.png
Binary files differ
diff --git a/boards/doubleentry/circle-red-1.png b/boards/doubleentry/circle-red-1.png
new file mode 100644
index 0000000..c6ae3cc
--- /dev/null
+++ b/boards/doubleentry/circle-red-1.png
Binary files differ
diff --git a/boards/doubleentry/circle-red-2.png b/boards/doubleentry/circle-red-2.png
new file mode 100644
index 0000000..f9d0936
--- /dev/null
+++ b/boards/doubleentry/circle-red-2.png
Binary files differ
diff --git a/boards/doubleentry/circle-red-3.png b/boards/doubleentry/circle-red-3.png
new file mode 100644
index 0000000..eb975ea
--- /dev/null
+++ b/boards/doubleentry/circle-red-3.png
Binary files differ
diff --git a/boards/doubleentry/gcompris-bg.png b/boards/doubleentry/gcompris-bg.png
new file mode 100644
index 0000000..d01bc3d
--- /dev/null
+++ b/boards/doubleentry/gcompris-bg.png
Binary files differ