diff --git a/tests/rsrc/bundles/tiles/ground/bundle.xml b/tests/rsrc/bundles/tiles/ground/bundle.xml index 18a619889..2b11cdccc 100644 --- a/tests/rsrc/bundles/tiles/ground/bundle.xml +++ b/tests/rsrc/bundles/tiles/ground/bundle.xml @@ -1,10 +1,10 @@ - + - + cobble.png 48 64 @@ -12,7 +12,7 @@ 1, 1, 1 - + dirt.png 48 64 @@ -20,7 +20,7 @@ 1, 1, 1 - + sand.png 48 64 @@ -28,7 +28,7 @@ 1, 1, 1 - + woodplanks.png 48 64 @@ -36,7 +36,7 @@ 1, 1, 1 - + seawater.png 48 64 @@ -53,14 +53,14 @@ 8, 8, 8, 8, 8 - + seafringe.png 48 64 17 - + fringemask.png 48 64 diff --git a/tests/rsrc/bundles/tiles/objects/bag_cloth.png b/tests/rsrc/bundles/tiles/objects/bag_cloth.png new file mode 100644 index 000000000..09eebd9ae Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/bag_cloth.png differ diff --git a/tests/rsrc/bundles/tiles/objects/barrel_oak.png b/tests/rsrc/bundles/tiles/objects/barrel_oak.png new file mode 100644 index 000000000..e89c18af1 Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/barrel_oak.png differ diff --git a/tests/rsrc/bundles/tiles/objects/building.png b/tests/rsrc/bundles/tiles/objects/building.png deleted file mode 100644 index 16fca4818..000000000 Binary files a/tests/rsrc/bundles/tiles/objects/building.png and /dev/null differ diff --git a/tests/rsrc/bundles/tiles/objects/bundle.xml b/tests/rsrc/bundles/tiles/objects/bundle.xml index ba41d14be..fe77b1733 100644 --- a/tests/rsrc/bundles/tiles/objects/bundle.xml +++ b/tests/rsrc/bundles/tiles/objects/bundle.xml @@ -1,88 +1,137 @@ - + - - building.png - 224 - 293 - 4 - 2, 2 - 4, 0 - 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 + + house.png + 380 + 480 4 0, 0 0, 0 - 2, 2, 2, 2 - 2, 2, 2, 2 - 75, 75, 75, 75 - 140, 140, 140, 140 + 4, 5, 4, 5 + 5, 4, 5, 4 + 173, 205, 173, 205 + 466, 466, 466, 466 - - 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 - - - - table.png - 189 - 189 - 4 - 0, 0 - 0, 0 - 3, 3, 3, 3 - 3, 3, 3, 3 - - - - tree.png + + tree_palm.png 300 - 300 + 480 4 0, 0 0, 0 - 2, 2, 2, 2 - 2, 2, 2, 2 - 145, 155, 150, 145 - 300, 300, 300, 300 + 1, 1, 1, 1 + 1, 1, 1, 1 + 149, 149, 149, 149 + 456, 456, 456, 456 + + + + dockedge.png + 100 + 200 + 4 + 0, 0 + 0, 0 + 1, 1, 1, 1 + 1, 1, 1, 1 + 49, 49, 49, 49 + 176, 176, 176, 176 + + + + bag_cloth.png + 100 + 200 + 1 + 0, 0 + 0, 0 + 1 + 1 + 49 + 176 + + + + barrel_oak.png + 100 + 200 + 1 + 0, 0 + 0, 0 + 1 + 1 + 49 + 176 + + + + crate.png + 100 + 200 + 2 + 0, 0 + 0, 0 + 1, 1 + 1, 1 + 49, 49 + 176, 176 + + + + mooring.png + 100 + 200 + 4 + 0, 0 + 0, 0 + 1, 1, 1, 1 + 1, 1, 1, 1 + 49, 49, 49, 49 + 176, 176, 176, 176 + + + + tree_oak.png + 300 + 480 + 2 + 0, 0 + 0, 0 + 1, 1 + 1, 1 + 149, 149 + 456, 456 + + + + chest_treasure.png + 200 + 280 + 2 + 0, 0 + 0, 0 + 2, 2 + 2, 2 + 99, 99 + 245, 245 + + + + well.png + 200 + 280 + 2 + 0, 0 + 0, 0 + 2, 2 + 2, 2 + 99, 99 + 245, 245 diff --git a/tests/rsrc/bundles/tiles/objects/bush.png b/tests/rsrc/bundles/tiles/objects/bush.png deleted file mode 100644 index f38523ece..000000000 Binary files a/tests/rsrc/bundles/tiles/objects/bush.png and /dev/null differ diff --git a/tests/rsrc/bundles/tiles/objects/chest_extra.png b/tests/rsrc/bundles/tiles/objects/chest_extra.png deleted file mode 100644 index a50ccd789..000000000 Binary files a/tests/rsrc/bundles/tiles/objects/chest_extra.png and /dev/null differ diff --git a/tests/rsrc/bundles/tiles/objects/chest_gold.png b/tests/rsrc/bundles/tiles/objects/chest_gold.png deleted file mode 100644 index 9903ddf20..000000000 Binary files a/tests/rsrc/bundles/tiles/objects/chest_gold.png and /dev/null differ diff --git a/tests/rsrc/bundles/tiles/objects/chest_purse.png b/tests/rsrc/bundles/tiles/objects/chest_purse.png new file mode 100644 index 000000000..212ee1726 Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/chest_purse.png differ diff --git a/tests/rsrc/bundles/tiles/objects/chest_treasure.png b/tests/rsrc/bundles/tiles/objects/chest_treasure.png new file mode 100644 index 000000000..9bab9fb6f Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/chest_treasure.png differ diff --git a/tests/rsrc/bundles/tiles/objects/crate.png b/tests/rsrc/bundles/tiles/objects/crate.png new file mode 100644 index 000000000..f5befa890 Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/crate.png differ diff --git a/tests/rsrc/bundles/tiles/objects/dockedge.png b/tests/rsrc/bundles/tiles/objects/dockedge.png new file mode 100644 index 000000000..bf1270908 Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/dockedge.png differ diff --git a/tests/rsrc/bundles/tiles/objects/house.png b/tests/rsrc/bundles/tiles/objects/house.png new file mode 100644 index 000000000..6b96766c9 Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/house.png differ diff --git a/tests/rsrc/bundles/tiles/objects/mooring.png b/tests/rsrc/bundles/tiles/objects/mooring.png new file mode 100644 index 000000000..e11d98b9a Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/mooring.png differ diff --git a/tests/rsrc/bundles/tiles/objects/table.png b/tests/rsrc/bundles/tiles/objects/table.png deleted file mode 100644 index 8796a22a3..000000000 Binary files a/tests/rsrc/bundles/tiles/objects/table.png and /dev/null differ diff --git a/tests/rsrc/bundles/tiles/objects/tavern.png b/tests/rsrc/bundles/tiles/objects/tavern.png deleted file mode 100644 index 2e47dc78c..000000000 Binary files a/tests/rsrc/bundles/tiles/objects/tavern.png and /dev/null differ diff --git a/tests/rsrc/bundles/tiles/objects/tree.png b/tests/rsrc/bundles/tiles/objects/tree.png deleted file mode 100644 index 634080b6f..000000000 Binary files a/tests/rsrc/bundles/tiles/objects/tree.png and /dev/null differ diff --git a/tests/rsrc/bundles/tiles/objects/tree_oak.png b/tests/rsrc/bundles/tiles/objects/tree_oak.png new file mode 100644 index 000000000..eaf1d931b Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/tree_oak.png differ diff --git a/tests/rsrc/bundles/tiles/objects/tree_palm.png b/tests/rsrc/bundles/tiles/objects/tree_palm.png new file mode 100644 index 000000000..3c143b0c3 Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/tree_palm.png differ diff --git a/tests/rsrc/bundles/tiles/objects/well.png b/tests/rsrc/bundles/tiles/objects/well.png new file mode 100644 index 000000000..bb35cb9d2 Binary files /dev/null and b/tests/rsrc/bundles/tiles/objects/well.png differ diff --git a/tests/rsrc/config/miso/tile/fringeconf.xml b/tests/rsrc/config/miso/tile/fringeconf.xml index 05cc8fcfd..2a6dce673 100644 --- a/tests/rsrc/config/miso/tile/fringeconf.xml +++ b/tests/rsrc/config/miso/tile/fringeconf.xml @@ -1,5 +1,5 @@ - + - - + - - - + + + - - + + - - + + - + diff --git a/tests/rsrc/scenes/arboretum.xml b/tests/rsrc/scenes/arboretum.xml deleted file mode 100644 index 22415d404..000000000 --- a/tests/rsrc/scenes/arboretum.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - 22 - 22 - 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 720896, 720896, 720896, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433, 786433 - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 - 10, 1, 393218, 11, 3, 393219, 9, 4, 393216, 14, 5, 393218, 10, 6, 393218, 12, 7, 393216, 16, 8, 393218, 11, 9, 393219, 14, 10, 393216, 9, 11, 655361, 12, 11, 393218, 17, 11, 393218, 20, 11, 393218, 5, 12, 655362, 14, 15, 393216, 12, 16, 327683, 13, 19, 655361 - , , , , , , , , , , , , , , , , - diff --git a/tests/rsrc/scenes/idyll.xml b/tests/rsrc/scenes/idyll.xml new file mode 100644 index 000000000..3672b6b66 --- /dev/null +++ b/tests/rsrc/scenes/idyll.xml @@ -0,0 +1,10 @@ + + + + 22 + 22 + 131072, 131072, 131072, 131072, 131073, 131073, 131073, 131073, 131074, 65537, 65537, 131072, 131074, 131074, 131074, 131074, 131072, 131073, 131074, 131074, 131072, 131074, 131074, 131072, 131072, 131072, 131073, 131073, 131073, 131074, 131072, 65536, 65538, 131072, 131072, 131074, 131072, 131072, 131073, 131074, 131072, 131072, 131072, 131072, 131072, 131074, 131072, 131074, 131072, 131073, 131074, 131073, 131074, 65537, 65536, 131072, 131073, 131072, 131073, 131072, 131074, 131073, 131073, 131073, 131072, 131074, 131073, 131072, 131073, 131074, 131074, 131072, 131074, 131072, 131073, 65536, 65538, 131074, 131074, 131074, 131073, 131073, 131072, 131072, 131073, 131072, 131072, 131072, 131074, 131072, 131074, 131072, 131074, 131074, 131073, 131074, 131074, 65536, 65536, 131073, 131072, 131072, 131074, 131074, 131074, 131073, 131072, 131072, 131074, 131073, 131074, 131073, 131074, 131072, 131073, 131072, 131073, 131073, 131074, 65537, 65538, 131072, 131072, 131072, 131072, 131073, 131072, 131072, 131073, 131074, 131074, 131074, 131073, 131074, 131072, 131073, 131074, 131073, 131072, 131072, 131072, 65536, 65537, 131074, 131073, 131074, 131072, 131074, 131073, 131074, 131073, 131072, 131073, 131072, 131073, 131074, 131074, 131074, 131072, 131074, 131074, 131074, 131072, 65538, 65538, 131074, 131074, 131073, 131073, 131074, 131073, 131073, 131074, 131074, 131072, 131072, 131072, 131073, 131073, 131072, 131072, 131073, 131073, 131074, 131073, 65536, 65537, 65538, 65536, 65537, 65536, 65537, 65537, 65538, 65538, 65536, 131074, 131073, 131073, 131072, 131073, 131074, 131074, 131074, 131073, 131074, 131072, 65536, 65537, 65538, 65536, 65537, 65536, 65538, 65536, 65538, 65537, 65536, 131073, 131073, 131074, 131072, 131074, 131073, 131072, 131074, 131072, 131073, 131072, 65536, 65538, 65536, 65538, 65537, 65538, 65537, 65538, 65536, 65536, 65538, 65538, 131074, 131072, 131074, 131073, 131074, 131074, 131074, 131073, 131074, 131072, 65538, 131073, 131074, 131074, 131072, 131074, 131072, 131074, 131074, 131074, 131072, 131074, 131073, 131073, 131072, 131073, 131072, 131072, 131073, 131073, 131074, 131072, 65537, 131074, 131073, 131073, 131072, 131073, 131072, 131074, 131074, 131073, 131072, 131073, 131072, 131072, 131073, 131074, 131073, 131073, 131074, 65536, 65538, 65538, 65538, 131074, 131073, 131073, 131074, 131073, 131073, 131072, 131073, 131074, 131074, 131072, 131074, 131074, 131073, 131072, 131072, 131074, 131072, 65536, 65538, 65538, 65538, 131073, 131074, 131073, 131074, 131073, 131072, 131073, 131074, 131074, 131073, 131073, 131074, 131072, 131074, 131072, 131073, 131073, 131074, 65536, 65536, 65537, 65537, 131073, 131074, 131073, 131074, 131073, 131072, 131074, 131074, 131073, 131073, 131074, 131074, 131072, 131073, 131073, 131074, 131073, 131074, 65536, 65536, 65537, 65538, 131072, 131073, 131074, 131073, 131073, 131074, 131072, 131074, 131073, 131072, 131074, 131072, 131073, 131073, 131072, 131073, 131073, 131072, 131072, 131072, 65537, 65538, 131074, 131072, 131072, 131072, 131073, 131072, 131072, 131074, 131073, 131074, 131073, 131072, 131073, 131072, 131072, 131072, 131072, 131072, 131073, 131072, 65537, 65536, 131073, 131073, 131074, 131073, 131074, 131074, 131073, 131073, 131072, 131074, 131073, 131074, 131072, 131073, 131073, 131073, 131073, 131072, 131072, 131072, 65537, 65537, 131074, 131074, 131074, 131072, 131073, 131074, 131072, 131074, 131072, 131072, 131074, 131072, 131074, 131074, 131073, 131073, 131073, 131072, 131072, 131074, 131074, 131073, 131073, 131073, 131072, 131072, 131072, 131074, 131074, 131072, 131072, 131074, 131074, 131072, 131074, 131072, 131073, 131074, 131073, 131073, 131072, 131074, 131072, 131073, 131072, 131073, 131073, 131073, 131074, 131074, 131073, 131074, 131073, 131074, 131072, 131074 + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 + 17, 11, 851968, 16, 14, 589825, 14, 7, 917505, 13, 7, 917505, 8, 15, 1179649, 8, 13, 917505, 7, 10, 655361 + , , , , , , + diff --git a/tests/rsrc/scenes/wooded.xml b/tests/rsrc/scenes/wooded.xml new file mode 100644 index 000000000..17f46c1c1 --- /dev/null +++ b/tests/rsrc/scenes/wooded.xml @@ -0,0 +1,10 @@ + + + + 22 + 22 + 131072, 131073, 131073, 131073, 131074, 131072, 131072, 131072, 131073, 131074, 131074, 131072, 131074, 131074, 131072, 131072, 131073, 131073, 131072, 131073, 131073, 131072, 131074, 131072, 131074, 131074, 131072, 131073, 131074, 131072, 131074, 131074, 131074, 131072, 131074, 131074, 131072, 131074, 131072, 131072, 131073, 131074, 131074, 131072, 131074, 131072, 131072, 131072, 131072, 131074, 131073, 131073, 131074, 131073, 131074, 131073, 131074, 131073, 131074, 131074, 131072, 131072, 131073, 131074, 131074, 131073, 131073, 131073, 131073, 131073, 131072, 131073, 131072, 131072, 131072, 131072, 131072, 131074, 131074, 131073, 131074, 131072, 131074, 131074, 131073, 131074, 131073, 131073, 131072, 131073, 131073, 131072, 131074, 131073, 131073, 131074, 131072, 131072, 131073, 131072, 131072, 131073, 131072, 131072, 131074, 131072, 131072, 131074, 131073, 131072, 131072, 131072, 131074, 131074, 131073, 131073, 131073, 131073, 131074, 131073, 131074, 131072, 131074, 131073, 131073, 131072, 131074, 131073, 131072, 131074, 131073, 131072, 131074, 131074, 131074, 131072, 131074, 131073, 131074, 131072, 131073, 131072, 131072, 131072, 131073, 131074, 131073, 131073, 131072, 131072, 131073, 131072, 131072, 131074, 131074, 131074, 131072, 131074, 131074, 131074, 131074, 131074, 131074, 131072, 131072, 131073, 131074, 131073, 131073, 131073, 131072, 131073, 131073, 131073, 131073, 131074, 131073, 131074, 131072, 131072, 131073, 131073, 131072, 131073, 131074, 131074, 131074, 131074, 131072, 131073, 131074, 131072, 131072, 131072, 131074, 131072, 131073, 131073, 131074, 131072, 131072, 131073, 131073, 131072, 131074, 131072, 131073, 131073, 131073, 131073, 131074, 131073, 131072, 131073, 131072, 131073, 131072, 131073, 131072, 131072, 131074, 131074, 131072, 131073, 131074, 131074, 131073, 131074, 131074, 131072, 131073, 131072, 131072, 131072, 131073, 131073, 131072, 131073, 131072, 131074, 131074, 131074, 131073, 131073, 131073, 131073, 131073, 131073, 131073, 131073, 131074, 131073, 131072, 131072, 131074, 131072, 131074, 131073, 131073, 131074, 131074, 131074, 131074, 131072, 131073, 131073, 131074, 131072, 131072, 131073, 131072, 131074, 131073, 131074, 131072, 131072, 131073, 131073, 131074, 131072, 131073, 131074, 131072, 131073, 131074, 131073, 131072, 131072, 131074, 131072, 131073, 131073, 131072, 131074, 131073, 131072, 131074, 131072, 131074, 131072, 131072, 131074, 131073, 131074, 131074, 131073, 131072, 131074, 131072, 131074, 131073, 131073, 131073, 131073, 131072, 131074, 131073, 131073, 131074, 131073, 131073, 131074, 131074, 131074, 131072, 131073, 131072, 131074, 131072, 131074, 131072, 131072, 131073, 131074, 131073, 131072, 131074, 131073, 131073, 131073, 131074, 131073, 131073, 131072, 131074, 131072, 131072, 131072, 131073, 131074, 131074, 131073, 131072, 131074, 131073, 131074, 131074, 131073, 131074, 131073, 131073, 131072, 131072, 131074, 131073, 131072, 131073, 131074, 131073, 131074, 131073, 131072, 131073, 131073, 131072, 131074, 131072, 131074, 131074, 131072, 131074, 131074, 131072, 131072, 131072, 131073, 131072, 131073, 131072, 131073, 131073, 131074, 131074, 131073, 131074, 131074, 131073, 131074, 131072, 131073, 131072, 131074, 131073, 131073, 131073, 131073, 131073, 131073, 131072, 131073, 131073, 131074, 131073, 131072, 131072, 131074, 131072, 131073, 131072, 131074, 131073, 131073, 131073, 131073, 131073, 131072, 131072, 131072, 131072, 131074, 131072, 131073, 131073, 131073, 131074, 131074, 131072, 131072, 131074, 131073, 131073, 131073, 131072, 131072, 131074, 131073, 131074, 131073, 131074, 131073, 131073, 131073, 131074, 131073, 131074, 131072, 131073, 131072, 131073, 131073, 131074, 131072, 131073, 131072, 131072, 131072, 131074, 131073, 131072, 131072, 131074, 131073, 131072, 131072, 131073, 131073, 131074, 131072, 131074, 131072, 131072, 131074, 131074, 131074 + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 + 18, 10, 1048577, 18, 13, 655362, 17, 19, 655363, 17, 11, 851968, 16, 14, 1048577, 14, 11, 1048576, 13, 5, 1048577, 13, 17, 851968, 12, 18, 1048576, 12, 22, 655361, 12, 8, 1179648, 11, 13, 786432, 10, 12, 655360, 10, 11, 655362, 9, 7, 1048576, 7, 12, 851968, 6, 15, 655361, 6, 12, 655361, 5, 9, 1179649, 3, 10, 1048576 + , , , , , , , , , , , , , , , , , , , +