From: Ian Jackson Date: Sun, 17 Apr 2022 23:28:17 +0000 (+0100) Subject: currency: Add one to the demo game X-Git-Tag: otter-1.1.0~492 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5220552934aa76c1737c2d74d82c9b8cf04de50a;p=otter.git currency: Add one to the demo game Signed-off-by: Ian Jackson --- diff --git a/specs/demo.game.toml b/specs/demo.game.toml index cf6e45d0..f6881465 100644 --- 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"]