diff --git a/tests/rsrc/config/miso/tilesets.xml b/tests/rsrc/config/miso/tilesets.xml index 6163e924d..dd8c48a57 100644 --- a/tests/rsrc/config/miso/tilesets.xml +++ b/tests/rsrc/config/miso/tilesets.xml @@ -1,6 +1,6 @@ - + @@ -34,7 +34,7 @@ - Character + Red Character 1003 media/miso/tiles/character.png 94, 94, 94, 94, 94, 94, 94, 94 @@ -44,6 +44,28 @@ 39, 18 + + Yellow Character + 1005 + media/miso/tiles/character-yellow.png + 94, 94, 94, 94, 94, 94, 94, 94 + 94, 94, 94, 94, 94, 94, 94, 94 + 8, 8, 8, 8, 8, 8, 8, 8 + 52, 51 + 39, 18 + + + + Black Character + 1006 + media/miso/tiles/character-black.png + 94, 94, 94, 94, 94, 94, 94, 94 + 94, 94, 94, 94, 94, 94, 94, 94 + 8, 8, 8, 8, 8, 8, 8, 8 + 52, 51 + 39, 18 + + Sample 1004 diff --git a/tests/rsrc/media/miso/tiles/character-black.png b/tests/rsrc/media/miso/tiles/character-black.png new file mode 100644 index 000000000..8b757bdc3 Binary files /dev/null and b/tests/rsrc/media/miso/tiles/character-black.png differ diff --git a/tests/rsrc/media/miso/tiles/character-yellow.png b/tests/rsrc/media/miso/tiles/character-yellow.png new file mode 100644 index 000000000..0c6fcd623 Binary files /dev/null and b/tests/rsrc/media/miso/tiles/character-yellow.png differ