diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/000-0-0.tmx | 3 | ||||
-rw-r--r-- | maps/000-0.tmx | 6 | ||||
-rw-r--r-- | maps/000-2-0.tmx | 1 | ||||
-rw-r--r-- | maps/000-2-1.tmx | 1 | ||||
-rw-r--r-- | maps/000-2-2.tmx | 1 | ||||
-rw-r--r-- | maps/000-2-3.tmx | 1 |
6 files changed, 8 insertions, 5 deletions
diff --git a/maps/000-0-0.tmx b/maps/000-0-0.tmx index 41b48d0a..c8dcd6f8 100644 --- a/maps/000-0-0.tmx +++ b/maps/000-0-0.tmx @@ -2,7 +2,8 @@ <map version="1.0" orientation="orthogonal" width="44" height="44" tilewidth="32" tileheight="32"> <properties> <property name="actorsfix" value="1"/> - <property name="music" value="Artis indoor - In the Forest of the Birches.ogg"/> + <property name="minimap" value="graphics/minimaps/000-0-0.png"/> + <property name="music" value=""/> </properties> <tileset firstgid="1" name="Ship-indoor" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Indoor/Ship-indoor.png" width="256" height="512"/> diff --git a/maps/000-0.tmx b/maps/000-0.tmx index 3925c787..fa2983d3 100644 --- a/maps/000-0.tmx +++ b/maps/000-0.tmx @@ -3,7 +3,8 @@ <properties> <property name="license" value="CC BY-NC-ND"/> <property name="manaplus version" value="1"/> - <property name="music" value="Artis - The Adventure Begins.ogg"/> + <property name="minimap" value="graphics/minimaps/000-0.png"/> + <property name="music" value=""/> </properties> <tileset firstgid="1" name="Water" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Water.png" width="512" height="512"/> @@ -50,10 +51,7 @@ <property name="dest_y" value="864"/> </properties> </object> - <object name="ezili-ocean-sounds.ogg" type="music" x="121" y="2626" width="5057" height="937"/> <object x="4024" y="3516"/> - <object name="Ezili - Ocean sounds.ogg" type="music" x="3044" y="2364" width="2124" height="252"/> - <object name="Ezili - Ocean sounds.ogg" type="music" x="3908" y="1248" width="1256" height="1104"/> <object name="Ezili - Ocean sounds.ogg" type="music" x="96" y="96" width="1312" height="1312"/> </objectgroup> </map> diff --git a/maps/000-2-0.tmx b/maps/000-2-0.tmx index d44e1107..9ff32ab2 100644 --- a/maps/000-2-0.tmx +++ b/maps/000-2-0.tmx @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="52" height="53" tilewidth="32" tileheight="32"> <properties> + <property name="minimap" value="graphics/minimaps/000-2-0.png"/> <property name="music" value="Artis indoor - In the Forest of the Birches.ogg"/> </properties> <tileset firstgid="1" name="Ship-indoor" tilewidth="32" tileheight="32"> diff --git a/maps/000-2-1.tmx b/maps/000-2-1.tmx index 6b6deb4b..2b0a004c 100644 --- a/maps/000-2-1.tmx +++ b/maps/000-2-1.tmx @@ -2,6 +2,7 @@ <map version="1.0" orientation="orthogonal" width="83" height="59" tilewidth="32" tileheight="32"> <properties> <property name="actorsfix" value="1"/> + <property name="minimap" value="graphics/minimaps/000-2-1.png"/> <property name="music" value="Artis indoor - In the Forest of the Birches.ogg"/> </properties> <tileset firstgid="1" name="Ship-indoor" tilewidth="32" tileheight="32"> diff --git a/maps/000-2-2.tmx b/maps/000-2-2.tmx index 6427c594..79b4533c 100644 --- a/maps/000-2-2.tmx +++ b/maps/000-2-2.tmx @@ -2,6 +2,7 @@ <map version="1.0" orientation="orthogonal" width="70" height="62" tilewidth="32" tileheight="32"> <properties> <property name="actorsfix" value="1"/> + <property name="minimap" value="graphics/minimaps/000-2-2.png"/> <property name="music" value="Artis indoor - In the Forest of the Birches.ogg"/> </properties> <tileset firstgid="1" name="Ship-indoor" tilewidth="32" tileheight="32"> diff --git a/maps/000-2-3.tmx b/maps/000-2-3.tmx index 81bc7c30..d370c567 100644 --- a/maps/000-2-3.tmx +++ b/maps/000-2-3.tmx @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="52" height="53" tilewidth="32" tileheight="32"> <properties> + <property name="minimap" value="graphics/minimaps/000-2-3.png"/> <property name="music" value="Artis indoor - In the Forest of the Birches.ogg"/> </properties> <tileset firstgid="1" name="Ship-indoor" tilewidth="32" tileheight="32"> |