From: Ian Jackson Date: Tue, 8 Jun 2021 12:14:04 +0000 (+0100) Subject: penultima: use count for player labels (1) X-Git-Tag: otter-0.7.0~20 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=48c394eace1b85d29a1e37c02908b21af702062e;p=otter.git penultima: use count for player labels (1) Signed-off-by: Ian Jackson --- 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"