diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-04 10:24:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-04 10:24:37 -0300 |
commit | bd3537947d4c6ea1a08f60b38bdcc80fe1695e41 (patch) | |
tree | 99529473dad2137d2f82f330a7705a1f31b857ff | |
parent | f7d8a2edbc1ce0a9b318a7031fc7934e658b8889 (diff) | |
download | clientdata-bd3537947d4c6ea1a08f60b38bdcc80fe1695e41.tar.gz clientdata-bd3537947d4c6ea1a08f60b38bdcc80fe1695e41.tar.bz2 clientdata-bd3537947d4c6ea1a08f60b38bdcc80fe1695e41.tar.xz clientdata-bd3537947d4c6ea1a08f60b38bdcc80fe1695e41.zip |
Remove unused file, minor irrelevant update to 001-5 (not sure why)
-rw-r--r-- | graphics/tilesets/woodland_x5_copy.png | bin | 62106 -> 0 bytes | |||
-rw-r--r-- | maps/001-5.tmx | 14 |
2 files changed, 11 insertions, 3 deletions
diff --git a/graphics/tilesets/woodland_x5_copy.png b/graphics/tilesets/woodland_x5_copy.png Binary files differdeleted file mode 100644 index 8a5153eaf..000000000 --- a/graphics/tilesets/woodland_x5_copy.png +++ /dev/null diff --git a/maps/001-5.tmx b/maps/001-5.tmx index 834be1570..09a3e890d 100644 --- a/maps/001-5.tmx +++ b/maps/001-5.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="100" height="100" tilewidth="32" tileheight="32" infinite="0" nextobjectid="12"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" infinite="0" nextobjectid="13"> <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="96"/> </tileset> @@ -550,7 +550,7 @@ </object> <object id="9" name="Blob" type="spawn" x="640" y="640" width="1920" height="1888"> <properties> - <property name="death" value="150000"/> + <property name="death" value="60000"/> <property name="max_beings" value="2"/> <property name="monster_id" value="1008"/> <property name="spawn" value="35000"/> @@ -558,7 +558,7 @@ </object> <object id="10" name="Snake" type="spawn" x="896" y="672" width="1664" height="1888"> <properties> - <property name="death" value="150000"/> + <property name="death" value="120000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1122"/> <property name="spawn" value="35000"/> @@ -572,5 +572,13 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="12" name="Stray Little Blub" type="spawn" x="704" y="640" width="1888" height="1888"> + <properties> + <property name="death" value="180000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1007"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> </map> |