darena sprites

This commit is contained in:
sejo 2021-07-24 21:53:23 -05:00
parent 5374e3b9c0
commit 83e347c188
1 changed files with 15 additions and 2 deletions

View File

@ -753,9 +753,18 @@ BRK
note that in this case, the INC-X and INC-Y macros increment each coordinate by 0008: that's the size of the tile.
# responsiveness
## flipping experiments
TODO
because the square sprite is symmetric, we can't really see the effect of flipping it.
here are the sprites of the boulder/rock and the character of {darena}:
```
@rock 3c4e 9ffd f962 3c00
@character 3c7e 5a7f 1b3c 5a18
```
i invite you to try using these sprites instead to explore how to draw them flipped in the different directions.
# designing sprites
@ -763,6 +772,10 @@ TODO
=> https://wiki.xxiivv.com/site/nasu.html nasu
# responsiveness
TODO
# drawing 2bpp sprites
TODO