From 8122fba7c38f0847a112be00bca241d5810a53d9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 26 Sep 2020 17:19:04 +0100 Subject: [PATCH] library loading, fixes Signed-off-by: Ian Jackson --- demo/test.game.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/demo/test.game.toml b/demo/test.game.toml index 354f120c..936a42ee 100644 --- a/demo/test.game.toml +++ b/demo/test.game.toml @@ -20,4 +20,10 @@ faces = ["blue", "grey"] pos = [90,100] type = "Lib" lib = "wikimedia" -item = "chess-w-N" +item = "chess-w-B" + +[[pieces]] +pos = [90,110] +type = "Lib" +lib = "wikimedia" +item = "chess-b-N" -- 2.30.2