From: Ian Jackson Date: Sun, 24 Apr 2022 15:35:14 +0000 (+0100) Subject: demo game: Make the 2-sided die a disc X-Git-Tag: otter-1.1.0~463 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8946eb5f4fcc4a5d29624a110bc7db229ff56b26;p=otter.git demo game: Make the 2-sided die a disc Signed-off-by: Ian Jackson --- diff --git a/specs/demo.game.toml b/specs/demo.game.toml index f6881465..173758fd 100644 --- a/specs/demo.game.toml +++ b/specs/demo.game.toml @@ -65,8 +65,9 @@ item = "chess-b-P" pos = [155, 15] type = "Die" labels = ["A", "B"] -image.type = "Rect" -image.size = [10] +image.type = "Disc" +image.diam = 12 +circle_scale = 0.833 image.edges = ["black","black"] image.faces = ["#ccccff", "#ccffcc"]