diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-28 16:42:52 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-28 16:42:52 -0500 |
commit | 1cb8cc47c64009999f054f42f6815b05ccfc305c (patch) | |
tree | e130ea2836b9c73af8041135a33aaa089155738c /res/maps | |
parent | 01d98cb43b39fc980cf0c68abec71f8769309171 (diff) | |
download | tanetane-1cb8cc47c64009999f054f42f6815b05ccfc305c.tar.gz tanetane-1cb8cc47c64009999f054f42f6815b05ccfc305c.tar.bz2 tanetane-1cb8cc47c64009999f054f42f6815b05ccfc305c.zip |
Added (human) Ocho
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/pink_shell.tmx | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/res/maps/pink_shell.tmx b/res/maps/pink_shell.tmx index d7d90ac..12eea42 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="3"> | 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="4"> |
3 | <properties> | 3 | <properties> |
4 | <property name="music" value="are_you_gorgeous"/> | 4 | <property name="music" value="are_you_gorgeous"/> |
5 | </properties> | 5 | </properties> |
@@ -49,6 +49,18 @@ | |||
49 | <property name="script" value="go_outside"/> | 49 | <property name="script" value="go_outside"/> |
50 | </properties> | 50 | </properties> |
51 | </object> | 51 | </object> |
52 | <object id="3" name="ocho" type="sprite" x="280" y="222"> | ||
53 | <properties> | ||
54 | <property name="animation" value="../res/sprites/human_ocho_anim.txt"/> | ||
55 | <property name="collisionHeight" type="int" value="8"/> | ||
56 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
57 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
58 | <property name="collisionWidth" type="int" value="12"/> | ||
59 | <property name="interactionScript" value="talk_to_ocho"/> | ||
60 | <property name="shadow" type="bool" value="true"/> | ||
61 | </properties> | ||
62 | <point/> | ||
63 | </object> | ||
52 | </objectgroup> | 64 | </objectgroup> |
53 | <layer id="1" name="Upper" width="32" height="32"> | 65 | <layer id="1" name="Upper" width="32" height="32"> |
54 | <properties> | 66 | <properties> |