From 5877e59b8a53f0991a241d3b869045bd111c9ae5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 15 Apr 2022 13:46:53 +0100 Subject: [PATCH] dice: Add a test die to the demo game Signed-off-by: Ian Jackson --- specs/demo.game.toml | 8 ++++++++ 1 file changed, 8 insertions(+) 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"] -- 2.30.2