From 07d473c51ca9e1d0f893e9d66466a1a2664586f5 Mon Sep 17 00:00:00 2001 From: Ian Burgmyer Date: Mon, 16 Sep 2019 15:31:37 -0400 Subject: [PATCH] Updated README.md. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe081e4..6a418f0 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,11 @@ At this time, DotSDL supports the following features: * Keyboard input. * Window events. * Graphics - * A single 32-bit ARGB background canvas (useful for pixel plotting). + * An arbitrary number of 32-bit ARGB background canvases (useful for pixel + plotting and backgrounds). * Sprite drawing, with support for alpha blending, world and screen space - rendering, and scaling. + rendering, rotation, flipping, and scaling. + * Configurable Z-order for all sprites and background layers. * Power * Battery state.