From b053a85bc9751ca02733ede2944f78ebb1917ea2 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Wed, 26 Jul 2006 10:33:35 +0000 Subject: Added map with inside of snow village buildings and fixed makefiles. --- graphics/sprites/Makefile.am | 2 ++ graphics/tiles/Makefile.am | 13 ++++++++----- maps/Makefile.am | 3 ++- maps/new_13-1.tmx.gz | Bin 0 -> 3769 bytes 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 maps/new_13-1.tmx.gz diff --git a/graphics/sprites/Makefile.am b/graphics/sprites/Makefile.am index 2ceffb51..67006951 100644 --- a/graphics/sprites/Makefile.am +++ b/graphics/sprites/Makefile.am @@ -21,6 +21,8 @@ sprites_DATA = \ item001.xml \ item002.png \ item002.xml \ + item003.png \ + item003.xml \ items.png \ monster0.png \ monster0.xml \ diff --git a/graphics/tiles/Makefile.am b/graphics/tiles/Makefile.am index 6c630033..4659b2f2 100644 --- a/graphics/tiles/Makefile.am +++ b/graphics/tiles/Makefile.am @@ -11,12 +11,15 @@ tiles_DATA = \ desert_x3.png \ icecave.png \ inn.png \ - mountain.png \ - Woodland_ground.png \ + mountain.png \ + snow_building.png \ + snow_x2.png \ + snow_x3.png \ + snowset.png \ + Woodland_ground.png \ Woodland_x2.png \ - Woodland_x3.png \ - snow_building.png \ - snowset.png + Woodland_x3.png + EXTRA_DIST = \ $(tiles_DATA) diff --git a/maps/Makefile.am b/maps/Makefile.am index 32fea9cb..848cfe23 100644 --- a/maps/Makefile.am +++ b/maps/Makefile.am @@ -13,7 +13,8 @@ map_DATA = \ new_9-1.tmx.gz \ new_10-1.tmx.gz \ new_11-1.tmx.gz \ - new_12-1.tmx.gz + new_12-1.tmx.gz \ + new_13-1.tmx.gz EXTRA_DIST = \ $(map_DATA) diff --git a/maps/new_13-1.tmx.gz b/maps/new_13-1.tmx.gz new file mode 100644 index 00000000..1a8376cd Binary files /dev/null and b/maps/new_13-1.tmx.gz differ -- cgit v1.2.3-70-g09d2