chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c56857
)
demo: Add two pawns
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 27 Feb 2021 20:58:48 +0000
(20:58 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 27 Feb 2021 20:58:48 +0000
(20:58 +0000)
We are going to use this for the hand demo
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
specs/demo.game.toml
patch
|
blob
|
history
diff --git
a/specs/demo.game.toml
b/specs/demo.game.toml
index 2d68d61bc39d2ae4e86ad98629cb6f882af7d53d..8ed1fb0faa5cb4f5c769e697b1234461d5ec0021 100644
(file)
--- 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"