From: Ian Jackson Date: Sat, 3 Apr 2021 17:31:31 +0000 (+0100) Subject: mao: Put hands in the right Z order X-Git-Tag: otter-0.5.0~230 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=edb84ea96dfe2a68d219d61c6148084a0e96b7de;p=otter.git mao: Put hands in the right Z order Signed-off-by: Ian Jackson --- diff --git a/specs/mao.game.toml b/specs/mao.game.toml index 2346340c..27b80ded 100644 --- a/specs/mao.game.toml +++ b/specs/mao.game.toml @@ -42,68 +42,6 @@ shape.type = "Rect" shape.xy = [25,30] - -[[pieces]] -pos = [150, 84] -type = "LibList" -lib = "wikimedia" -prefix = "card-" -items = [ - "bellot-joker-black", "bellot-joker-black", "rainbow", - "bellot-joker-black", "bellot-joker-black", "rainbow", -] -posd = [0, 0] - - -[[pieces]] -pos = [150, 84] -type = "LibList" -lib = "cards-oxymoron" -prefix = "card-oxymoron-" -suffix = "-c" -items = [ - "2","3","4","5","6","7","8","9","T","J","Q","K","A", - "2","3","4","5","6","7","8","9","T","J","Q","K","A", -] -posd = [0, 0] - -[[pieces]] -pos = [150, 84] -type = "LibList" -lib = "cards-oxymoron" -prefix = "card-oxymoron-" -suffix = "-d" -items = [ - "2","3","4","5","6","7","8","9","T","J","Q","K","A", - "2","3","4","5","6","7","8","9","T","J","Q","K","A", -] -posd = [0, 0] - -[[pieces]] -pos = [150, 84] -type = "LibList" -lib = "cards-oxymoron" -prefix = "card-oxymoron-" -suffix = "-h" -items = [ - "2","3","4","5","6","7","8","9","T","J","Q","K","A", - "2","3","4","5","6","7","8","9","T","J","Q","K","A", -] -posd = [0, 0] - -[[pieces]] -pos = [150, 84] -type = "LibList" -lib = "cards-oxymoron" -prefix = "card-oxymoron-" -suffix = "-s" -items = [ - "2","3","4","5","6","7","8","9","T","J","Q","K","A", - "2","3","4","5","6","7","8","9","T","J","Q","K","A", -] -posd = [0, 0] - - [[pieces]] pos = [50, 20] colour = "brown" @@ -223,3 +161,65 @@ edge = "darkgrey" edge_width = 1.0 shape.type = "Rect" shape.xy = [97,25] + + + +[[pieces]] +pos = [150, 84] +type = "LibList" +lib = "wikimedia" +prefix = "card-" +items = [ + "bellot-joker-black", "bellot-joker-black", "rainbow", + "bellot-joker-black", "bellot-joker-black", "rainbow", +] +posd = [0, 0] + + +[[pieces]] +pos = [150, 84] +type = "LibList" +lib = "cards-oxymoron" +prefix = "card-oxymoron-" +suffix = "-c" +items = [ + "2","3","4","5","6","7","8","9","T","J","Q","K","A", + "2","3","4","5","6","7","8","9","T","J","Q","K","A", +] +posd = [0, 0] + +[[pieces]] +pos = [150, 84] +type = "LibList" +lib = "cards-oxymoron" +prefix = "card-oxymoron-" +suffix = "-d" +items = [ + "2","3","4","5","6","7","8","9","T","J","Q","K","A", + "2","3","4","5","6","7","8","9","T","J","Q","K","A", +] +posd = [0, 0] + +[[pieces]] +pos = [150, 84] +type = "LibList" +lib = "cards-oxymoron" +prefix = "card-oxymoron-" +suffix = "-h" +items = [ + "2","3","4","5","6","7","8","9","T","J","Q","K","A", + "2","3","4","5","6","7","8","9","T","J","Q","K","A", +] +posd = [0, 0] + +[[pieces]] +pos = [150, 84] +type = "LibList" +lib = "cards-oxymoron" +prefix = "card-oxymoron-" +suffix = "-s" +items = [ + "2","3","4","5","6","7","8","9","T","J","Q","K","A", + "2","3","4","5","6","7","8","9","T","J","Q","K","A", +] +posd = [0, 0]