ccIDE/blocks/IDE/block_design.json
damp11113 5598295977 update 1.0.3
this version can upload code and run code from IDE and add save/load project
2024-07-13 16:04:45 +07:00

18 lines
413 B
JSON

{
"ide_addcode": {
"message0": "Add Code %1",
"args0": [
{
"type": "input_value",
"name": "CODE",
"text": "print('hello world!')"
}
],
"previousStatement": null,
"nextStatement": null,
"colour": 150,
"tooltip": "Add Code for some code is not in IDE",
"helpUrl": ""
}
}