chiark / gitweb /
mao: change deck stacking order
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Jun 2021 11:36:52 +0000 (12:36 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Jun 2021 11:36:52 +0000 (12:36 +0100)
Put the jokers on top.  That makes it easy to show them and also to
remove them if desired.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
specs/mao.game.toml

index 40ff55b0a59a24bc1a0480448f2b16cec30a352b..1cff33270113c992144b07155fc10059b41b2417 100644 (file)
@@ -54,19 +54,6 @@ item = "card-plain-back-maroon"
 {{ m::hand(pos="[ 53, 130]", colour="white" , lplace="TopLeftOutside"    ,
    edge="darkgrey", edge_width="1.0" )}}
 
-[[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",
- "bellot-joker-black", "bellot-joker-black", "rainbow",
-]
-posd = [0, 0]
-
-
 [[pieces]]
 pos = [150, 84]
 type = "LibList"
@@ -118,3 +105,15 @@ items = [
     "2","3","4","5","6","7","8","9","T","J","Q","K","A",
 ]
 posd = [0, 0]
+
+[[pieces]]
+pos = [150, 84]
+type = "LibList"
+lib = "wikimedia"
+prefix = "card-"
+items = [
+ "bellot-joker-black", "rainbow", "bellot-joker-black",
+ "bellot-joker-black", "rainbow", "bellot-joker-black",
+ "bellot-joker-black", "rainbow", "bellot-joker-black",
+]
+posd = [0, 0]