6 lines
148 B
JSON
6 lines
148 B
JSON
[
|
|
{
|
|
"sheet_type": "code",
|
|
"value": "return {init: () => {}, update: () => {}, draw: () => {clearScreen(); drawText(0, 0, 'hello world')}}"
|
|
}
|
|
] |