From 48c394eace1b85d29a1e37c02908b21af702062e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 8 Jun 2021 13:14:04 +0100 Subject: [PATCH] penultima: use count for player labels (1) 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 36b544ff..d171b69a 100644 --- a/specs/penultima.game.toml +++ b/specs/penultima.game.toml @@ -200,53 +200,11 @@ shape.xy = [20,10] [[pieces]] -# 1 +# 1..5 shape.xy = [20,6] pos = [50, 58] -type = "PlayerLabel" -colour = "lightgrey" -edge = "white" -shape.type = "Rect" -label.place = "BottomLeft" -label.colour = "black" - -[[pieces]] -# 2 -shape.xy = [20,6] -pos = [51, 59] -type = "PlayerLabel" -colour = "lightgrey" -edge = "white" -shape.type = "Rect" -label.place = "BottomLeft" -label.colour = "black" - -[[pieces]] -# 3 -shape.xy = [20,6] -pos = [52, 60] -type = "PlayerLabel" -colour = "lightgrey" -edge = "white" -shape.type = "Rect" -label.place = "BottomLeft" -label.colour = "black" - -[[pieces]] -# 4 -shape.xy = [20,6] -pos = [53, 61] -type = "PlayerLabel" -colour = "lightgrey" -edge = "white" -shape.type = "Rect" -label.place = "BottomLeft" -label.colour = "black" - -[[pieces]] -# 5 -shape.xy = [20,6] -pos = [54, 62] +posd = [1,1] +count = 5 type = "PlayerLabel" colour = "lightgrey" edge = "white" -- 2.30.2