12 lines
No EOL
458 B
Markdown
12 lines
No EOL
458 B
Markdown
{{{
|
|
"planted": "9/22/2020",
|
|
"repotted": "1/4/2026",
|
|
"nobreak": "true"
|
|
}}}
|
|
|
|
* It's dangerous to go alone. Take this.
|
|
#pico8 (more below)
|
|
|
|

|
|
|
|
* I've got a basic weapon framework going! now to make a big decision: should I try and implement a weapon arsenal similar to quake and doom (multiple weapons + switching anytime)? This is more difficult because the pico-8 controller only has 2 buttons, which are already mapped. |