From: Ian Jackson Date: Sun, 24 Apr 2022 15:45:01 +0000 (+0100) Subject: demo game: Give the dice descriptions X-Git-Tag: otter-1.1.0~460 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=642f25411206e7bb6cfc76da0dbb02d332444a13;p=otter.git demo game: Give the dice descriptions Signed-off-by: Ian Jackson --- diff --git a/specs/demo.game.toml b/specs/demo.game.toml index 173758fd..257eb4b0 100644 --- a/specs/demo.game.toml +++ b/specs/demo.game.toml @@ -75,6 +75,7 @@ image.faces = ["#ccccff", "#ccffcc"] pos = [140, 15] type = "Die" labels = 6 +desc = "a pink die" occult.ilk = "d6-pink" occult.label = "?" image.type = "Rect" @@ -85,6 +86,7 @@ image.faces = ["#ff8888"] [[pieces]] pos = [125, 15] type = "Die" +desc = "a red die" labels = 6 occult.ilk = "d6-red" occult.label = "?"