Lesley [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=73786 Pico Paint <p> <table><tr><td> <a href="/bbs/?pid=124601#p"> <img src="/bbs/thumbs/pico8_picopainter-6.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=124601#p"> picopainter</a><br><br> by <a href="/bbs/?uid=73786"> Lesley</a> <br><br><br> <a href="/bbs/?pid=124601#p"> [Click to Play]</a> </td></tr></table> </p> <p>Github repo here -&gt; <a href="https://github.com/lesleyrs/pico-paint">https://github.com/lesleyrs/pico-paint</a></p> <p>This is my first completed cartridge, made for people who don't like clicking or want to try something new.</p> <p>It allows you to paint, copy, and paste 8x8 pixel art into pico-8 games without requiring a mouse.</p> <h3>Key shortcuts:</h3> <ul> <li>arrow keys to move</li> <li><code>x</code> to paint</li> <li><code>c</code> + <code>up</code> or <code>down</code> to change active colour</li> <li><code>c</code> + <code>left</code> to turn background colour into active colour</li> <li><code>c</code> + <code>right</code> to change move delay</li> <li><code>enter</code> for the other settings</li> </ul> <p>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 <code>ctrl-c</code> after pressing copy in menu, and <code>ctrl-v</code> before you press paste in menu. try: <table><tr><td width=32> <img src="https://www.lexaloffle.com/bbs/gfxc/73786_4.png" width=32 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73786_4"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73786_4.txt", function (retdata){ var el = document.getElementById("gfxcode_73786_4"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [8x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73786_4" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> without extra characters or it won't load.</p> https://www.lexaloffle.com/bbs/?tid=51270 https://www.lexaloffle.com/bbs/?tid=51270 Fri, 20 Jan 2023 20:11:07 UTC extcmd(&quot;rec&quot;) does not show message <p>Small issue, but ctrl-8 and extcmd(&quot;rec&quot;) should work the same. Yet when you use the latter you don't get a message saying &quot;set video starting point&quot; pop up. It still works though, just hard to tell if it started.</p> https://www.lexaloffle.com/bbs/?tid=51195 https://www.lexaloffle.com/bbs/?tid=51195 Mon, 16 Jan 2023 01:46:34 UTC