Able to eval js with my scope!

This commit is contained in:
dylan
2023-05-01 18:42:55 -07:00
parent 5d742d5964
commit a7b675d541
7 changed files with 67 additions and 4 deletions

6
cart_unpacked.json Normal file
View File

@ -0,0 +1,6 @@
[
{
"sheet_type": "code",
"value": "return {init: () => {}, update: () => {}, draw: () => {clearScreen(); drawText(0, 0, 'hello world')}}"
}
]