12 lines
No EOL
560 B
Markdown
12 lines
No EOL
560 B
Markdown
{{{
|
|
"planted": "10/18/2020",
|
|
"repotted": "1/4/2026",
|
|
"nobreak": "true"
|
|
}}}
|
|
|
|
* The #pico8 native map editor wasn't quite scaling to my needs, so I decided it was time to make some tooling for my engine. Now I can do more complicated maps quicker, without leaving PICO-8!
|
|
(Buttons are from @tommulgrew's #IMGUI cart, which let me prototype way easier!)
|
|
|
|

|
|
|
|
* Sorry, I forgot to link the GUI library! you can find it here, if you're interested: [https://lexaloffle.com/bbs/?tid=35889](https://lexaloffle.com/bbs/?tid=35889) |