Adjust README
parent
8d15eb8b1c
commit
e87515fe81
|
@ -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.
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue