From: Ian Jackson Date: Sat, 16 Apr 2022 20:03:22 +0000 (+0100) Subject: dice test: demo game: Add a demo die with occultation label X-Git-Tag: otter-1.1.0~514 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0aa03a2a048eae4abb434495d7c914183d9a744c;p=otter.git 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 --- 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"]