Allow compilation by using cdn
This commit is contained in:
1
carts/tmp/pa6.fx
Normal file
1
carts/tmp/pa6.fx
Normal file
File diff suppressed because one or more lines are too long
1
carts/tmp/pa7.fx
Normal file
1
carts/tmp/pa7.fx
Normal file
File diff suppressed because one or more lines are too long
1
carts/tmp/playingaround.fx
Normal file
1
carts/tmp/playingaround.fx
Normal file
@ -0,0 +1 @@
|
||||
[{"sheet_type":"code","value":"\nx = 0;\nbool = true;\nstring = \"hi\";\n\nreturn {\n\tinit() {\n\t\t// init\n\t},\n\tupdate() {\n\t\t// update\n\t},\n\tdraw() {\n\t\t// draw\n\t\tcls();\n\t\ttxt(20, 20, \"hello, world\");\n\t}\n}"},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null}]
|
1
carts/tmp/playingaround2.fx
Normal file
1
carts/tmp/playingaround2.fx
Normal file
@ -0,0 +1 @@
|
||||
[{"sheet_type":"code","value":"\nx = 0;\nbool = true;\nstring = \"hi\";\ntext = code(1);\n\nreturn {\n\tinit() {\n\t\t// init\n\t},\n\tupdate() {\n\t\t// update\n\t},\n\tdraw() {\n\t\t// draw\n\t\tcls();\n\t\ttxt(20, 20, text);\n\t}\n}"},{"sheet_type":"code","value":"return \"hi from sheet 01.\";"},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null},{"sheet_type":"none","value":null}]
|
1
carts/tmp/playingaround3.fx
Normal file
1
carts/tmp/playingaround3.fx
Normal file
File diff suppressed because one or more lines are too long
1
carts/tmp/playingaround4.fx
Normal file
1
carts/tmp/playingaround4.fx
Normal file
File diff suppressed because one or more lines are too long
1
carts/tmp/playingaround5.fx
Normal file
1
carts/tmp/playingaround5.fx
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user