13 lines
248 B
JavaScript
13 lines
248 B
JavaScript
export default {
|
|
name: 'Math',
|
|
colour: 120,
|
|
contents: [
|
|
"io_math_number",
|
|
// "math_range", // may expose this later
|
|
"io_logic_compare",
|
|
"io_math_arithmetic",
|
|
"io_math_round",
|
|
"io_math_constrain",
|
|
"math_map",
|
|
]
|
|
}
|