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>2004-02-16 23:44:40 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2004-02-16 23:44:40 (GMT)
commit2ca4e6470125f02779dc1bb30ea6104e24ca9c43 (patch)
tree4d7258bc0589e9bbd3dbbee74b308468cd1e0d62 /boards/chronos
parentd52fcb2c456ce7204cfbfbefb547da1064c1c7a8 (diff)
chronos added by Jose.R_5_2
linha verde theme added by Jose * configure.in: release 5.2 * gcompris.spec.in: added new sounds * po/POTFILES.in: added chronos * src/gcompris/gameutil.c: (gcompris_load_pixmap): changed to display a dialog box instead of a direct exit when an image is missing. * src/gcompris/log.c: (gcompris_log_end): fixed to compile with old gcc
Diffstat (limited to 'boards/chronos')
-rw-r--r--boards/chronos/Makefile.am12
-rw-r--r--boards/chronos/bg.jpgbin0 -> 37755 bytes
-rw-r--r--boards/chronos/board1_0.xml.in18
-rw-r--r--boards/chronos/space/1.jpgbin0 -> 4894 bytes
-rw-r--r--boards/chronos/space/2.jpgbin0 -> 4216 bytes
-rw-r--r--boards/chronos/space/3.jpgbin0 -> 6946 bytes
-rw-r--r--boards/chronos/space/4.jpgbin0 -> 4589 bytes
-rw-r--r--boards/chronos/space/bg.jpgbin0 -> 6141 bytes
8 files changed, 30 insertions, 0 deletions
diff --git a/boards/chronos/Makefile.am b/boards/chronos/Makefile.am
new file mode 100644
index 0000000..2eda93c
--- /dev/null
+++ b/boards/chronos/Makefile.am
@@ -0,0 +1,12 @@
+
+xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/chronos
+
+xml_in_files = \
+ board1_0.xml.in
+
+xml_DATA = $(xml_in_files:.xml.in=.xml)
+
+@INTLTOOL_XML_RULE@
+
+
+
diff --git a/boards/chronos/bg.jpg b/boards/chronos/bg.jpg
new file mode 100644
index 0000000..0a1f7eb
--- /dev/null
+++ b/boards/chronos/bg.jpg
Binary files differ
diff --git a/boards/chronos/board1_0.xml.in b/boards/chronos/board1_0.xml.in
new file mode 100644
index 0000000..84e63ad
--- /dev/null
+++ b/boards/chronos/board1_0.xml.in
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<ShapeGame>
+ <Title x="600" y="495" justification="GTK_JUSTIFY_CENTER">
+ <_name>Moonwalker</_name>
+ </Title>
+ <Shape name="A" pixmapfile="chronos/space/1.jpg" x="230" y="150" zoomx="1" zoomy="1" position="0" sound="chronos/space/1"/>
+ <Title x="250" y="150" justification="GTK_JUSTIFY_CENTER"><name>1</name></Title>
+ <Shape name="B" pixmapfile="chronos/space/2.jpg" x="595" y="150" zoomx="1" zoomy="1" position="0" sound="chronos/space/2"/>
+ <Title x="615" y="150" justification="GTK_JUSTIFY_CENTER"><name>2</name></Title>
+ <Shape name="C" pixmapfile="chronos/space/3.jpg" x="230" y="375" zoomx="1" zoomy="1" position="0" sound="chronos/space/3"/>
+ <Title x="250" y="375" justification="GTK_JUSTIFY_CENTER"><name>3</name></Title>
+ <Shape name="D" pixmapfile="chronos/space/4.jpg" x="595" y="375" zoomx="1" zoomy="1" position="0" sound="chronos/space/2"/>
+ <Title x="615" y="375" justification="GTK_JUSTIFY_CENTER"><name>4</name></Title>
+ <Shape name="1" pixmapfile="chronos/space/bg.jpg" type="SHAPE_BACKGROUND"
+ x="425" y="260" zoomx="1" zoomy="1" position="0"/>
+</ShapeGame>
+
diff --git a/boards/chronos/space/1.jpg b/boards/chronos/space/1.jpg
new file mode 100644
index 0000000..2b8c9e5
--- /dev/null
+++ b/boards/chronos/space/1.jpg
Binary files differ
diff --git a/boards/chronos/space/2.jpg b/boards/chronos/space/2.jpg
new file mode 100644
index 0000000..3c0edf4
--- /dev/null
+++ b/boards/chronos/space/2.jpg
Binary files differ
diff --git a/boards/chronos/space/3.jpg b/boards/chronos/space/3.jpg
new file mode 100644
index 0000000..5dfb93e
--- /dev/null
+++ b/boards/chronos/space/3.jpg
Binary files differ
diff --git a/boards/chronos/space/4.jpg b/boards/chronos/space/4.jpg
new file mode 100644
index 0000000..4fe5af6
--- /dev/null
+++ b/boards/chronos/space/4.jpg
Binary files differ
diff --git a/boards/chronos/space/bg.jpg b/boards/chronos/space/bg.jpg
new file mode 100644
index 0000000..d02eefb
--- /dev/null
+++ b/boards/chronos/space/bg.jpg
Binary files differ