From 0aa03a2a048eae4abb434495d7c914183d9a744c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 16 Apr 2022 21:03:22 +0100 Subject: [PATCH] dice test: demo game: Add a demo die with occultation label This lets us test how they occult. It turns out, not particularly well... Signed-off-by: Ian Jackson --- specs/demo.game.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specs/demo.game.toml b/specs/demo.game.toml index 8fa653ec..32c6a7aa 100644 --- a/specs/demo.game.toml +++ b/specs/demo.game.toml @@ -69,3 +69,14 @@ image.type = "Rect" image.size = [10] image.edges = ["black","black"] image.faces = ["#ccccff", "#ccffcc"] + +[[pieces]] +pos = [155, 15] +type = "Die" +labels = 6 +occ.ilk = "d6-pink" +occ.label = "?" +image.type = "Rect" +image.size = [10] +image.edges = ["black"] +image.faces = ["#ff8888"] -- 2.30.2