From: Ian Jackson Date: Wed, 7 Apr 2021 22:39:55 +0000 (+0100) Subject: shapelib: Fix sort order for playing cards to be actually bridge X-Git-Tag: otter-0.5.0~131 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7c6e29dc34c5d3ad1dec48635781052b3e2aa32a;p=otter.git shapelib: Fix sort order for playing cards to be actually bridge Signed-off-by: Ian Jackson --- 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"