chiark / gitweb /
penultima: use count for player labels (1)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Jun 2021 12:14:04 +0000 (13:14 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Jun 2021 12:52:38 +0000 (13:52 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
specs/penultima.game.toml

index 36b544fff93d47d9294cca69fe246823ef82dd30..d171b69a512b04127368bd99e90fb185f2f11512 100644 (file)
@@ -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"