chiark / gitweb /
library loading, fixes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Sep 2020 16:19:04 +0000 (17:19 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Sep 2020 16:19:04 +0000 (17:19 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
demo/test.game.toml

index 354f120c890c5bae70b2065c552763684279e7c6..936a42ee163fd3da55bd7d54813c90426c01162e 100644 (file)
@@ -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"