Imported from Joplin

This commit is contained in:
dan
2021-10-29 14:50:40 -04:00
parent 71c1d08b0f
commit 71fc095075
90 changed files with 1844 additions and 0 deletions

17
pico-8/sprite-editor.md Normal file
View File

@@ -0,0 +1,17 @@
Sprite Editor
# Notes
- Allows 256 8x8 sprites
- Last two tabs shared with lower half of map
-
# Shortcutes
- **H/V -** Flip sprite horizontally/vertically
- **R -** Rotate clockwise
- **Q/W or -/= -** Move to the previous/next sprite
- **Shift-Q/Shift-W or _/+ -** Move one row of sprites back/forward
- **1/2 -** Move to the previous/next color
- **Arrow Keys -** - Loop
- **Mousewheel / </> -** zoom in/out
- **Space -** Pan
- **RIght Click -** Select color under Mouse
-