diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-14 19:23:57 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-14 19:23:57 -0200 |
commit | 75792e6ce00b4fbba83bf8cf55db6207265adb53 (patch) | |
tree | 5cd4ebc67b4496388f05dd21136dce9a14bcd2a2 /maps | |
parent | a6f290644281ac451fe0e7b31301083a3ee4fdca (diff) | |
download | clientdata-75792e6ce00b4fbba83bf8cf55db6207265adb53.tar.gz clientdata-75792e6ce00b4fbba83bf8cf55db6207265adb53.tar.bz2 clientdata-75792e6ce00b4fbba83bf8cf55db6207265adb53.tar.xz clientdata-75792e6ce00b4fbba83bf8cf55db6207265adb53.zip |
Broken pipeline, run and show your errors to @Saulc Le Grande %%e
Diffstat (limited to 'maps')
-rw-r--r-- | maps/015-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/015-1.tmx b/maps/015-1.tmx index b17a3a62..295fdd65 100644 --- a/maps/015-1.tmx +++ b/maps/015-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextobjectid="88"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextobjectid="89"> <properties> <property name="author" value="TMW.org, Saulc"/> <property name="license" value="GPL v2+"/> @@ -1549,7 +1549,7 @@ <property name="spawn" value="45000"/> </properties> </object> - <object id="86" name="Fire Skull" type="spawn" x="3072" y="2240" width="256" height="256"> + <object id="86" name="Fire Skull" type="spawn" x="4992" y="736" width="736" height="896"> <properties> <property name="death" value="60000"/> <property name="max_beings" value="1"/> @@ -1557,5 +1557,13 @@ <property name="spawn" value="45000"/> </properties> </object> + <object id="88" name="Green Slime" type="spawn" x="3072" y="2240" width="256" height="256"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1085"/> + <property name="spawn" value="45000"/> + </properties> + </object> </objectgroup> </map> |