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:
e21b7d5
)
dice test: demo game: Add a demo die with occultation label
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 16 Apr 2022 20:03:22 +0000
(21:03 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 17 Apr 2022 15:12:05 +0000
(16:12 +0100)
This lets us test how they occult. It turns out, not particularly
well...
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 8fa653ecba5728191b0692c9a25fa683add5d302..32c6a7aa61c5133df2a7ad9806c283d82a123b74 100644
(file)
--- a/
specs/demo.game.toml
+++ b/
specs/demo.game.toml
@@
-69,3
+69,14
@@
image.type = "Rect"
image.size = [10]
image.edges = ["black","black"]
image.faces = ["#ccccff", "#ccffcc"]
+
+[[pieces]]
+pos = [155, 15]
+type = "Die"
+labels = 6
+occ.ilk = "d6-pink"
+occ.label = "?"
+image.type = "Rect"
+image.size = [10]
+image.edges = ["black"]
+image.faces = ["#ff8888"]