junglejourney
changeset 198:c0287a81583a
Updated the instructions for the cassette inlay.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Sat Oct 01 18:19:29 2011 +0200 |
| parents | 8ff47d1667f7 |
| children | aa9f05624182 |
| files | materials/make_packaging.py |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/materials/make_packaging.py Sat Oct 01 13:18:15 2011 +0200 1.2 +++ b/materials/make_packaging.py Sat Oct 01 18:19:29 2011 +0200 1.3 @@ -479,13 +479,13 @@ 1.4 Page((650, 1000), 1.5 [TextBox((25, 35, 600, 0), 1.6 [Text(title, "Loading the Game\n"), 1.7 - Text(regular, "Insert the cassette or disk and type\n")]), 1.8 + Text(regular, "Insert the cassette and type\n")]), 1.9 TextBox((25, -2, 600, 0), 1.10 [Text(monospace_quote, "*RUN JUNGLE\n")], follow = True), 1.11 TextBox((25, -2, 600, 0), 1.12 [Text(regular, 1.13 - "then press Return. If you are loading the game from cassette, press play on the " 1.14 - "cassette recorder. The game should now load.\n"), 1.15 + "then press Return. Press play on the cassette recorder. " 1.16 + "The game should now load.\n\n"), 1.17 Text(title, "Playing the Game\n"), 1.18 Text(regular, 1.19 "The player must help the character reach the exit for each level. However, the "
