From 645a98b4180b3795ee669906bd74cc9b0d4c5c06 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 8 Jun 2021 13:19:38 +0100 Subject: [PATCH] penultima: add some comments to help navigation Signed-off-by: Ian Jackson --- specs/penultima.game.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/specs/penultima.game.toml b/specs/penultima.game.toml index 5833ca1a..9f21d5e7 100644 --- a/specs/penultima.game.toml +++ b/specs/penultima.game.toml @@ -11,9 +11,16 @@ "ship","giraffe","cannon"] {% endmacro fairy_pieces -%} + +# -------------------- actual game spec -------------------- + +# board + table_size = [300, 200] table_colour = "#bbd" +# board and standard pieces, in starting places + [[pieces]] pos = [150,100] type = "Lib" @@ -54,6 +61,8 @@ posd = [10, 0] count = 8 +# geometric shapes + [[pieces]] pos = [20, 75] type = "Disc" @@ -94,6 +103,9 @@ posd = [5, 0] size = [1,9] count = 16 + +# spare vanilla pieces + [[pieces]] pos = [20, 125] type = "LibList" @@ -126,6 +138,9 @@ item = "chess-b-P" posd = [10, 0] count = 4 + +# exciting colours + [[pieces]] pos = [210, 55] type = "LibList" @@ -158,6 +173,9 @@ prefix = "chess-purple-" items = ["K","Q","R","R","B","B","N","N"] posd = [10, 0] + +# fairy pieces + [[pieces]] pos = [205, 125] type = "LibList" -- 2.30.2