diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-03 21:01:23 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-03 21:01:23 -0300 |
commit | 8d61fa447a10340690c725332d44b9394f976008 (patch) | |
tree | adf94d18296cb444fcfb2a83b2a6f1204cc47b9f | |
parent | e7f5130d15edd2e3bf9d56b3ebe4423f12247360 (diff) | |
download | clientdata-8d61fa447a10340690c725332d44b9394f976008.tar.gz clientdata-8d61fa447a10340690c725332d44b9394f976008.tar.bz2 clientdata-8d61fa447a10340690c725332d44b9394f976008.tar.xz clientdata-8d61fa447a10340690c725332d44b9394f976008.zip |
Add bunnies to event forest
-rw-r--r-- | maps/001-4.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/001-4.tmx b/maps/001-4.tmx index d7c3e6d8..36fb5540 100644 --- a/maps/001-4.tmx +++ b/maps/001-4.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="299" height="299" tilewidth="32" tileheight="32" infinite="0" nextobjectid="86"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="299" height="299" tilewidth="32" tileheight="32" infinite="0" nextobjectid="87"> <properties> <property name="minimap" value="graphics/minimaps/001-4.png"/> <property name="music" value="bartk - in the forest of the birches.ogg"/> @@ -1576,5 +1576,13 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="86" name="Bhop Fluffy" type="spawn" x="608" y="640" width="8352" height="8320"> + <properties> + <property name="death" value="120000"/> + <property name="max_beings" value="120"/> + <property name="monster_id" value="1049"/> + <property name="spawn" value="60000"/> + </properties> + </object> </objectgroup> </map> |