-
Notifications
You must be signed in to change notification settings - Fork 3
Echo Module
Matthew Kelly edited this page Jun 28, 2016
·
2 revisions
Just a fun module, this will just output whatever text you supply to it to the console - you know, like actually calling echo~
Key | Type | Description | Values |
---|---|---|---|
text | string | Some text to output to the console | - |
The following is an example of using the echo type in a paint section:
{
"paint": [
{
"type": "echo",
"text": "Hello, world!"
}
]
}
This will output the Hello, world!
text to the console, because why not? :D
The erase section is identical to the paint section.