Mention in README.md the need for the iftex package and how to get it.
[ibg.git] / figures / heidiobj1.diag
1 // 1. At the start of the game
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 -> P;
20     F  -> B;
21     C  -> N, T;
22     TT -> TB;
23 }