Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/billard.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2004-01-30 00:06:11 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2004-01-30 00:06:11 (GMT)
commit8b3eee72af10ffc227c10affc599830cac015db2 (patch)
treea73626b120e78acdd79a52779b9d7fe80abbef25 /boards/billard.xml.in
parentc435d99b9b6fc07261f694c17247f00043f80bb7 (diff)
added billard created created created added billard completed
* boards/Makefile.am: added billard * boards/billard.xml.in: created * boards/boardicons/billard.png: created * boards/images/billard_background.jpg: created * po/POTFILES.in: added billard * src/boards/machpuzzle.c: (start_board), (end_board), (set_level), (is_our_board), (minigolf_next_level), (minigolf_destroy_all_items), (minigolf_create_item), (game_won), (create_machine_item), (rectangle_in), (minigolf_move): completed implementation to have a simple billard simulation * src/boards/python/gcompris/bonus/.cvsignore: remove .pyc now * src/boards/python/gcompris/sound/.cvsignore: remove .pyc now * src/gcompris/bonus.c: (board_finished): now uses LOG_STATUS_COMPLETED when board_finished arrives. * src/gcompris/gcompris.h: added GCOMPRIS_LOG_STATUS_COMPLETED
Diffstat (limited to 'boards/billard.xml.in')
-rw-r--r--boards/billard.xml.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/boards/billard.xml.in b/boards/billard.xml.in
new file mode 100644
index 0000000..23d365e
--- /dev/null
+++ b/boards/billard.xml.in
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="billard"
+ type="minigolf"
+ section="/computer/."
+ icon="boardicons/billard.png"
+ difficulty="1"
+ author="Bruno Coudoin (bruno.coudoin@free.fr)"
+ boarddir="">
+ <_title>The billard game</_title>
+ <_description>Send the ball in the hole</_description>
+ <_prerequisite>Mouse manipulation</_prerequisite>
+ <_manual>The click point on the ball will give the
+ speed and direction to the ball. More you click in the
+center, slower is the ball.</_manual>
+ <_goal>Send the ball in the hole</_goal>
+ <_credit></_credit>
+ </Board>
+ <Data directory=""/>
+</GCompris>