diff --git a/crate.md b/crate.md index 74f409f..e31f170 100644 --- a/crate.md +++ b/crate.md @@ -20,19 +20,17 @@ Move through the boxes to find and retrieve the painting. *not * - Switches the operation of a condition. Example: *while * vs. *while not * ```ghost -ww.locatePainting(Direction.Forward) ww.retrievePainting(Direction.Forward) ww.moveWW(Direction.Forward, 0) -if () { +if (ww.locatePainting(Direction.Forward)) { } for (let index = 0; index < 4; index++) { } -while (true) { +while (!(false)) { } -!(false) ``` ```package minecraft-ww1984=github:ReWrite-Media/ww1984-ts diff --git a/pxt.json b/pxt.json index 4bbe0c0..c1b0620 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "minecraft-ww1984-md", - "version": "0.0.2", + "version": "0.0.3", "dependencies": { "core": "*", "builder": "*"