chiark / gitweb /
docs: wip document specs
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 May 2021 02:06:06 +0000 (03:06 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 May 2021 02:06:10 +0000 (03:06 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
docs/gamespec.rst

index 96cedad394e2f34b06e217ac44a937b1031f4116..30d69ee8771d8dda45771a839fe1c7ead4029f75 100644 (file)
@@ -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.