From eefb0287264328abe4e40bd0bc49deed7b9afbd7 Mon Sep 17 00:00:00 2001 From: Matt Boch Date: Thu, 6 Sep 2018 15:16:56 -0400 Subject: [PATCH] choice blocks are hexagons --- Docs/fungus_docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/fungus_docs/glossary.md b/Docs/fungus_docs/glossary.md index 5c508ea7..23b16112 100644 --- a/Docs/fungus_docs/glossary.md +++ b/Docs/fungus_docs/glossary.md @@ -55,7 +55,7 @@ A true/false variable. **Branching block**: A Block that is **not** an Event Block, and causes execution of 2 or more other Blocks. -Note: Branching Blocks are displayed as an orange polygon in the Flowchart window. +Note: Branching Blocks are displayed as an orange hexagon in the Flowchart window. ![branching block](./images/001_3_block_types/2_branching_block.png "branching block")