mirror of
https://github.com/litruv/picoGraph.git
synced 2026-07-24 10:46:06 +10:00
Add initial Pico-8 cartridges for testing
- Created test_cart.p8 with basic drawing functionality and a print statement. - Created test_unix.p8 with a simple initialization function.
This commit is contained in:
@@ -41,7 +41,7 @@ export const extcmdNode = createNodeModule(
|
||||
],
|
||||
inputs: [
|
||||
{ id: "exec_in", name: "Exec", direction: "input", kind: "exec" },
|
||||
{ id: "command", name: "Command", direction: "input", kind: "string" },
|
||||
{ id: "command", name: "Command", direction: "input", kind: "string", defaultValue: EXT_CMD_DEFAULT, options: EXT_CMD_OPTIONS },
|
||||
{ id: "param1", name: "Param 1", direction: "input", kind: "number" },
|
||||
{ id: "param2", name: "Param 2", direction: "input", kind: "number" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user