From 19d55fc1321cf9e1507669db9b4a3af51c3ac384 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 May 2021 03:06:06 +0100 Subject: [PATCH] docs: wip document specs Signed-off-by: Ian Jackson --- docs/gamespec.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/gamespec.rst b/docs/gamespec.rst index 96cedad3..30d69ee8 100644 --- a/docs/gamespec.rst +++ b/docs/gamespec.rst @@ -19,9 +19,12 @@ level: * ``table_size`` [array of 2 numbers]. Size of the table playing area, in Otter internal units. The default is ``[300,200]``. - * ``table_colour`` [string, colour]. Table backdrop colour. - (Only certain colour syntaxes are supported.) + * ``table_colour`` [string: colour]. Table backdrop colour. + Only certain colour syntaxes are supported. Default: ``green``. - * ``pcaliases```: [table, values are Piece spec table]. Piece alias + * ``pcaliases``: [table, values are Piece spec table]. Piece alias table. When a piece is being loaded, an alias xxxx grep for where referred to + + * ``pieces``: Array of _`Piece spec`. Defines the initial pieces + and their layout. Each entry is a piece spec sub-table. -- 2.30.2