diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-06-05 14:11:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-06-05 14:11:50 -0300 |
commit | b31a130878e9b87e158afa443e77c32fc09ae465 (patch) | |
tree | 06ce78d5678299d669e8b8f97ab280fbed0416db | |
parent | e634989387320a2783f3bc0ccca3c1c405f7ee75 (diff) | |
download | clientdata-b31a130878e9b87e158afa443e77c32fc09ae465.tar.gz clientdata-b31a130878e9b87e158afa443e77c32fc09ae465.tar.bz2 clientdata-b31a130878e9b87e158afa443e77c32fc09ae465.tar.xz clientdata-b31a130878e9b87e158afa443e77c32fc09ae465.zip |
Fix missing attribute in 018-5
-rw-r--r-- | maps/018-5.tmx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maps/018-5.tmx b/maps/018-5.tmx index 7af051b4..80d11d60 100644 --- a/maps/018-5.tmx +++ b/maps/018-5.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="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="29"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="29"> <properties> <property name="background0image" value="graphics/images/ambient/spotlight.png"/> <property name="license" value="GPL v2+"/> @@ -1643,6 +1643,7 @@ </object> <object id="22" name="Green Dragon" type="spawn" x="1280" y="1958" width="1216" height="1472"> <properties> + <property name="death" value="20000"/> <property name="max_beings" value="4"/> <property name="monster_id" value="1195"/> <property name="spawn" value="60000"/> |