From: Ian Jackson Date: Sat, 27 Feb 2021 20:58:48 +0000 (+0000) Subject: demo: Add two pawns X-Git-Tag: otter-0.4.0~289 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=704bb13d86e567cf7184a7115a6a7179fcba3084;p=otter.git demo: Add two pawns We are going to use this for the hand demo Signed-off-by: Ian Jackson --- diff --git a/specs/demo.game.toml b/specs/demo.game.toml index 2d68d61b..8ed1fb0f 100644 --- a/specs/demo.game.toml +++ b/specs/demo.game.toml @@ -47,3 +47,15 @@ edge = "white" colour = "grey" shape.type = "Rectangle" shape.xy = [70,20] + +[[pieces]] +pos = [150,30] +type = "Lib" +lib = "wikimedia" +item = "chess-w-P" + +[[pieces]] +pos = [160,30] +type = "Lib" +lib = "wikimedia" +item = "chess-b-P"