From a2a27983a5fa17f3a707f10507ed64e3452c7392 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 22 Aug 2020 22:19:28 +0100 Subject: [PATCH] wip pieces in demo game --- demo/test.game.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/demo/test.game.toml b/demo/test.game.toml index 46823f5d..6c19b27c 100644 --- a/demo/test.game.toml +++ b/demo/test.game.toml @@ -1,5 +1,13 @@ -table = [300, 100] +# table_size = [300, 200] [[pieces]] pos = [90,80] type = "Disc" +diam = 20 +faces = ["red","grey"] + +[[pieces]] +pos = [90, 60] +type = "Square" +size = [20] +faces = ["blue", "grey"] -- 2.30.2