Pulling in Pygments' lexer for Inform6 in preparation for modification.
[ibg.git] / figures / heidiobj7.diag
1 // 7. The player types: ``UP``
2
3 blockdiag {
4     default_shape = roundedbox;
5     orientation = portrait;
6     node_width = 80;
7
8     BC [label = "before_\ncottage"];
9     F  [label = "forest"];
10     C  [label = "clearing"];
11     TT [label = "top_of_\ntree"];
12
13     P  [label = "player"];
14     B  [label = "bird"];
15     N  [label = "nest"];
16     T  [label = "tree"];
17     TB [label = "branch"];
18
19     BC;
20     F;
21     C  -> T;
22     TT -> P -> N -> B;
23     TT -> TB;
24 }