fantasy-console/cart_unpacked.json

10 lines
272 B
JSON
Raw Normal View History

2023-05-01 18:42:55 -07:00
[
{
"sheet_type": "code",
2023-05-02 17:06:54 -07:00
"value": "x = code_sheet(1);\nreturn {init: () => {y = 0}, update: () => {y += speed; if (y > 127) {y = -6}}, draw: () => {clear_screen(); draw_text(x, y, 'hello world')}}"
},
{
"sheet_type": "code",
"value": "speed = 2; return 8"
2023-05-01 18:42:55 -07:00
}
]