diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-09 18:27:03 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-09 18:27:03 -0500 |
commit | 9510e4fbbe817ab62ce014ee50283edd62fa00d9 (patch) | |
tree | 7d3562c7f9a15ea276642712718a83b0a6634add /res/maps | |
parent | c85f91cc5e0f9e94717fbc36ebef3b2637986121 (diff) | |
download | tanetane-9510e4fbbe817ab62ce014ee50283edd62fa00d9.tar.gz tanetane-9510e4fbbe817ab62ce014ee50283edd62fa00d9.tar.bz2 tanetane-9510e4fbbe817ab62ce014ee50283edd62fa00d9.zip |
Entity prototypes can be stored in the map file now
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/map1.tmx | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/res/maps/map1.tmx b/res/maps/map1.tmx index fe46192..6ad312b 100644 --- a/res/maps/map1.tmx +++ b/res/maps/map1.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="48" height="32" tilewidth="16" tileheight="16" infinite="0" nextlayerid="2" nextobjectid="1"> | 2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="48" height="32" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="5"> |
3 | <tileset firstgid="1" name="fromRom" tilewidth="16" tileheight="16" tilecount="240" columns="10"> | 3 | <tileset firstgid="1" name="fromRom" tilewidth="16" tileheight="16" tilecount="240" columns="10"> |
4 | <image source="map1_tiles.png" width="160" height="384"/> | 4 | <image source="map1_tiles.png" width="160" height="384"/> |
5 | <tile id="77"> | 5 | <tile id="77"> |
@@ -759,6 +759,19 @@ | |||
759 | 150,205,198,116,116,116,116,116,116,138,141,116,116,2147483846,194,198,116,138,141,200,231,138,141,138,141,138,141,116,116,138,141,116,116,138,141,116,116,116,116,116,116,116,2147483846,2147483853,150,150,150,150 | 759 | 150,205,198,116,116,116,116,116,116,138,141,116,116,2147483846,194,198,116,138,141,200,231,138,141,138,141,138,141,116,116,138,141,116,116,138,141,116,116,116,116,116,116,116,2147483846,2147483853,150,150,150,150 |
760 | </data> | 760 | </data> |
761 | </layer> | 761 | </layer> |
762 | <objectgroup id="3" name="Object Layer 1"> | ||
763 | <object id="3" name="flint" type="sprite" x="560.14" y="304.895"> | ||
764 | <properties> | ||
765 | <property name="animation" value="../res/sprites/flint_anim.txt"/> | ||
766 | <property name="collisionHeight" type="int" value="8"/> | ||
767 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
768 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
769 | <property name="collisionWidth" type="int" value="12"/> | ||
770 | <property name="interactionScript" value="script0001"/> | ||
771 | </properties> | ||
772 | <point/> | ||
773 | </object> | ||
774 | </objectgroup> | ||
762 | <layer id="1" name="Layer 0" width="48" height="32"> | 775 | <layer id="1" name="Layer 0" width="48" height="32"> |
763 | <data encoding="csv"> | 776 | <data encoding="csv"> |
764 | 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, | 777 | 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, |