diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-10 20:16:44 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-10 20:16:44 -0500 |
commit | d9be54853910c2086013846661e0dc4a8603c20e (patch) | |
tree | 11c224f47df2e41a60025757f9dbaff5acc957f1 /res/maps | |
parent | c25ab2537cb201dc46b7c1d375dd1c12411fe85c (diff) | |
download | tanetane-d9be54853910c2086013846661e0dc4a8603c20e.tar.gz tanetane-d9be54853910c2086013846661e0dc4a8603c20e.tar.bz2 tanetane-d9be54853910c2086013846661e0dc4a8603c20e.zip |
Dark green map2 tile should be solid
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/map2.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/maps/map2.tmx b/res/maps/map2.tmx index 0f2e624..c1d2f2d 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="3"> | 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="4"> |
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"> |
@@ -9,7 +9,7 @@ | |||
9 | </tile> | 9 | </tile> |
10 | <tile id="62"> | 10 | <tile id="62"> |
11 | <properties> | 11 | <properties> |
12 | <property name="runSound" value="land"/> | 12 | <property name="solid" type="bool" value="true"/> |
13 | </properties> | 13 | </properties> |
14 | </tile> | 14 | </tile> |
15 | <tile id="63"> | 15 | <tile id="63"> |