diff options
-rw-r--r-- | graphics/sprites/Makefile.am | 2 | ||||
-rw-r--r-- | graphics/tiles/Makefile.am | 13 | ||||
-rw-r--r-- | maps/Makefile.am | 3 | ||||
-rw-r--r-- | maps/new_13-1.tmx.gz | bin | 0 -> 3769 bytes |
4 files changed, 12 insertions, 6 deletions
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 Binary files differnew file mode 100644 index 00000000..1a8376cd --- /dev/null +++ b/maps/new_13-1.tmx.gz |