Docs for blocktype function.
This commit is contained in:
parent
a002e1100c
commit
e0a1843de9
1 changed files with 10 additions and 0 deletions
|
@ -296,6 +296,16 @@ load(__folder + "drone.js");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//
|
||||||
|
// Creates the text out of blocks
|
||||||
|
//
|
||||||
|
// message
|
||||||
|
// string with text to be displayed
|
||||||
|
// fg
|
||||||
|
// foreground material. The material the text will be in.
|
||||||
|
// bg
|
||||||
|
// background material, optional. The negative space within the bounding box of the text.
|
||||||
|
//
|
||||||
Drone.extend('blocktype', function(message,fg,bg){
|
Drone.extend('blocktype', function(message,fg,bg){
|
||||||
|
|
||||||
this.chkpt('blocktext');
|
this.chkpt('blocktext');
|
||||||
|
|
Reference in a new issue