Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/maze3D.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2003-12-21 18:40:12 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2003-12-21 18:40:12 (GMT)
commit913924c8dcdbcb3da5c60216f2da57d28f6c835f (patch)
tree33081da443c6f04d36d5e25bbb7d0bd63a41a0e6 /boards/maze3D.xml.in
parent4a623138f44a1bbb94da628358e460dc5de6fd99 (diff)
Created by Ronny Standtke to have a contextual redo/help icon Created by
* boards/images/maze-2d-bubble.png: Created by Ronny Standtke to have a contextual redo/help icon * boards/images/maze-3d-bubble.png: Created by Ronny Standtke to have a contextual redo icon * boards/skins/default/button_redo.png: Created by Ronny Standtke to have a contextual redo icon * boards/skins/default/button_reload.png: Created by Ronny Standtke to have a contextual redo icon * boards/maze3D.xml.in: added some help * docs/C/gcompris.texi: updated development process * docs/C/python.html: updated development process * docs/fr/gcompris.texi: updated development process * po/POTFILES.in: added redraw_symmetrical * src/boards/hanoi.c: (hanoi_create_item): removed console printout * src/boards/maze.c: (start_board), (repeat), (maze_create_item): implemented a contectual help icon. * src/boards/python/redraw.py: now display the icon of the mode. now the new board don not overlap the bonus icon. * added support for symmetrical mode * src/boards/railroad.c: (start_board): implemented a contectual help icon. * src/boards/traffic.c: (start_board): implemented a contectual help icon. * src/gcompris/bar.c: (gcompris_bar_set_repeat_icon): fixed to work with the focus * src/gcompris/bonus.h: indent fix * src/gcompris/images_selector.c: (item_event_imageset_selector): fixed bad cast (gcc warning) * src/gcompris/properties.c: (gcompris_properties_new): fixed core dump when no LANG ENV var are set
Diffstat (limited to 'boards/maze3D.xml.in')
-rw-r--r--boards/maze3D.xml.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/boards/maze3D.xml.in b/boards/maze3D.xml.in
index c0941c9..8fb571c 100644
--- a/boards/maze3D.xml.in
+++ b/boards/maze3D.xml.in
@@ -14,6 +14,8 @@
<_prerequisite>Can use the keyboard arrow to move an object.</_prerequisite>
<_goal>Help Tux get out of this maze.</_goal>
<_manual>Use the keyboard arrows to move Tux up to the door.
-Use the 'space' key to switch between 2D and 3D mode</_manual>
+Use the 'space' key to switch between 2D and 3D mode. 2D mode gives you
+just an indication on your position like a map. You cannot move tux in
+2D mode.</_manual>
</Board>
</GCompris>