Change say to print.

This commit is contained in:
Sam El-Husseini 2017-08-07 21:50:45 -07:00
parent 8736d32f09
commit b0944ba431

View File

@ -92,7 +92,7 @@ namespace screen {
* @param x the starting position's x coordinate, eg: 0 * @param x the starting position's x coordinate, eg: 0
* @param y the starting position's x coordinate, eg: 0 * @param y the starting position's x coordinate, eg: 0
*/ */
//% blockId=screen_drawText block="say %text| at x: %x| y: %y" //% blockId=screen_drawText block="print %text| at x: %x| y: %y"
//% weight=99 group="Screen" blockNamespace=output inlineInputMode="inline" //% weight=99 group="Screen" blockNamespace=output inlineInputMode="inline"
export function drawText(text: string, x: number, y: number, mode = Draw.Normal) { export function drawText(text: string, x: number, y: number, mode = Draw.Normal) {
x |= 0 x |= 0