diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-07 19:01:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-07 19:01:27 -0300 |
commit | 51148effde6ea97f4cfbdcac5adb68ff2021084f (patch) | |
tree | 76c7e2b45a23baf8254c79be176476d869993e8f | |
parent | 0475a79bf594d6cc1150cb776c18597ab1c2a5e2 (diff) | |
download | clientdata-51148effde6ea97f4cfbdcac5adb68ff2021084f.tar.gz clientdata-51148effde6ea97f4cfbdcac5adb68ff2021084f.tar.bz2 clientdata-51148effde6ea97f4cfbdcac5adb68ff2021084f.tar.xz clientdata-51148effde6ea97f4cfbdcac5adb68ff2021084f.zip |
Note for self: Sanitize
-rw-r--r-- | maps/005-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/005-1.tmx b/maps/005-1.tmx index bb4c687b2..e3a82f05e 100644 --- a/maps/005-1.tmx +++ b/maps/005-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="135" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="16" nextobjectid="98"> +<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="135" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="16" nextobjectid="98"> <properties> <property name="author" value="Saulc, jesusalva, "/> <property name="license" value="CC BY-SA 3.0"/> @@ -2041,7 +2041,7 @@ </object> <object id="74" name="Diamond Bif" type="spawn" x="928" y="2113" width="96" height="64"> <properties> - <property name="death" value="120000"/> + <property name="death" value="90000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1108"/> <property name="script" value="Rosen::OnKillMBif"/> |