From 37bbad70090071a473a04583e373491557906699 Mon Sep 17 00:00:00 2001
From: Star Rauchenberger <fefferburbia@gmail.com>
Date: Sat, 13 Mar 2021 10:01:39 -0500
Subject: Added option to exit area from pause menu on supported maps

#7
---
 res/maps/time_passage.tmx             | 1 +
 res/maps/time_passage_antechamber.tmx | 1 +
 res/maps/underwater_start.tmx         | 1 +
 3 files changed, 3 insertions(+)

(limited to 'res')

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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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">
  <properties>
+  <property name="exitArea" type="bool" value="true"/>
   <property name="music" value="time_passage"/>
  </properties>
  <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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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">
  <properties>
+  <property name="exitArea" type="bool" value="true"/>
   <property name="music" value="time_passage"/>
  </properties>
  <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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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">
  <properties>
+  <property name="exitArea" type="bool" value="true"/>
   <property name="music" value="barren_factory"/>
  </properties>
  <tileset firstgid="1" source="underwater.tsx"/>
-- 
cgit 1.4.1