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 <bruno.coudoin@free.fr>2005-02-05 22:48:33 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-02-05 22:48:33 (GMT)
commit770e4ea67e98484151caef8ab82f154b91e57b9a (patch)
treec840f98dd14575e78cea4afe397fbacb98cced6d /boards/chronos
parent9915ee55bc10da88b1bcb9b6fcc0a90c7e1c1b30 (diff)
A new level from Frank Doucet in Chronos, the seasons. reorganized all
2005-02-05 Bruno coudoin <bruno.coudoin@free.fr> A new level from Frank Doucet in Chronos, the seasons. reorganized all mazes in a submenu in the computer section * boards/Makefile.am: * boards/chronos/Makefile.am: * boards/chronos/board1_1.xml.in: * boards/chronos/images/autumn.png: * boards/chronos/images/spring.png: * boards/chronos/images/summer.png: * boards/chronos/images/winter.png: * boards/maze.xml.in: * boards/maze2DRelative.xml.in: * boards/maze3D.xml.in: * boards/mazeInvisible.xml.in: * boards/mazeMenu.xml.in: * po/POTFILES.in:
Diffstat (limited to 'boards/chronos')
-rw-r--r--boards/chronos/Makefile.am1
-rw-r--r--boards/chronos/board1_1.xml.in22
-rw-r--r--boards/chronos/images/autumn.pngbin0 -> 35608 bytes
-rw-r--r--boards/chronos/images/spring.pngbin0 -> 27574 bytes
-rw-r--r--boards/chronos/images/summer.pngbin0 -> 19629 bytes
-rw-r--r--boards/chronos/images/winter.pngbin0 -> 18557 bytes
6 files changed, 23 insertions, 0 deletions
diff --git a/boards/chronos/Makefile.am b/boards/chronos/Makefile.am
index 5297bc7..135a251 100644
--- a/boards/chronos/Makefile.am
+++ b/boards/chronos/Makefile.am
@@ -3,6 +3,7 @@ xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/chronos
xml_in_files = \
board1_0.xml.in \
+ board1_1.xml.in \
board2_0.xml.in \
board3_0.xml.in \
board3_1.xml.in \
diff --git a/boards/chronos/board1_1.xml.in b/boards/chronos/board1_1.xml.in
new file mode 100644
index 0000000..c3f7d8a
--- /dev/null
+++ b/boards/chronos/board1_1.xml.in
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame>
+ <Title y="500" x="660" justification="GTK_JUSTIFY_CENTER">
+ <_name>The 4 Seasons</_name>
+ </Title>
+ <Shape zoomy="1" zoomx="1" y="140" x="230" position="0" pixmapfile="chronos/images/spring.png" name="A"/>
+ <Title y="25" x="220" justification="GTK_JUSTIFY_CENTER">
+ <_name>Spring</_name>
+ </Title>
+ <Shape zoomy="1" zoomx="1" y="140" x="595" position="0" pixmapfile="chronos/images/summer.png" name="B"/>
+ <Title y="25" x="590" justification="GTK_JUSTIFY_CENTER">
+ <_name>Summer</_name>
+ </Title>
+ <Shape zoomy="1" zoomx="1" y="365" x="230" position="0" pixmapfile="chronos/images/autumn.png" name="C"/>
+ <Title y="480" x="220" justification="GTK_JUSTIFY_CENTER">
+ <_name>Autumn</_name>
+ </Title>
+ <Shape zoomy="1" zoomx="1" y="365" x="595" position="0" pixmapfile="chronos/images/winter.png" name="D"/>
+ <Title y="480" x="590" justification="GTK_JUSTIFY_CENTER">
+ <_name>Winter</_name>
+ </Title>
+</ShapeGame> \ No newline at end of file
diff --git a/boards/chronos/images/autumn.png b/boards/chronos/images/autumn.png
new file mode 100644
index 0000000..d4ff027
--- /dev/null
+++ b/boards/chronos/images/autumn.png
Binary files differ
diff --git a/boards/chronos/images/spring.png b/boards/chronos/images/spring.png
new file mode 100644
index 0000000..f555855
--- /dev/null
+++ b/boards/chronos/images/spring.png
Binary files differ
diff --git a/boards/chronos/images/summer.png b/boards/chronos/images/summer.png
new file mode 100644
index 0000000..d61dc0f
--- /dev/null
+++ b/boards/chronos/images/summer.png
Binary files differ
diff --git a/boards/chronos/images/winter.png b/boards/chronos/images/winter.png
new file mode 100644
index 0000000..5fe5bb3
--- /dev/null
+++ b/boards/chronos/images/winter.png
Binary files differ