From 482329b1f2529e0174388245e523574c4cb07583 Mon Sep 17 00:00:00 2001 From: 8Z Date: Sun, 27 May 2012 22:20:13 +0500 Subject: Objects.png tweaking: Some sprites were mispositioned (cut-off pixels and such). Grayscaled cage, wall grates, and archery target. Type-based trap variants + animal trap. --- resources/buildings/AnimalTrap.xml | 5 ++++ resources/buildings/Cage.xml | 23 +++++++-------- resources/buildings/CageTrap.xml | 4 +-- resources/buildings/DoorsAndFloodgates.png | Bin 15358 -> 15360 bytes resources/buildings/Kennels.xml | 4 +-- resources/buildings/Spikes.xml | 14 ++++++--- resources/buildings/StonefallTrap.xml | 4 +-- resources/buildings/Target.xml | 46 +++++++++++++++++++++++++---- resources/buildings/WallGrate.xml | 6 ++-- resources/buildings/WeaponTrap.xml | 14 ++++++--- resources/buildings/index.txt | 1 + resources/objects.png | Bin 43552 -> 44123 bytes 12 files changed, 82 insertions(+), 39 deletions(-) create mode 100644 resources/buildings/AnimalTrap.xml diff --git a/resources/buildings/AnimalTrap.xml b/resources/buildings/AnimalTrap.xml new file mode 100644 index 0000000..b93d765 --- /dev/null +++ b/resources/buildings/AnimalTrap.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/buildings/Cage.xml b/resources/buildings/Cage.xml index 5b99131..200c50a 100644 --- a/resources/buildings/Cage.xml +++ b/resources/buildings/Cage.xml @@ -1,26 +1,23 @@ - - - + - + - + - - + + + + + - - + - - - - + diff --git a/resources/buildings/CageTrap.xml b/resources/buildings/CageTrap.xml index bd6e06a..123b0c9 100644 --- a/resources/buildings/CageTrap.xml +++ b/resources/buildings/CageTrap.xml @@ -1,7 +1,5 @@ - - - + diff --git a/resources/buildings/DoorsAndFloodgates.png b/resources/buildings/DoorsAndFloodgates.png index 2d90c3c..047a70e 100644 Binary files a/resources/buildings/DoorsAndFloodgates.png and b/resources/buildings/DoorsAndFloodgates.png differ diff --git a/resources/buildings/Kennels.xml b/resources/buildings/Kennels.xml index 7c3563b..41b4624 100644 --- a/resources/buildings/Kennels.xml +++ b/resources/buildings/Kennels.xml @@ -1,7 +1,5 @@ - - @@ -24,7 +22,7 @@ - + diff --git a/resources/buildings/Spikes.xml b/resources/buildings/Spikes.xml index d8b30a4..6df2b29 100644 --- a/resources/buildings/Spikes.xml +++ b/resources/buildings/Spikes.xml @@ -1,7 +1,13 @@ - - - - + + + \ No newline at end of file diff --git a/resources/buildings/StonefallTrap.xml b/resources/buildings/StonefallTrap.xml index 0f9eecc..b2558d7 100644 --- a/resources/buildings/StonefallTrap.xml +++ b/resources/buildings/StonefallTrap.xml @@ -1,7 +1,5 @@ - - - + diff --git a/resources/buildings/Target.xml b/resources/buildings/Target.xml index 36bf791..27a79dc 100644 --- a/resources/buildings/Target.xml +++ b/resources/buildings/Target.xml @@ -1,7 +1,43 @@ - - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/buildings/WallGrate.xml b/resources/buildings/WallGrate.xml index 3cf878f..c7d046c 100644 --- a/resources/buildings/WallGrate.xml +++ b/resources/buildings/WallGrate.xml @@ -1,7 +1,5 @@ - - @@ -10,9 +8,9 @@ - + - + diff --git a/resources/buildings/WeaponTrap.xml b/resources/buildings/WeaponTrap.xml index 4ac466a..bcd51cb 100644 --- a/resources/buildings/WeaponTrap.xml +++ b/resources/buildings/WeaponTrap.xml @@ -1,7 +1,13 @@ - - - - + + + \ No newline at end of file diff --git a/resources/buildings/index.txt b/resources/buildings/index.txt index 05105f1..f3799dc 100644 --- a/resources/buildings/index.txt +++ b/resources/buildings/index.txt @@ -27,6 +27,7 @@ Well.xml Stockpile.xml Zone.xml +AnimalTrap.xml WeaponTrap.xml StonefallTrap.xml CageTrap.xml diff --git a/resources/objects.png b/resources/objects.png index 3c812bc..3c9c057 100644 Binary files a/resources/objects.png and b/resources/objects.png differ -- cgit v1.2.1