chiark / gitweb /
mao: Put hands in the right Z order
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 Apr 2021 17:31:31 +0000 (18:31 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Apr 2021 19:07:53 +0000 (20:07 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
specs/mao.game.toml

index 2346340c3bd020ac866aabbf562e924b79fef698..27b80ded9e3ba4591e602b9b4e0b7bdeebf6aa33 100644 (file)
@@ -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]