diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-01 22:19:46 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-01 22:19:46 -0500 |
commit | 7fa69be4e88f1fcf057871fec7e4503f50578465 (patch) | |
tree | 70a01aafe4092c29c112f72895494dbfa2033496 /res/maps | |
parent | d8e7d815c197c5477678d835038dc3ff86c2a7e8 (diff) | |
download | tanetane-7fa69be4e88f1fcf057871fec7e4503f50578465.tar.gz tanetane-7fa69be4e88f1fcf057871fec7e4503f50578465.tar.bz2 tanetane-7fa69be4e88f1fcf057871fec7e4503f50578465.zip |
Started writing the Mixolydia scene!
Looking pretty good so far. TODO: direction facing functions have inverted Y coordinate. confusion expression doesn't exist yet. rest of scene.
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/pink_shell.tmx | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/res/maps/pink_shell.tmx b/res/maps/pink_shell.tmx index d7915d9..2389b70 100644 --- a/res/maps/pink_shell.tmx +++ b/res/maps/pink_shell.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="3" nextobjectid="5"> | 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="3" nextobjectid="11"> |
3 | <properties> | 3 | <properties> |
4 | <property name="music" value="are_you_gorgeous"/> | 4 | <property name="music" value="are_you_gorgeous"/> |
5 | </properties> | 5 | </properties> |
@@ -74,6 +74,21 @@ | |||
74 | </properties> | 74 | </properties> |
75 | <point/> | 75 | <point/> |
76 | </object> | 76 | </object> |
77 | <object id="5" name="lucas_lineup" type="warp" x="248" y="144"> | ||
78 | <point/> | ||
79 | </object> | ||
80 | <object id="7" name="boney_lineup" type="warp" x="232" y="144"> | ||
81 | <point/> | ||
82 | </object> | ||
83 | <object id="8" name="kumatora_lineup" type="warp" x="264" y="144"> | ||
84 | <point/> | ||
85 | </object> | ||
86 | <object id="9" name="duster_lineup" type="warp" x="280" y="144"> | ||
87 | <point/> | ||
88 | </object> | ||
89 | <object id="10" name="claus_lineup" type="warp" x="296" y="144"> | ||
90 | <point/> | ||
91 | </object> | ||
77 | </objectgroup> | 92 | </objectgroup> |
78 | <layer id="1" name="Upper" width="32" height="32"> | 93 | <layer id="1" name="Upper" width="32" height="32"> |
79 | <properties> | 94 | <properties> |