From 5220552934aa76c1737c2d74d82c9b8cf04de50a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 18 Apr 2022 00:28:17 +0100 Subject: [PATCH] currency: Add one to the demo game Signed-off-by: Ian Jackson --- specs/demo.game.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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"] -- 2.30.2