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:
42ed93b
)
currency: Add one to the demo game
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 17 Apr 2022 23:28:17 +0000
(
00:28
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 17 Apr 2022 23:52:57 +0000
(
00:52
+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 cf6e45d09674076846cff8b520126f3e082996ae..f688146542add92d683ad0e39297692ee7d560aa 100644
(file)
--- a/
specs/demo.game.toml
+++ b/
specs/demo.game.toml
@@
-91,3
+91,14
@@
image.type = "Rect"
image.size = [10]
image.edges = ["white"]
image.faces = ["#ff0000"]
+
+[[pieces]]
+pos = [125, 45]
+type = "Currency"
+qty = 400
+min_unit = 5
+currency = "ƒ"
+image.type = "Rect"
+image.size = [20,7]
+image.edges = ["#00ff00"]
+image.faces = ["#008800"]