diff options
Diffstat (limited to 'maps/032-3.tmx')
-rw-r--r-- | maps/032-3.tmx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maps/032-3.tmx b/maps/032-3.tmx index 229c7a86..9734fced 100644 --- a/maps/032-3.tmx +++ b/maps/032-3.tmx @@ -1,6 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd"> <map version="1.0" orientation="orthogonal" width="160" height="100" tilewidth="32" tileheight="32"> + <properties> + <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> + <property name="name" value="Cave"/> + <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> + <property name="overlay0keepratio" value="true"/> + </properties> <tileset firstgid="1" name="set_cave" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/set_cave.png" width="256" height="256"/> </tileset> |