diff --git a/.gitignore b/.gitignore index 30c912db..69332ceb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,10 @@ # Don't check in data specific to any particular game /Platform/Apple/virtual/data/images/*.bin +/Platform/Apple/virtual/data/fonts/*.bin +/Platform/Apple/virtual/data/world/*.xml # Only check in sample.build.props; each person's build.props will be different. /Platform/Apple/virtual/src/include/build.props /Platform/Apple/tools/A2Copy/build/ -/Platform/Apple/tools/PackPartitions/build/ \ No newline at end of file +/Platform/Apple/tools/PackPartitions/build/ diff --git a/Platform/Apple/virtual/build.xml b/Platform/Apple/virtual/build.xml index 87fcb700..d24e1e2d 100644 --- a/Platform/Apple/virtual/build.xml +++ b/Platform/Apple/virtual/build.xml @@ -37,8 +37,8 @@ Packing game and code resources. - - + + @@ -46,7 +46,7 @@ - + diff --git a/Platform/Apple/virtual/data/disks/readme.txt b/Platform/Apple/virtual/data/disks/readme.txt new file mode 100644 index 00000000..6cbdff2d --- /dev/null +++ b/Platform/Apple/virtual/data/disks/readme.txt @@ -0,0 +1 @@ +This directory contains the base disk image (containing ProDOS and any ancillary utilities). diff --git a/Platform/Apple/virtual/data/fonts/readme.txt b/Platform/Apple/virtual/data/fonts/readme.txt new file mode 100644 index 00000000..5f0504a6 --- /dev/null +++ b/Platform/Apple/virtual/data/fonts/readme.txt @@ -0,0 +1 @@ +Put your font file in this directory, and name the file "font.bin". diff --git a/Platform/Apple/virtual/data/images/readme.txt b/Platform/Apple/virtual/data/images/readme.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/Platform/Apple/virtual/data/maps/readme.txt b/Platform/Apple/virtual/data/maps/readme.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/Platform/Apple/virtual/data/tables/readme.txt b/Platform/Apple/virtual/data/tables/readme.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/Platform/Apple/virtual/data/world/readme.txt b/Platform/Apple/virtual/data/world/readme.txt new file mode 100644 index 00000000..3d04be9f --- /dev/null +++ b/Platform/Apple/virtual/data/world/readme.txt @@ -0,0 +1 @@ +Put the world file saved from Outlaw Editor here, and call the file "world.xml". diff --git a/Platform/Apple/virtual/game/readme.txt b/Platform/Apple/virtual/game/readme.txt deleted file mode 100644 index e69de29b..00000000