From: Ian Jackson Date: Mon, 22 Mar 2021 02:18:50 +0000 (+0000) Subject: mao: Add some hands X-Git-Tag: otter-0.5.0~515 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=89659b1453d5e573f5c57b0ba07566a3f3c038d2;p=otter.git mao: Add some hands Signed-off-by: Ian Jackson --- diff --git a/specs/mao.game.toml b/specs/mao.game.toml index 57c0d6a2..aab3337a 100644 --- a/specs/mao.game.toml +++ b/specs/mao.game.toml @@ -19,3 +19,19 @@ prefix = "card-oxymoron-" suffix = "-h" items = ["2","3","4","5","6","7","8","9","T","J","Q","K","A"] posd = [10, 0] + +[[pieces]] +pos = [200, 40] +type = "Hand" +edge = "white" +colour = "grey" +shape.type = "Rectangle" +shape.xy = [70,30] + +[[pieces]] +pos = [200, 80] +type = "Hand" +edge = "white" +colour = "blue" +shape.type = "Rectangle" +shape.xy = [70,30]