fantasy-console/cart_unpacked.json

6 lines
148 B
JSON
Raw Normal View History

2023-05-01 18:42:55 -07:00
[
{
"sheet_type": "code",
"value": "return {init: () => {}, update: () => {}, draw: () => {clearScreen(); drawText(0, 0, 'hello world')}}"
}
]