junglejourney

changeset 183:c3cc532640a5

Updated the instructions and added some screenshots.
author David Boddie <david@boddie.org.uk>
date Sun Sep 25 23:10:41 2011 +0200
parents d36219f2e1dc
children cd78196f8910
files README.txt materials/make_packaging.py materials/screenshot1.png materials/screenshot2.png materials/screenshot3.png materials/screenshot4.png
diffstat 6 files changed, 12 insertions(+), 7 deletions(-) [+]
line diff
     1.1 --- a/README.txt	Sun Sep 25 21:14:28 2011 +0200
     1.2 +++ b/README.txt	Sun Sep 25 23:10:41 2011 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4      If you go there at night.
     1.5      There's time to pick up treasure,
     1.6      But no time to stop and stare.
     1.7 -    If you don't find the hidden gate
     1.8 +    If you don't find the hidden cave
     1.9      You won't get out of there.
    1.10  
    1.11  Hopeless, I scramble to my feet, reaching for any weapon still left to me.
     2.1 --- a/materials/make_packaging.py	Sun Sep 25 21:14:28 2011 +0200
     2.2 +++ b/materials/make_packaging.py	Sun Sep 25 23:10:41 2011 +0200
     2.3 @@ -375,6 +375,11 @@
     2.4                          "weight": "bold",
     2.5                          "align": "centre"}
     2.6      
     2.7 +    back_cover_subtitle = {"family": "FreeSerif",
     2.8 +                           "size": 28,
     2.9 +                           "weight": "bold",
    2.10 +                           "align": "centre"}
    2.11 +    
    2.12      back_cover_centred = {"family": "FreeSerif",
    2.13                            "size": 24,
    2.14                            "align": "centre"}
    2.15 @@ -398,7 +403,7 @@
    2.16                              "If you go there at night.\n"
    2.17                              "There's time to pick up treasure,\n"
    2.18                              "But no time to stop and stare.\n"
    2.19 -                            "If you don't find the hidden gate\n"
    2.20 +                            "If you don't find the hidden cave\n"
    2.21                              "You won't get out of there.\n"),
    2.22                         Text(regular,
    2.23                              "Hopeless, I scramble to my feet, reaching for any weapon still left to me. "
    2.24 @@ -524,15 +529,15 @@
    2.25                        [Text(exclamation, "Have a safe journey!")])
    2.26               ]),
    2.27          Page((750, 1000),
    2.28 -             [Image((55, 50, 650, 0), "../images/title-screen.xpm", scale = 5),
    2.29 -              TextBox((50, 40, 650, 0),
    2.30 -                      [Text(back_cover_title, "for the Acorn Electron")],
    2.31 -                      follow = True),
    2.32 +             [TextBox((50, 40, 650, 0),
    2.33 +                      [Text(back_cover_title, "Jungle Journey"),
    2.34 +                       Text(back_cover_subtitle, "for the Acorn Electron and BBC Model B")]),
    2.35 +              Image((100, 8, 500, 0), "screenshot1.png", scale = 0.5, follow = True),
    2.36                TextBox((50, 900, 650, 0),
    2.37                        [Text(back_cover_centred,
    2.38                              u"Copyright \u00a9 2011 David Boddie\n"
    2.39                              u"for Retro Software\n"
    2.40 -                            u"http://www.retrosoftware.co.uk/")])
    2.41 +                            u"http://www.retrosoftware.co.uk/")]),
    2.42               ]),
    2.43          ]
    2.44      
     3.1 Binary file materials/screenshot1.png has changed
     4.1 Binary file materials/screenshot2.png has changed
     5.1 Binary file materials/screenshot3.png has changed
     6.1 Binary file materials/screenshot4.png has changed