From 642f25411206e7bb6cfc76da0dbb02d332444a13 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 Apr 2022 16:45:01 +0100 Subject: [PATCH] demo game: Give the dice descriptions Signed-off-by: Ian Jackson --- specs/demo.game.toml | 2 ++ 1 file changed, 2 insertions(+) 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 = "?" -- 2.30.2