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