From 2b969f35b164ffad9d3b8032fd77e6ec060d9a47 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Mon, 12 Dec 2005 14:37:44 +0000 Subject: Cleaned Dev-Cpp project file, added new items definitions and new maps and tilesets. --- graphics/tiles/Makefile.am | 4 +++- graphics/tiles/Woodland.png | Bin 0 -> 294433 bytes graphics/tiles/snowset.png | Bin 0 -> 44371 bytes items.xml | 14 +++++++++++--- maps/Makefile.am | 4 +++- maps/new_10-1.tmx.gz | Bin 0 -> 3260 bytes maps/new_9-1.tmx.gz | Bin 0 -> 12171 bytes 7 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 graphics/tiles/Woodland.png create mode 100644 graphics/tiles/snowset.png create mode 100644 maps/new_10-1.tmx.gz create mode 100644 maps/new_9-1.tmx.gz diff --git a/graphics/tiles/Makefile.am b/graphics/tiles/Makefile.am index 7483126c..ac11aa9b 100644 --- a/graphics/tiles/Makefile.am +++ b/graphics/tiles/Makefile.am @@ -10,7 +10,9 @@ tiles_DATA = \ desert_x2.png \ desert_x3.png \ inn.png \ - mountain.png + mountain.png \ + Woodland.png \ + snowset.png EXTRA_DIST = \ $(tiles_DATA) diff --git a/graphics/tiles/Woodland.png b/graphics/tiles/Woodland.png new file mode 100644 index 00000000..afc78693 Binary files /dev/null and b/graphics/tiles/Woodland.png differ diff --git a/graphics/tiles/snowset.png b/graphics/tiles/snowset.png new file mode 100644 index 00000000..e076e3c8 Binary files /dev/null and b/graphics/tiles/snowset.png differ diff --git a/items.xml b/items.xml index 791e5959..e7c9bb46 100644 --- a/items.xml +++ b/items.xml @@ -59,9 +59,17 @@ - + + + + + + + + + - - + + diff --git a/maps/Makefile.am b/maps/Makefile.am index bb1811fb..2bb47f10 100644 --- a/maps/Makefile.am +++ b/maps/Makefile.am @@ -9,7 +9,9 @@ map_DATA = \ new_5-1.tmx.gz \ new_6-1.tmx.gz \ new_7-1.tmx.gz \ - new_8-1.tmx.gz + new_8-1.tmx.gz \ + new_9-1.tmx.gz \ + new_10-1.tmx.gz EXTRA_DIST = \ $(map_DATA) diff --git a/maps/new_10-1.tmx.gz b/maps/new_10-1.tmx.gz new file mode 100644 index 00000000..8b34772e Binary files /dev/null and b/maps/new_10-1.tmx.gz differ diff --git a/maps/new_9-1.tmx.gz b/maps/new_9-1.tmx.gz new file mode 100644 index 00000000..121745a5 Binary files /dev/null and b/maps/new_9-1.tmx.gz differ -- cgit v1.2.3-70-g09d2