junglejourney
changeset 173:95a2a00b5a92
Adjusted page dimensions, squeezing content to fit.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Wed Sep 21 23:42:27 2011 +0200 |
| parents | 0488e95f9431 |
| children | bf2912891ecc |
| files | materials/make_packaging.py |
| diffstat | 1 files changed, 9 insertions(+), 7 deletions(-) [+] |
line diff
1.1 --- a/materials/make_packaging.py Wed Sep 21 23:33:03 2011 +0200 1.2 +++ b/materials/make_packaging.py Wed Sep 21 23:42:27 2011 +0200 1.3 @@ -65,7 +65,9 @@ 1.4 ' "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n' 1.5 '<svg version="1.1"\n' 1.6 ' xmlns="http://www.w3.org/2000/svg"\n' 1.7 - ' xmlns:xlink="http://www.w3.org/1999/xlink">\n') 1.8 + ' xmlns:xlink="http://www.w3.org/1999/xlink"\n' 1.9 + ' width="7.5cm" height="10.0cm"\n' 1.10 + ' viewBox="0 0 750 1000">\n') 1.11 1.12 def add_image(self, x, y, width, height, path): 1.13 1.14 @@ -379,7 +381,7 @@ 1.15 "sweep the cold face of the moon and I perceive the clicks, whistles and " 1.16 "cries of creatures in the hot air that cloaks this place. Desperately, I " 1.17 "try to stay my panic and remember those fragments of wilderness craft " 1.18 - "learned and unlearned many years ago.\n\n"), 1.19 + "learned and unlearned many years ago.\n"), 1.20 Text(italic_quote, 1.21 "Choose your weapon carefully,\n" 1.22 "Get ready for a fight.\n" 1.23 @@ -388,19 +390,19 @@ 1.24 "There's time to pick up treasure,\n" 1.25 "But no time to stop and stare.\n" 1.26 "If you don't find the hidden gate\n" 1.27 - "You won't get out of there.\n\n"), 1.28 + "You won't get out of there.\n"), 1.29 Text(regular, 1.30 "Hopeless, I scramble to my feet, reaching for any weapon still left to me. " 1.31 "Struggling through the dense undergrowth, I search for signs of a track or " 1.32 "trail. At first glance, paths that seemed to lead to safety turn out to be " 1.33 "impassable, overgrown by tangled and twisted vines. I remember the words of " 1.34 - "an old teacher:\n\n"), 1.35 + "an old teacher:\n"), 1.36 Text(quote, 1.37 u'\u201cDo not be tempted to use fire to make your way. ' 1.38 'Many a traveller has strayed from the path, using fire to blaze a trail, ' 1.39 'only to reach a dead end. Trying to return, they find that the jungle ' 1.40 'has grown back. Those who are desperate enough will even seek out ' 1.41 - u'forgotten routes when the way home is in sight.\u201d\n\n'), 1.42 + u'forgotten routes when the way home is in sight.\u201d\n'), 1.43 Text(regular, 1.44 "Sensing my presence, obscene creatures emerge from the darkness, hungry " 1.45 "for prey. Only through skill and luck am I able to dispatch them back " 1.46 @@ -415,7 +417,7 @@ 1.47 Text(monospace_quote, "*RUN JUNGLE\n"), 1.48 Text(regular, 1.49 "then press Return. If you are loading the game from cassette, press play on the " 1.50 - "cassette recorder. The game should now load.\n\n\n"), 1.51 + "cassette recorder. The game should now load.\n\n"), 1.52 Text(title, "Playing the Game\n"), 1.53 Text(regular, 1.54 "The player must help the character reach the exit for each level. However, the " 1.55 @@ -441,7 +443,7 @@ 1.56 "weapon available in the game.\n\n" 1.57 "Alternatively, you may may using an analogue joystick connected to a Plus 1 " 1.58 "expansion interface. Select joystick controls by pressing the J key on the " 1.59 - "title page. Press K to select keyboard controls again.\n\n" 1.60 + "title page. Press K to select keyboard controls.\n\n" 1.61 "Other keys can be used to control the game:\n")], 1.62 follow = True, index = -2), 1.63 TextBox((50, 0, 650, 0),
