chiark / gitweb /
penultima: Add player labels to game spec
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Mar 2021 20:25:08 +0000 (21:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Mar 2021 23:03:54 +0000 (00:03 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
specs/penultima.game.toml

index f57902d1b3b99a8b2f918e6954f8b090d83d755f..efc135fae6e7fcd49419719adbf824a898370781 100644 (file)
@@ -193,6 +193,105 @@ colour = "grey"
 shape.type = "Rect"
 shape.xy = [20,10]
 
+
+[[pieces]]
+# 1
+shape.xy = [20,6]
+pos = [11, 189]
+type = "PlayerLabel"
+colour = "lightgrey"
+edge = "white"
+shape.type = "Rect"
+label.place = "BottomLeft"
+label.colour = "black"
+
+[[pieces]]
+# 2
+shape.xy = [20,6]
+pos = [12, 190]
+type = "PlayerLabel"
+colour = "lightgrey"
+edge = "white"
+shape.type = "Rect"
+label.place = "BottomLeft"
+label.colour = "black"
+
+[[pieces]]
+# 3
+shape.xy = [20,6]
+pos = [13, 191]
+type = "PlayerLabel"
+colour = "lightgrey"
+edge = "white"
+shape.type = "Rect"
+label.place = "BottomLeft"
+label.colour = "black"
+
+[[pieces]]
+# 4
+shape.xy = [20,6]
+pos = [14, 192]
+type = "PlayerLabel"
+colour = "lightgrey"
+edge = "white"
+shape.type = "Rect"
+label.place = "BottomLeft"
+label.colour = "black"
+
+[[pieces]]
+# 6
+shape.xy = [20,6]
+pos = [15, 193]
+type = "PlayerLabel"
+colour = "lightgrey"
+edge = "white"
+shape.type = "Rect"
+
+[[pieces]]
+# 7
+shape.xy = [20,6]
+pos = [16, 194]
+type = "PlayerLabel"
+colour = "lightgrey"
+edge = "white"
+shape.type = "Rect"
+label.place = "BottomLeft"
+label.colour = "black"
+
+[[pieces]]
+# 8
+shape.xy = [20,6]
+pos = [17, 195]
+type = "PlayerLabel"
+colour = "lightgrey"
+edge = "white"
+shape.type = "Rect"
+label.place = "BottomLeft"
+label.colour = "black"
+
+[[pieces]]
+# 9
+shape.xy = [20,6]
+pos = [18, 196]
+type = "PlayerLabel"
+colour = "lightgrey"
+edge = "white"
+shape.type = "Rect"
+label.place = "BottomLeft"
+label.colour = "black"
+
+[[pieces]]
+# 10
+shape.xy = [20,6]
+pos = [19, 197]
+type = "PlayerLabel"
+colour = "lightgrey"
+edge = "white"
+shape.type = "Rect"
+label.place = "BottomLeft"
+label.colour = "black"
+
+
 [[pieces]]
 pos = [240, 100]
 type = "ChessClock"