[gnome-mahjongg] Add new help page for bonus tiles, bug 721181



commit 6eb28d5c631b12aec5bd6b4e0e500afe4ba07969
Author: Rashi Aswani <aswanirashi19.gmail.com>
Date:   Mon Feb 17 20:22:43 2014 +0530

    Add new help page for bonus tiles, bug 721181
    
    There are eight bonus tiles: four flowers and four seasons. The postmodern
    theme has blue winter motives in flower group and yellow spring motives in
    season group. The smooth theme has yellow symbols in flower group and black
    symbols in season group. The identical bonus tiles are matched in postmodern
    theme and the bonus tiles with the same symbol color are matched in smooth theme.
    https://bugzilla.gnome.org/show_bug.cgi?id=721181

 help/C/bonustiles.page           |   35 +++++++++++++++++++++++++++++++++++
 help/C/figures/black-symbol.png  |  Bin 0 -> 12612 bytes
 help/C/figures/yellow-symbol.png |  Bin 0 -> 13654 bytes
 help/Makefile.am                 |    3 +++
 4 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/help/C/bonustiles.page b/help/C/bonustiles.page
new file mode 100644
index 0000000..8b26246
--- /dev/null
+++ b/help/C/bonustiles.page
@@ -0,0 +1,35 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic"
+      id="bonustiles">
+
+  <info>
+    <link type="guide" xref="index#play"/>
+    <revision pkgversion="3.12" date="2014-02-26" status="candidate"/>
+
+    <credit type="author">
+      <name>Rashi Aswani</name>
+      <email its:translate="no">aswanirashi19 gmail com</email>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+  <title>Bonus tiles</title>
+
+  <p>There are eight bonus tiles: four flowers and four seasons. The flower
+  group consists of blue winter motives in the postmodern theme and yellow
+  symbols in the smooth theme. The season group consists of yellow spring
+  motives in the postmodern theme and black symbols in the smooth theme. The
+  identical bonus tiles are matched in the postmodern theme and the bonus
+  tiles with the same symbol color are matched in the smooth theme.</p>
+
+  <p>Some of the matching bonus tiles in smooth theme are shown below:</p>
+
+  <figure>
+    <title>Bonus tiles</title>
+    <media type="image" mime="image/png" src="figures/black-symbol.png"/>
+    <media type="image" mime="image/png" src="figures/yellow-symbol.png"/>
+  </figure>
+
+</page>
diff --git a/help/C/figures/black-symbol.png b/help/C/figures/black-symbol.png
new file mode 100644
index 0000000..6651f6a
Binary files /dev/null and b/help/C/figures/black-symbol.png differ
diff --git a/help/C/figures/yellow-symbol.png b/help/C/figures/yellow-symbol.png
new file mode 100644
index 0000000..0758e6e
Binary files /dev/null and b/help/C/figures/yellow-symbol.png differ
diff --git a/help/Makefile.am b/help/Makefile.am
index ca6e2a0..9c39d7e 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -16,10 +16,13 @@ HELP_MEDIA = \
        figures/logo32.png              \
        figures/logo.png                \
        figures/mahjongg-video.ogv      \
+       figures/yellow-symbol.png       \
+       figures/black-symbol.png        \
        figures/moves-left.png
 
 HELP_FILES = \
        bug-filing.page                 \
+       bonustiles.page                 \
        choosing.page                   \
        develop.page                    \
        documentation.page              \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]