From 4c0f215ffb8087131720ff032f85adcf7b9ae1e1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 30 Mar 2021 21:25:08 +0100 Subject: [PATCH] penultima: Add player labels to game spec Signed-off-by: Ian Jackson --- specs/penultima.game.toml | 99 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) diff --git a/specs/penultima.game.toml b/specs/penultima.game.toml index f57902d1..efc135fa 100644 --- a/specs/penultima.game.toml +++ b/specs/penultima.game.toml @@ -193,6 +193,105 @@ colour = "grey" shape.type = "Rect" shape.xy = [20,10] + +[[pieces]] +# 1 +shape.xy = [20,6] +pos = [11, 189] +type = "PlayerLabel" +colour = "lightgrey" +edge = "white" +shape.type = "Rect" +label.place = "BottomLeft" +label.colour = "black" + +[[pieces]] +# 2 +shape.xy = [20,6] +pos = [12, 190] +type = "PlayerLabel" +colour = "lightgrey" +edge = "white" +shape.type = "Rect" +label.place = "BottomLeft" +label.colour = "black" + +[[pieces]] +# 3 +shape.xy = [20,6] +pos = [13, 191] +type = "PlayerLabel" +colour = "lightgrey" +edge = "white" +shape.type = "Rect" +label.place = "BottomLeft" +label.colour = "black" + +[[pieces]] +# 4 +shape.xy = [20,6] +pos = [14, 192] +type = "PlayerLabel" +colour = "lightgrey" +edge = "white" +shape.type = "Rect" +label.place = "BottomLeft" +label.colour = "black" + +[[pieces]] +# 6 +shape.xy = [20,6] +pos = [15, 193] +type = "PlayerLabel" +colour = "lightgrey" +edge = "white" +shape.type = "Rect" + +[[pieces]] +# 7 +shape.xy = [20,6] +pos = [16, 194] +type = "PlayerLabel" +colour = "lightgrey" +edge = "white" +shape.type = "Rect" +label.place = "BottomLeft" +label.colour = "black" + +[[pieces]] +# 8 +shape.xy = [20,6] +pos = [17, 195] +type = "PlayerLabel" +colour = "lightgrey" +edge = "white" +shape.type = "Rect" +label.place = "BottomLeft" +label.colour = "black" + +[[pieces]] +# 9 +shape.xy = [20,6] +pos = [18, 196] +type = "PlayerLabel" +colour = "lightgrey" +edge = "white" +shape.type = "Rect" +label.place = "BottomLeft" +label.colour = "black" + +[[pieces]] +# 10 +shape.xy = [20,6] +pos = [19, 197] +type = "PlayerLabel" +colour = "lightgrey" +edge = "white" +shape.type = "Rect" +label.place = "BottomLeft" +label.colour = "black" + + [[pieces]] pos = [240, 100] type = "ChessClock" -- 2.30.2