fantasy-console/cart_unpacked.json

10 lines
315 B
JSON
Raw Normal View History

2023-05-01 18:42:55 -07:00
[
{
"sheet_type": "code",
2023-05-05 11:52:08 -07:00
"value": "x = code_sheet(1);\nreturn {\n\tinit: () => {y = 0},\n\tupdate: () => {\n\t\ty += speed;\n\t\tif (y > 127) {\n\t\t\ty = -6\n\t\t}\n\t},\n\tdraw: () => {\n\t\tcls();\n\t\ttxt(x, y, 'hello world')\n\t}\n}"
2023-05-02 17:06:54 -07:00
},
{
"sheet_type": "code",
2023-05-04 20:14:48 -07:00
"value": "speed = 2; return (8)"
2023-05-01 18:42:55 -07:00
}
]