From 026f03ff760500781ff4022270f9955aebe91673 Mon Sep 17 00:00:00 2001 From: Martin Haye Date: Tue, 31 May 2016 08:32:41 -0700 Subject: [PATCH] Fixed instructions for placing scenario files correctly. --- Platform/Apple/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Platform/Apple/README.md b/Platform/Apple/README.md index 85c006b3..11812ae2 100644 --- a/Platform/Apple/README.md +++ b/Platform/Apple/README.md @@ -19,10 +19,10 @@ Building a game disk image for the Apple II Platform 3. Put scenario files in place - You will need acquire and place three scenario files into the `Platform/Apple/virtual/` directory: - - `world.xml` - - `enemies.tsv` - - `font.bin` + You will need acquire and place three scenario files into the appropriate subdirectories of `Platform/Apple/virtual/` as follows: + - `Platform/Apple/virtual/data/world/world.xml` + - `Platform/Apple/virtual/data/world/enemies.tsv` + - `Platform/Apple/virtual/data/fonts/font.bin` 4. Build a game disk