From 944e9946f9541dead8319dcc9e4e49f41c8c40b1 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Mon, 1 Feb 2010 23:56:08 +1000 Subject: Update advanced tutorial with new images Some of the images used in the example and documentation were still with the old graphics. This has been fixed so as to only use the new graphics. --- doc/src/declarative/advtutorial4.qdoc | 4 +++- .../declarative/pics/declarative-adv-tutorial1.png | Bin 81295 -> 203229 bytes .../declarative/pics/declarative-adv-tutorial2.png | Bin 170388 -> 249451 bytes .../declarative/pics/declarative-adv-tutorial3.png | Bin 220052 -> 283378 bytes .../samegame/samegame1/pics/background.png | Bin 153328 -> 313930 bytes .../tutorials/samegame/samegame1/pics/redStone.png | Bin 2604 -> 2902 bytes .../samegame/samegame2/pics/background.png | Bin 153328 -> 313930 bytes .../tutorials/samegame/samegame2/pics/redStone.png | Bin 2604 -> 2902 bytes .../samegame/samegame3/pics/background.png | Bin 153328 -> 313930 bytes .../samegame/samegame3/pics/blueStone.png | Bin 2691 -> 3054 bytes .../samegame/samegame3/pics/greenStone.png | Bin 2662 -> 2932 bytes .../tutorials/samegame/samegame3/pics/redStone.png | Bin 2604 -> 2902 bytes 12 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/declarative/advtutorial4.qdoc b/doc/src/declarative/advtutorial4.qdoc index 96e72fc..855963c 100644 --- a/doc/src/declarative/advtutorial4.qdoc +++ b/doc/src/declarative/advtutorial4.qdoc @@ -113,10 +113,12 @@ like this: \snippet declarative/tutorials/samegame/samegame4/content/BoomBlock.qml 4 And now the game should be beautifully animated and smooth, with a subtle (or not-so-subtle) animation added for all of the -player's actions. The end result is shown below: +player's actions. The end result is shown below, with a different set of images to demonstrate basic themeing: \image declarative-adv-tutorial4.gif +The basic theme change there is the result of simply replacing the images. This can be done at run time by setting the source property, so a further advanced feature to try on your own is to add a button which toggles between two different themes. + \section2 Offline High Scores Another extension we might want for the game is some way of storing and retrieving high scores. This tutorial contains both online and offline high score storage. diff --git a/doc/src/declarative/pics/declarative-adv-tutorial1.png b/doc/src/declarative/pics/declarative-adv-tutorial1.png index 990a329..1699ab0 100644 Binary files a/doc/src/declarative/pics/declarative-adv-tutorial1.png and b/doc/src/declarative/pics/declarative-adv-tutorial1.png differ diff --git a/doc/src/declarative/pics/declarative-adv-tutorial2.png b/doc/src/declarative/pics/declarative-adv-tutorial2.png index b410d50..ba27c44 100644 Binary files a/doc/src/declarative/pics/declarative-adv-tutorial2.png and b/doc/src/declarative/pics/declarative-adv-tutorial2.png differ diff --git a/doc/src/declarative/pics/declarative-adv-tutorial3.png b/doc/src/declarative/pics/declarative-adv-tutorial3.png index e192772..d500434d 100644 Binary files a/doc/src/declarative/pics/declarative-adv-tutorial3.png and b/doc/src/declarative/pics/declarative-adv-tutorial3.png differ diff --git a/examples/declarative/tutorials/samegame/samegame1/pics/background.png b/examples/declarative/tutorials/samegame/samegame1/pics/background.png index 25e885f..3734a27 100644 Binary files a/examples/declarative/tutorials/samegame/samegame1/pics/background.png and b/examples/declarative/tutorials/samegame/samegame1/pics/background.png differ diff --git a/examples/declarative/tutorials/samegame/samegame1/pics/redStone.png b/examples/declarative/tutorials/samegame/samegame1/pics/redStone.png index b099f60..36b09a2 100644 Binary files a/examples/declarative/tutorials/samegame/samegame1/pics/redStone.png and b/examples/declarative/tutorials/samegame/samegame1/pics/redStone.png differ diff --git a/examples/declarative/tutorials/samegame/samegame2/pics/background.png b/examples/declarative/tutorials/samegame/samegame2/pics/background.png index 25e885f..3734a27 100644 Binary files a/examples/declarative/tutorials/samegame/samegame2/pics/background.png and b/examples/declarative/tutorials/samegame/samegame2/pics/background.png differ diff --git a/examples/declarative/tutorials/samegame/samegame2/pics/redStone.png b/examples/declarative/tutorials/samegame/samegame2/pics/redStone.png index b099f60..36b09a2 100644 Binary files a/examples/declarative/tutorials/samegame/samegame2/pics/redStone.png and b/examples/declarative/tutorials/samegame/samegame2/pics/redStone.png differ diff --git a/examples/declarative/tutorials/samegame/samegame3/pics/background.png b/examples/declarative/tutorials/samegame/samegame3/pics/background.png index 25e885f..3734a27 100644 Binary files a/examples/declarative/tutorials/samegame/samegame3/pics/background.png and b/examples/declarative/tutorials/samegame/samegame3/pics/background.png differ diff --git a/examples/declarative/tutorials/samegame/samegame3/pics/blueStone.png b/examples/declarative/tutorials/samegame/samegame3/pics/blueStone.png index bf342e0..20e43c7 100644 Binary files a/examples/declarative/tutorials/samegame/samegame3/pics/blueStone.png and b/examples/declarative/tutorials/samegame/samegame3/pics/blueStone.png differ diff --git a/examples/declarative/tutorials/samegame/samegame3/pics/greenStone.png b/examples/declarative/tutorials/samegame/samegame3/pics/greenStone.png index 5ac14a5..b568a19 100644 Binary files a/examples/declarative/tutorials/samegame/samegame3/pics/greenStone.png and b/examples/declarative/tutorials/samegame/samegame3/pics/greenStone.png differ diff --git a/examples/declarative/tutorials/samegame/samegame3/pics/redStone.png b/examples/declarative/tutorials/samegame/samegame3/pics/redStone.png index b099f60..36b09a2 100644 Binary files a/examples/declarative/tutorials/samegame/samegame3/pics/redStone.png and b/examples/declarative/tutorials/samegame/samegame3/pics/redStone.png differ -- cgit v0.12