Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/imageid
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-03-09 00:11:43 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-03-09 00:11:43 (GMT)
commit283348c6905024fcb8b26a1a397f60caa448ad00 (patch)
treea8524b19b6e4f118f2687fde2692ab7eb9ec3b1e /boards/imageid
parent603bb104698e0ac25d799ba87cfbb6ddba217e68 (diff)
- Implemented the --nobackimg option. With it all background
images that are not mandatory to play an activity are not displayed. All images in boards/opt are skipped if loaded with the set_background() API and the --nobackimg is set. svn path=/trunk/; revision=2503
Diffstat (limited to 'boards/imageid')
-rw-r--r--boards/imageid/board1.xml.in24
-rw-r--r--boards/imageid/imageid-bg.jpgbin13400 -> 0 bytes
2 files changed, 12 insertions, 12 deletions
diff --git a/boards/imageid/board1.xml.in b/boards/imageid/board1.xml.in
index fc26fa8..40f0702 100644
--- a/boards/imageid/board1.xml.in
+++ b/boards/imageid/board1.xml.in
@@ -1,73 +1,73 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ImageId>
<Board>
- <pixmapfile>cartable.png</pixmapfile>
+ <pixmapfile>imageid/cartable.png</pixmapfile>
<_text1>satchel</_text1>
<_text2>cheese</_text2>
<_text3>house</_text3>
</Board>
<Board>
- <pixmapfile>banana.png</pixmapfile>
+ <pixmapfile>imageid/banana.png</pixmapfile>
<_text1>banana</_text1>
<_text2>house</_text2>
<_text3>book</_text3>
</Board>
<Board>
- <pixmapfile>maison.png</pixmapfile>
+ <pixmapfile>imageid/maison.png</pixmapfile>
<_text1>house</_text1>
<_text2>book</_text2>
<_text3>bag</_text3>
</Board>
<Board>
- <pixmapfile>pomme.png</pixmapfile>
+ <pixmapfile>imageid/pomme.png</pixmapfile>
<_text1>apple</_text1>
<_text2>pear</_text2>
<_text3>cow</_text3>
</Board>
<Board>
- <pixmapfile>bed.png</pixmapfile>
+ <pixmapfile>imageid/bed.png</pixmapfile>
<_text1>bed</_text1>
<_text2>bottle</_text2>
<_text3>book</_text3>
</Board>
<Board>
- <pixmapfile>bottle.png</pixmapfile>
+ <pixmapfile>imageid/bottle.png</pixmapfile>
<_text1>bottle</_text1>
<_text2>book</_text2>
<_text3>back</_text3>
</Board>
<Board>
- <pixmapfile>cake.png</pixmapfile>
+ <pixmapfile>imageid/cake.png</pixmapfile>
<_text1>cake</_text1>
<_text2>car</_text2>
<_text3>camel</_text3>
</Board>
<Board>
- <pixmapfile>ballon.png</pixmapfile>
+ <pixmapfile>imageid/ballon.png</pixmapfile>
<_text1>ball</_text1>
<_text2>boat</_text2>
<_text3>bottle</_text3>
</Board>
<Board>
- <pixmapfile>car.png</pixmapfile>
+ <pixmapfile>imageid/car.png</pixmapfile>
<_text1>car</_text1>
<_text2>boat</_text2>
<_text3>catch</_text3>
</Board>
<Board>
- <pixmapfile>chien.png</pixmapfile>
+ <pixmapfile>imageid/chien.png</pixmapfile>
<_text1>dog</_text1>
<_text2>cat</_text2>
<_text3>bottle</_text3>
</Board>
<Board>
- <pixmapfile>fish.png</pixmapfile>
+ <pixmapfile>imageid/fish.png</pixmapfile>
<_text1>fish</_text1>
<_text2>finish</_text2>
<_text3>cat</_text3>
</Board>
<Board>
- <pixmapfile>avion.png</pixmapfile>
+ <pixmapfile>imageid/avion.png</pixmapfile>
<_text1>plane</_text1>
<_text2>boat</_text2>
<_text3>car</_text3>
diff --git a/boards/imageid/imageid-bg.jpg b/boards/imageid/imageid-bg.jpg
deleted file mode 100644
index 6b5fb24..0000000
--- a/boards/imageid/imageid-bg.jpg
+++ /dev/null
Binary files differ