diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-27 17:40:26 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-27 17:40:26 -0500 |
commit | e03683852cac9b31ca846fcf13ff53abf99232c7 (patch) | |
tree | 4f18e4f6d033547f8bf9210ff8466406ed6dbd49 /res/maps | |
parent | 4be70b7d55493cdc2d5e909d5101e70a16bee6f1 (diff) | |
download | tanetane-e03683852cac9b31ca846fcf13ff53abf99232c7.tar.gz tanetane-e03683852cac9b31ca846fcf13ff53abf99232c7.tar.bz2 tanetane-e03683852cac9b31ca846fcf13ff53abf99232c7.zip |
Added A* pathfinding
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/underwater_start.tmx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/maps/underwater_start.tmx b/res/maps/underwater_start.tmx index 7f9cb8c..0ced9c4 100644 --- a/res/maps/underwater_start.tmx +++ b/res/maps/underwater_start.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="32" height="32" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="4"> | 2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="32" height="32" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="5"> |
3 | <properties> | 3 | <properties> |
4 | <property name="music" value="barren_factory"/> | 4 | <property name="music" value="barren_factory"/> |
5 | </properties> | 5 | </properties> |
@@ -96,6 +96,9 @@ | |||
96 | <point/> | 96 | <point/> |
97 | </object> | 97 | </object> |
98 | <object id="3" name="fish1_enclosure" type="zone" x="176" y="144" width="80" height="96"/> | 98 | <object id="3" name="fish1_enclosure" type="zone" x="176" y="144" width="80" height="96"/> |
99 | <object id="4" name="fish_destination" type="warp" x="184" y="122"> | ||
100 | <point/> | ||
101 | </object> | ||
99 | </objectgroup> | 102 | </objectgroup> |
100 | <layer id="1" name="Upper" width="32" height="32"> | 103 | <layer id="1" name="Upper" width="32" height="32"> |
101 | <properties> | 104 | <properties> |