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:
bd4c9a0
)
dice: Add a test die to the demo game
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 15 Apr 2022 12:46:53 +0000
(13:46 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 15 Apr 2022 21:43:43 +0000
(22:43 +0100)
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 5d2e90384eaefb79fb69ec821eaf1052d9d7035b..0ab923a4a117e1ed06ce3e1fa32f464c8b844613 100644
(file)
--- a/
specs/demo.game.toml
+++ b/
specs/demo.game.toml
@@
-60,3
+60,11
@@
pos = [160,30]
type = "Lib"
lib = "wikimedia"
item = "chess-b-P"
+
+[[pieces]]
+pos = [140, 30]
+type = "Die"
+image.type = "Rect"
+image.size = [10]
+image.edges = ["black","black"]
+image.faces = ["#ccccff", "#ccffcc"]