diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-15 12:42:55 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-15 12:42:55 -0500 |
commit | 5834a85dcfafd50a1863a00fc2daf2cf1e8bb7e9 (patch) | |
tree | d4764b11bf5b51d8ad50d9637a042691b570eb9c /res/maps | |
parent | d1235174157bd498d0c148325d7c8066e3ab6ac7 (diff) | |
download | tanetane-5834a85dcfafd50a1863a00fc2daf2cf1e8bb7e9.tar.gz tanetane-5834a85dcfafd50a1863a00fc2daf2cf1e8bb7e9.tar.bz2 tanetane-5834a85dcfafd50a1863a00fc2daf2cf1e8bb7e9.zip |
Added Doria
Things to note about her: she does not have walking animations in the intercardinal directions. Also her disappearing animation needs a higher frame rate than the 30 FPS we currently have.
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/map2.tmx | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/res/maps/map2.tmx b/res/maps/map2.tmx index f6d6dd2..fe58daf 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="7"> | 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"> |
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"> |
@@ -660,6 +660,22 @@ | |||
660 | <object id="6" name="debugWarp_mailboxes" type="warp" x="598.667" y="420.667"> | 660 | <object id="6" name="debugWarp_mailboxes" type="warp" x="598.667" y="420.667"> |
661 | <point/> | 661 | <point/> |
662 | </object> | 662 | </object> |
663 | <object id="7" name="doria" type="sprite" x="328" y="525"> | ||
664 | <properties> | ||
665 | <property name="animation" value="../res/sprites/doria_anim.txt"/> | ||
666 | <property name="collisionHeight" type="int" value="8"/> | ||
667 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
668 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
669 | <property name="collisionWidth" type="int" value="12"/> | ||
670 | <property name="shadow" type="bool" value="true"/> | ||
671 | </properties> | ||
672 | <point/> | ||
673 | </object> | ||
674 | <object id="8" name="approach_doria" type="trigger" x="384" y="512" width="16" height="64"> | ||
675 | <properties> | ||
676 | <property name="script" value="approach_doria"/> | ||
677 | </properties> | ||
678 | </object> | ||
663 | </objectgroup> | 679 | </objectgroup> |
664 | <layer id="1" name="Layer 0" width="64" height="64"> | 680 | <layer id="1" name="Layer 0" width="64" height="64"> |
665 | <data encoding="csv"> | 681 | <data encoding="csv"> |