diff --git a/sprites/README.md b/sprites/README.md index 43cdb1598..1c2f0c205 100644 --- a/sprites/README.md +++ b/sprites/README.md @@ -1,4 +1,12 @@ # Files * `abcd.aseprite`: Indexed, 32x32, four layers ("a", "b", "c", "d") -* `1empty3.aseprite`: RGB, 32x32, two layers ("fg", "bg"), 2nd frame completelly empty, two tags ("a", "b") +* `1empty3.aseprite`: RGB, 32x32, two layers ("fg", "bg"), 2nd frame + completelly empty, two tags ("a", "b") +* `groups2.aseprite`: Indexed, 8x8, two groups ("items", "player"), + two layers per group ("items/gun", "items/sword", "player/head", + "player/body"), with one layer hidden ("items/gun"). +* `groups3abc.aseprite`: RGB, 9x11, three groups ("a", "b", "c"), with + three layers each one (called "a", "b", "c" too). There is a + combination of visibilities ("b/b", "c", "c/a", and "c/b" are + hidden). diff --git a/sprites/groups2.aseprite b/sprites/groups2.aseprite new file mode 100644 index 000000000..4310c50f4 Binary files /dev/null and b/sprites/groups2.aseprite differ diff --git a/sprites/groups3abc.aseprite b/sprites/groups3abc.aseprite new file mode 100644 index 000000000..baced9349 Binary files /dev/null and b/sprites/groups3abc.aseprite differ