junglejourney
changeset 171:6d63447e97fd
Added a bit more space at the top of each page.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Wed Sep 21 00:31:10 2011 +0200 |
| parents | 4abd543af48a |
| children | 0488e95f9431 |
| files | materials/make_packaging.py |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/materials/make_packaging.py Wed Sep 21 00:06:05 2011 +0200 1.2 +++ b/materials/make_packaging.py Wed Sep 21 00:31:10 2011 +0200 1.3 @@ -295,7 +295,7 @@ 1.4 1.5 pages = [ 1.6 Page((750, 1000), 1.7 - [TextBox((50, 40, 650, 0), 1.8 + [TextBox((50, 50, 650, 0), 1.9 [Text(title, "Jungle Journey\n"), 1.10 Text(regular, 1.11 "The last flames of the campfire fade to glowing embers and I am alone. " 1.12 @@ -334,7 +334,7 @@ 1.13 ]) 1.14 ]), 1.15 Page((750, 1000), 1.16 - [TextBox((50, 40, 650, 0), 1.17 + [TextBox((50, 50, 650, 0), 1.18 [Text(title, "Loading the Game\n"), 1.19 Text(regular, "Insert the cassette or disk and type\n"), 1.20 Text(monospace_quote, "*RUN JUNGLE\n"), 1.21 @@ -386,7 +386,7 @@ 1.22 follow = True, index = -2) 1.23 ]), 1.24 Page((750, 1000), 1.25 - [TextBox((50, 40, 650, 0), 1.26 + [TextBox((50, 50, 650, 0), 1.27 [Text(title, "Treasure\n"), 1.28 Text(regular, "Items of treasure can be found throughout the jungle. " 1.29 "Pick these up to increase your score.\n")]),
