From 8cc2b415f627e2287ce385b07b224563203ba485 Mon Sep 17 00:00:00 2001 From: 8Z Date: Wed, 30 May 2012 07:56:04 +0500 Subject: Material variants for hatches. Glass tables, chairs, cabinets, chest. --- resources/buildings/Cabinet.xml | 12 +++++++ resources/buildings/Chair.xml | 12 +++++++ resources/buildings/Chest.xml | 30 +++++++++------- resources/buildings/DoorsAndFloodgates.png | Bin 15360 -> 17470 bytes resources/buildings/Hatch.xml | 56 ++++++++++++++++++++++++++--- resources/buildings/Table.xml | 26 ++++++++++++-- resources/objects.png | Bin 44123 -> 47404 bytes 7 files changed, 116 insertions(+), 20 deletions(-) diff --git a/resources/buildings/Cabinet.xml b/resources/buildings/Cabinet.xml index b0c637f..cc90a69 100644 --- a/resources/buildings/Cabinet.xml +++ b/resources/buildings/Cabinet.xml @@ -1,9 +1,21 @@ + + + + + + + + + + + + diff --git a/resources/buildings/Chair.xml b/resources/buildings/Chair.xml index 223bba1..4f44f45 100644 --- a/resources/buildings/Chair.xml +++ b/resources/buildings/Chair.xml @@ -1,9 +1,21 @@ + + + + + + + + + + + + diff --git a/resources/buildings/Chest.xml b/resources/buildings/Chest.xml index 159b734..9eee60b 100644 --- a/resources/buildings/Chest.xml +++ b/resources/buildings/Chest.xml @@ -1,26 +1,30 @@ + - + - - - - - - - + + + + + + - - + + + + + + - - + + - + diff --git a/resources/buildings/DoorsAndFloodgates.png b/resources/buildings/DoorsAndFloodgates.png index 047a70e..dfd15c9 100644 Binary files a/resources/buildings/DoorsAndFloodgates.png and b/resources/buildings/DoorsAndFloodgates.png differ diff --git a/resources/buildings/Hatch.xml b/resources/buildings/Hatch.xml index b984582..04d6662 100644 --- a/resources/buildings/Hatch.xml +++ b/resources/buildings/Hatch.xml @@ -1,7 +1,55 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/buildings/Table.xml b/resources/buildings/Table.xml index a9a127f..ec1d1ab 100644 --- a/resources/buildings/Table.xml +++ b/resources/buildings/Table.xml @@ -1,8 +1,11 @@ + - + + + @@ -33,11 +36,28 @@ - + + + + + + + + + + + + + + + + + + - + diff --git a/resources/objects.png b/resources/objects.png index 3c9c057..7557899 100644 Binary files a/resources/objects.png and b/resources/objects.png differ -- cgit v1.2.1