diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-13 10:01:39 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-13 15:34:50 -0500 |
commit | 37bbad70090071a473a04583e373491557906699 (patch) | |
tree | a7bffa340c8222d7447a1fb3bfb1d8dd2921918d /res/maps | |
parent | f9dd0fbabe5348fcd9841978cdd9d3a5824a5dec (diff) | |
download | tanetane-37bbad70090071a473a04583e373491557906699.tar.gz tanetane-37bbad70090071a473a04583e373491557906699.tar.bz2 tanetane-37bbad70090071a473a04583e373491557906699.zip |
Added option to exit area from pause menu on supported maps
#7
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/time_passage.tmx | 1 | ||||
-rw-r--r-- | res/maps/time_passage_antechamber.tmx | 1 | ||||
-rw-r--r-- | res/maps/underwater_start.tmx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/res/maps/time_passage.tmx b/res/maps/time_passage.tmx index c5c6b71..64815a9 100644 --- a/res/maps/time_passage.tmx +++ b/res/maps/time_passage.tmx | |||
@@ -1,6 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="32" height="128" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="4"> | 2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="32" height="128" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="4"> |
3 | <properties> | 3 | <properties> |
4 | <property name="exitArea" type="bool" value="true"/> | ||
4 | <property name="music" value="time_passage"/> | 5 | <property name="music" value="time_passage"/> |
5 | </properties> | 6 | </properties> |
6 | <tileset firstgid="1" source="time_passage.tsx"/> | 7 | <tileset firstgid="1" source="time_passage.tsx"/> |
diff --git a/res/maps/time_passage_antechamber.tmx b/res/maps/time_passage_antechamber.tmx index f705305..da7c421 100644 --- a/res/maps/time_passage_antechamber.tmx +++ b/res/maps/time_passage_antechamber.tmx | |||
@@ -1,6 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="48" height="16" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="5"> | 2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="48" height="16" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="5"> |
3 | <properties> | 3 | <properties> |
4 | <property name="exitArea" type="bool" value="true"/> | ||
4 | <property name="music" value="time_passage"/> | 5 | <property name="music" value="time_passage"/> |
5 | </properties> | 6 | </properties> |
6 | <tileset firstgid="1" source="time_passage.tsx"/> | 7 | <tileset firstgid="1" source="time_passage.tsx"/> |
diff --git a/res/maps/underwater_start.tmx b/res/maps/underwater_start.tmx index d616c27..191fb1c 100644 --- a/res/maps/underwater_start.tmx +++ b/res/maps/underwater_start.tmx | |||
@@ -1,6 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="32" height="32" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="5"> | 2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="32" height="32" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="5"> |
3 | <properties> | 3 | <properties> |
4 | <property name="exitArea" type="bool" value="true"/> | ||
4 | <property name="music" value="barren_factory"/> | 5 | <property name="music" value="barren_factory"/> |
5 | </properties> | 6 | </properties> |
6 | <tileset firstgid="1" source="underwater.tsx"/> | 7 | <tileset firstgid="1" source="underwater.tsx"/> |