diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/006-9.tmx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/maps/006-9.tmx b/maps/006-9.tmx index 20b3bf1d..bc0a0db4 100644 --- a/maps/006-9.tmx +++ b/maps/006-9.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="91" height="93" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="26"> +<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="91" height="93" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="27"> <properties> <property name="author" value="Gumi"/> <property name="background0image" value="graphics/images/ambient/aethyr.jpg"/> @@ -616,5 +616,10 @@ <property name="npc_id" value="SCRIPT"/> </properties> </object> + <object id="26" name="Bleed Timer" type="function" x="1184" y="704" width="32" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnBleed"/> + </properties> + </object> </objectgroup> </map> |