From 7c6e29dc34c5d3ad1dec48635781052b3e2aa32a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 7 Apr 2021 23:39:55 +0100 Subject: [PATCH] shapelib: Fix sort order for playing cards to be actually bridge Signed-off-by: Ian Jackson --- library/cards-oxymoron.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/cards-oxymoron.toml b/library/cards-oxymoron.toml index 782ba329..0ee713ce 100644 --- a/library/cards-oxymoron.toml +++ b/library/cards-oxymoron.toml @@ -16,7 +16,7 @@ centre = [36.5, 48.5] scale = 0.25 item_suffix = "-c" -sort = "card-playing-_sc" +sort = "card-playing-c_s" desc_template = "the _desc of clubs" occulted.method = "ByBack" @@ -46,17 +46,17 @@ target = "card-back" [group.diamonds] inherit = "clubs" item_suffix = "-d" -sort = "card-playing-_sd" +sort = "card-playing-d_s" desc_template = "the _desc of diamonds" [group.hearts] inherit = "clubs" -sort = "card-playing-_sh" +sort = "card-playing-h_s" item_suffix = "-h" desc_template = "the _desc of hearts" [group.spades] inherit = "clubs" -sort = "card-playing-_ss" +sort = "card-playing-s_s" item_suffix = "-s" desc_template = "the _desc of spades" -- 2.30.2