12 lines
898 B
Markdown
12 lines
898 B
Markdown
{{{
|
|
"planted": "5/3/2021",
|
|
"repotted": "12/10/2021",
|
|
"nobreak": "true"
|
|
}}}
|
|
|
|
* I'm not dead! I went through major burnout on my projects and programming in general, but I thought I'd share some long overdue progress! Here's a demo of some of my map editor's live editing features, which are meant to make it as smooth as possible to create content.
|
|
#pico8
|
|
|
|

|
|
|
|
*gardener's note: god this was such a pain in the ass to program. I ended up basing the architecture off of Blender's action system, but writing it in Pico-8 wasn't easy in the slightest. Didn't help that Blender didn't have much documentation on it either--ended up having to read a lot of source code. I'm sad this was pretty much where I stopped posting progress on this stuff--this was honestly the peak of my Pico-8 programming abilities.*
|