diff --git a/Custom-FTC-Blocks-(myBlocks).md b/Custom-FTC-Blocks-(myBlocks).md index 430cf79..1e9afe5 100644 --- a/Custom-FTC-Blocks-(myBlocks).md +++ b/Custom-FTC-Blocks-(myBlocks).md @@ -164,8 +164,8 @@ Again, the annotation ```@ExportToBlocks``` **must** appear immediately before e Two more optional annotation labels, not illustrated here, are: -- **heading**, such as "My Amazing myBlock" -- **color**, without quotes, just a color number. For example 155 is green, 255 is blue. Check it out! +- **heading**, such as "My Amazing myBlock". The default heading is "call Java method". +- **color**, without quotes, just a color number (hue). For example 155 is green, 255 is blue. Default is 289. Check it out! [
Return to Top](#introduction)