Add description to constants
This commit is contained in:
parent
96e2184a24
commit
932490ec18
|
@ -86,5 +86,8 @@ export const descriptions: Record<string, string> = {
|
||||||
`,
|
`,
|
||||||
incrementor: `
|
incrementor: `
|
||||||
Outputs the input + 1
|
Outputs the input + 1
|
||||||
|
`,
|
||||||
|
constant: `
|
||||||
|
Outputs a numeric constant configured (like any other property) by right-clicking the component
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue