From 3fe3302ccf3ca48f3a81ddd742fded9c5d8c7ad2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 8 Jun 2021 13:14:38 +0100 Subject: [PATCH] penultima: use count for player labels (2) Signed-off-by: Ian Jackson --- specs/penultima.game.toml | 48 +++------------------------------------ 1 file changed, 3 insertions(+), 45 deletions(-) diff --git a/specs/penultima.game.toml b/specs/penultima.game.toml index d171b69a..a56b7ec9 100644 --- a/specs/penultima.game.toml +++ b/specs/penultima.game.toml @@ -213,53 +213,11 @@ label.place = "BottomLeft" label.colour = "black" [[pieces]] -# 6 +# 6..10 shape.xy = [20,6] pos = [60, 57] -type = "PlayerLabel" -colour = "lightgrey" -edge = "white" -shape.type = "Rect" -label.place = "BottomLeft" -label.colour = "black" - -[[pieces]] -# 7 -shape.xy = [20,6] -pos = [61, 58] -type = "PlayerLabel" -colour = "lightgrey" -edge = "white" -shape.type = "Rect" -label.place = "BottomLeft" -label.colour = "black" - -[[pieces]] -# 8 -shape.xy = [20,6] -pos = [62, 59] -type = "PlayerLabel" -colour = "lightgrey" -edge = "white" -shape.type = "Rect" -label.place = "BottomLeft" -label.colour = "black" - -[[pieces]] -# 9 -shape.xy = [20,6] -pos = [63, 60] -type = "PlayerLabel" -colour = "lightgrey" -edge = "white" -shape.type = "Rect" -label.place = "BottomLeft" -label.colour = "black" - -[[pieces]] -# 10 -shape.xy = [20,6] -pos = [64, 61] +posd = [1,1] +count = 5 type = "PlayerLabel" colour = "lightgrey" edge = "white" -- 2.30.2