From: Ian Jackson Date: Wed, 24 Mar 2021 18:18:25 +0000 (+0000) Subject: mao: Add labels to decks X-Git-Tag: otter-0.5.0~450 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1af35f7a50188bc9d656d1f0c680c7e16dd8f95a;p=otter.git mao: Add labels to decks Signed-off-by: Ian Jackson --- diff --git a/specs/mao.game.toml b/specs/mao.game.toml index c39674a3..57c4b3fa 100644 --- a/specs/mao.game.toml +++ b/specs/mao.game.toml @@ -10,6 +10,8 @@ pos = [136,115] type = "PickupDeck" faces = ["lightblue", "grey"] edges = ["black", "white"] +label.colour = "black" +label.place = "BottomLeftOutside" shape.type = "Rectangle" shape.xy = [25,30] @@ -18,6 +20,8 @@ pos = [162,115] type = "PickupDeck" faces = ["lightblue", "grey"] edges = ["black", "white"] +label.colour = "black" +label.place = "BottomLeftOutside" shape.type = "Rectangle" shape.xy = [25,30] @@ -26,6 +30,8 @@ pos = [150,84] type = "PickupDeck" faces = ["lightblue", "grey"] edges = ["black", "white"] +label.place = "TopLeftOutside" +label.colour = "black" shape.type = "Rectangle" shape.xy = [25,30]