Log In  
Follow
Lesley
Pico Paint
by
[ :: Read More :: ]

Cart #picopainter-6 | 2023-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Github repo here -> https://github.com/lesleyrs/pico-paint

This is my first completed cartridge, made for people who don't like clicking or want to try something new.

It allows you to paint, copy, and paste 8x8 pixel art into pico-8 games without requiring a mouse.

Key shortcuts:

  • arrow keys to move
  • x to paint
  • c + up or down to change active colour
  • c + left to turn background colour into active colour
  • c + right to change move delay
  • enter for the other settings

Copying and pasting is not as efficient as i'd like because of the built-in limitations of writing to and reading from clipboard. Make sure to ctrl-c after pressing copy in menu, and ctrl-v before you press paste in menu. try:
[8x8]
without extra characters or it won't load.

P#124601 2023-01-20 20:11 ( Edited 2023-01-22 23:20)

[ :: Read More :: ]

Small issue, but ctrl-8 and extcmd("rec") should work the same. Yet when you use the latter you don't get a message saying "set video starting point" pop up. It still works though, just hard to tell if it started.

P#124367 2023-01-16 01:46