From 89bf44aa9e96d963ecfd677a467806b0efd19340 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 16 Mar 2021 21:17:16 +0000 Subject: [PATCH] penultima: Add a hand (for pawn choice at start) Signed-off-by: Ian Jackson --- specs/penultima.game.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specs/penultima.game.toml b/specs/penultima.game.toml index 91ae4836..81000f44 100644 --- a/specs/penultima.game.toml +++ b/specs/penultima.game.toml @@ -184,3 +184,11 @@ prefix = "chess-b-" items = ["commoner","elephant","knight-king","mann","zebra", "ship","giraffe","cannon"] posd = [10, 0] + +[[pieces]] +pos = [20, 60] +type = "Hand" +edge = "white" +colour = "grey" +shape.type = "Rectangle" +shape.xy = [20,10] -- 2.30.2