From: Ian Jackson Date: Fri, 15 Apr 2022 12:46:53 +0000 (+0100) Subject: dice: Add a test die to the demo game X-Git-Tag: otter-1.1.0~563 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5877e59b8a53f0991a241d3b869045bd111c9ae5;p=otter.git dice: Add a test die to the demo game Signed-off-by: Ian Jackson --- diff --git a/specs/demo.game.toml b/specs/demo.game.toml index 5d2e9038..0ab923a4 100644 --- a/specs/demo.game.toml +++ b/specs/demo.game.toml @@ -60,3 +60,11 @@ pos = [160,30] type = "Lib" lib = "wikimedia" item = "chess-b-P" + +[[pieces]] +pos = [140, 30] +type = "Die" +image.type = "Rect" +image.size = [10] +image.edges = ["black","black"] +image.faces = ["#ccccff", "#ccffcc"]