From: Ian Jackson Date: Sat, 22 Aug 2020 21:19:28 +0000 (+0100) Subject: wip pieces in demo game X-Git-Tag: otter-0.2.0~1106 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a2a27983a5fa17f3a707f10507ed64e3452c7392;p=otter.git wip pieces in demo game --- 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"]