-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.dev
More file actions
105 lines (105 loc) · 2.15 KB
/
Copy pathproject.dev
File metadata and controls
105 lines (105 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"metadata": {
"name": "developi_project",
"version": "1.0",
"developi_version": "1.0",
"created_at": "",
"modified_at": "",
"block_count": 4,
"connection_count": 4,
"description": ""
},
"canvas": {
"zoom": 1.0,
"view_offset_x": 0.0,
"view_offset_y": 0.0,
"grid_size": 20.0,
"grid_visible": true
},
"blocks": [
{
"id": 0,
"block_name": "Allocate Memory",
"category": "Memory",
"position_x": 340.0,
"position_y": 160.0,
"size_x": 200.0,
"size_y": 100.0,
"custom_code": "[\"1024\"]"
},
{
"id": 1,
"block_name": "Write Memory",
"category": "Memory",
"position_x": 600.0,
"position_y": 320.0,
"size_x": 200.0,
"size_y": 100.0,
"custom_code": "[\"0\",\"Nice one\"]"
},
{
"id": 3,
"block_name": "Read Memory",
"category": "Memory",
"position_x": 900.0,
"position_y": 280.0,
"size_x": 200.0,
"size_y": 100.0,
"custom_code": "[\"0\",\"16\"]"
},
{
"id": 4,
"block_name": "Print",
"category": "Debug",
"position_x": 1140.0,
"position_y": 180.0,
"size_x": 200.0,
"size_y": 100.0,
"custom_code": "[\"Hello from developi\"]"
}
],
"connections": [
{
"id": 0,
"from_block_id": 0,
"from_port": "0",
"to_block_id": 1,
"to_port": "0"
},
{
"id": 1,
"from_block_id": 1,
"from_port": "0",
"to_block_id": 3,
"to_port": "1"
},
{
"id": 2,
"from_block_id": 3,
"from_port": "0",
"to_block_id": 4,
"to_port": "0"
},
{
"id": 3,
"from_block_id": 0,
"from_port": "0",
"to_block_id": 3,
"to_port": "0"
}
],
"variables": [],
"sensory": {
"ambient_sound_path": null,
"block_place_sound_path": null,
"execution_start_sound_path": null,
"execution_complete_sound_path": null,
"error_sound_path": null,
"connection_sound_path": null,
"disconnect_sound_path": null,
"master_volume": 0.7,
"ambient_volume": 0.3,
"sfx_volume": 0.8,
"muted": false
}
}