diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-18 12:32:53 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-18 12:32:53 -0500 |
commit | c1a62ba1459cf849b5ee965aa461e10695bb0b01 (patch) | |
tree | d2dbd6493c2ea367f8673b6557ed0ac136cf71f8 /res/maps | |
parent | aac57db782718bf40a7adea15baf8d6b899ea925 (diff) | |
download | tanetane-c1a62ba1459cf849b5ee965aa461e10695bb0b01.tar.gz tanetane-c1a62ba1459cf849b5ee965aa461e10695bb0b01.tar.bz2 tanetane-c1a62ba1459cf849b5ee965aa461e10695bb0b01.zip |
Started adding event where Claus joins the party
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/map2.tmx | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/res/maps/map2.tmx b/res/maps/map2.tmx index 1ea8c00..19d3727 100644 --- a/res/maps/map2.tmx +++ b/res/maps/map2.tmx | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="64" height="64" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="9"> | 2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="64" height="64" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="10"> |
3 | <tileset firstgid="1" name="fromRom" tilewidth="16" tileheight="16" tilecount="180" columns="10"> | 3 | <tileset firstgid="1" name="fromRom" tilewidth="16" tileheight="16" tilecount="180" columns="10"> |
4 | <image source="map2_tiles.png" width="160" height="288"/> | 4 | <image source="map2_tiles.png" width="160" height="288"/> |
5 | <tile id="61"> | 5 | <tile id="61"> |
@@ -676,6 +676,18 @@ | |||
676 | <property name="script" value="approach_doria"/> | 676 | <property name="script" value="approach_doria"/> |
677 | </properties> | 677 | </properties> |
678 | </object> | 678 | </object> |
679 | <object id="9" name="join_claus" type="sprite" x="640.334" y="153.667"> | ||
680 | <properties> | ||
681 | <property name="animation" value="../res/sprites/claus_anim.txt"/> | ||
682 | <property name="collisionHeight" type="int" value="8"/> | ||
683 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
684 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
685 | <property name="collisionWidth" type="int" value="12"/> | ||
686 | <property name="interactionScript" value="join_claus"/> | ||
687 | <property name="shadow" type="bool" value="true"/> | ||
688 | </properties> | ||
689 | <point/> | ||
690 | </object> | ||
679 | </objectgroup> | 691 | </objectgroup> |
680 | <layer id="1" name="Layer 0" width="64" height="64"> | 692 | <layer id="1" name="Layer 0" width="64" height="64"> |
681 | <data encoding="csv"> | 693 | <data encoding="csv"> |