From e87515fe8122dfe1a68a568e2f9cd1cdd5bc16e4 Mon Sep 17 00:00:00 2001 From: kts of kettek Date: Fri, 26 Apr 2024 03:18:06 -0700 Subject: [PATCH] Adjust README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f337c5f..c901c5e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Staxie -This is a sprite/pixel editor designed to be used to create **sprite stacks**. Sprite stacks are simply 2D layers that make up a pseudo-3D object by rendering each 2D layer at a slight vertical offset, thereby creating the illusion of depth. This sprite stack can then be rotated, shaded per layer, and more. +This is a WIP sprite/pixel editor designed to be used to create **sprite stacks**. Sprite stacks are simply 2D layers that make up a pseudo-3D object by rendering each 2D layer at a slight vertical offset, thereby creating the illusion of depth. This sprite stack can then be rotated, shaded per layer, and more. ![tank sprite stack](tank.gif) +At the moment, the stack interface is still being developed, however sprite editing is functional along with sprite stack previewing. + ## Live Development To run in live development mode, run `wails dev` in the project directory. This will run a Vite development