diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-13 12:14:58 -0500 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-13 12:14:58 -0500 |
| commit | ed933607765a6e010689aaaf85184053ff6e8a2b (patch) | |
| tree | 9c59ddfa9c7ddb221788485ad96cad116f8b0c28 /res/maps | |
| parent | e9602acecd1c5f63c6cf72a270a1bd09eba1e7e1 (diff) | |
| download | tanetane-ed933607765a6e010689aaaf85184053ff6e8a2b.tar.gz tanetane-ed933607765a6e010689aaaf85184053ff6e8a2b.tar.bz2 tanetane-ed933607765a6e010689aaaf85184053ff6e8a2b.zip | |
Added non-looping animations
Lucas can get electrocuted now.
Diffstat (limited to 'res/maps')
| -rw-r--r-- | res/maps/map2.tmx | 8 |
1 files changed, 7 insertions, 1 deletions
| diff --git a/res/maps/map2.tmx b/res/maps/map2.tmx index ee9931c..6316ef5 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="5"> | 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="6"> |
| 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"> |
| @@ -651,6 +651,12 @@ | |||
| 651 | </properties> | 651 | </properties> |
| 652 | <point/> | 652 | <point/> |
| 653 | </object> | 653 | </object> |
| 654 | <object id="5" name="mailbox_lightning" type="tileSprite" x="519" y="422.667"> | ||
| 655 | <properties> | ||
| 656 | <property name="interactionScript" value="mailbox_lightning"/> | ||
| 657 | </properties> | ||
| 658 | <point/> | ||
| 659 | </object> | ||
| 654 | </objectgroup> | 660 | </objectgroup> |
| 655 | <layer id="1" name="Layer 0" width="64" height="64"> | 661 | <layer id="1" name="Layer 0" width="64" height="64"> |
| 656 | <data encoding="csv"> | 662 | <data encoding="csv"> |
