From: Ian Jackson Date: Sun, 21 Mar 2021 23:46:32 +0000 (+0000) Subject: mao: Start on a definition X-Git-Tag: otter-0.5.0~535 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e9a4739e019be51a91cd762a49f0fc45e9a07686;p=otter.git mao: Start on a definition Signed-off-by: Ian Jackson --- diff --git a/specs/mao.toml b/specs/mao.toml new file mode 100644 index 00000000..57c0d6a2 --- /dev/null +++ b/specs/mao.toml @@ -0,0 +1,21 @@ +# Copyright 2020-2021 Ian Jackson and contributors to Otter +# SPDX-License-Identifier: AGPL-3.0-or-later +# There is NO WARRANTY. + +table_size = [300, 200] +table_colour = "#bbd" + +[[pieces]] +pos = [150,100] +type = "Lib" +lib = "wikimedia" +item = "card-stripe-back-red" + +[[pieces]] +pos = [115, 135] +type = "LibList" +lib = "cards-oxymoron" +prefix = "card-oxymoron-" +suffix = "-h" +items = ["2","3","4","5","6","7","8","9","T","J","Q","K","A"] +posd = [10, 0]