diff --git a/tests/rsrc/bundles/tiles/objects/bundle.xml b/tests/rsrc/bundles/tiles/objects/bundle.xml index ddce16598..7f0b8c2be 100644 --- a/tests/rsrc/bundles/tiles/objects/bundle.xml +++ b/tests/rsrc/bundles/tiles/objects/bundle.xml @@ -1,5 +1,5 @@ - + @@ -14,5 +14,86 @@ 4, 3, 4, 3 3, 4, 3, 4 + + + tavern.png + 289 + 291 + 4 + 3, 3 + 7, 0 + 3, 6, 3, 6 + 6, 3, 6, 3 + + + + bush.png + 150 + 150 + 4 + 0, 0 + 0, 0 + 2, 2, 2, 2 + 2, 2, 2, 2 + 75, 75, 75, 75 + 140, 140, 140, 140 + + + + chest_extra.png + 150 + 150 + 4 + 0, 0 + 0, 0 + 2, 3, 2, 3 + 3, 2, 3, 2 + + + + chest_gold.png + 130 + 130 + 4 + 0, 0 + 0, 0 + 2, 2, 2, 2 + 2, 2, 2, 2 + + + + things.png + 60 + 60 + 4 + 0, 0 + 0, 0 + 1, 1, 1, 1 + 1, 1, 1, 1 + + + + table.png + 189 + 189 + 4 + 0, 0 + 0, 0 + 3, 3, 3, 3 + 3, 3, 3, 3 + + + + tree.png + 300 + 300 + 4 + 0, 0 + 0, 0 + 2, 2, 2, 2 + 2, 2, 2, 2 + 145, 155, 150, 145 + 300, 300, 300, 300 + diff --git a/tests/rsrc/bundles/tiles/objects/bush.png b/tests/rsrc/bundles/tiles/objects/bush.png new file mode 100644 index 000000000..f38523ece Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/bush.png differ diff --git a/tests/rsrc/bundles/tiles/objects/chest_extra.png b/tests/rsrc/bundles/tiles/objects/chest_extra.png new file mode 100644 index 000000000..a50ccd789 Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/chest_extra.png differ diff --git a/tests/rsrc/bundles/tiles/objects/chest_gold.png b/tests/rsrc/bundles/tiles/objects/chest_gold.png new file mode 100644 index 000000000..9903ddf20 Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/chest_gold.png differ diff --git a/tests/rsrc/bundles/tiles/objects/table.png b/tests/rsrc/bundles/tiles/objects/table.png new file mode 100644 index 000000000..8796a22a3 Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/table.png differ diff --git a/tests/rsrc/bundles/tiles/objects/tavern.png b/tests/rsrc/bundles/tiles/objects/tavern.png new file mode 100644 index 000000000..2e47dc78c Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/tavern.png differ diff --git a/tests/rsrc/bundles/tiles/objects/tree.png b/tests/rsrc/bundles/tiles/objects/tree.png new file mode 100644 index 000000000..634080b6f Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/tree.png differ