add new blocks
This commit is contained in:
@@ -7,6 +7,9 @@ const colours = {
|
||||
io: 60,
|
||||
procedures: 290,
|
||||
time: 140,
|
||||
text: 160,
|
||||
variables: 330,
|
||||
audio: 250,
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -88,6 +88,9 @@ export const CHILD_BLOCK_MISSING = {
|
||||
compatibleTypes: []
|
||||
}
|
||||
|
||||
|
||||
export const VARIABLE_TYPES = ['Number', 'String', 'Boolean', 'Colour'];
|
||||
|
||||
// /**
|
||||
// * Some Types have circular dependencies on their compatibilities, so add them
|
||||
// * after declaration.
|
||||
|
||||
Reference in New Issue
Block a user