From 3da0e0ec4c52ef877258ba295e23c47b9f95f696 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 29 Nov 2020 21:18:48 +0000 Subject: [PATCH] penultima: adjust colours Signed-off-by: Ian Jackson --- specs/penultima.game.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/specs/penultima.game.toml b/specs/penultima.game.toml index 2e6ff80b..eb334ae3 100644 --- a/specs/penultima.game.toml +++ b/specs/penultima.game.toml @@ -3,6 +3,7 @@ # There is NO WARRANTY. table_size = [300, 200] +table_colour = "#bbd" [[pieces]] pos = [150,100] @@ -63,7 +64,7 @@ count = 8 [[pieces]] pos = [20, 95] type = "Square" -faces = ["#ccc"] +faces = ["#333"] posd = [10, 0] size = [9,1] count = 8 @@ -71,7 +72,7 @@ count = 8 [[pieces]] pos = [20, 100] type = "Square" -faces = ["#ccc"] +faces = ["#333"] posd = [10, 0] size = [9,1] count = 8 @@ -79,7 +80,7 @@ count = 8 [[pieces]] pos = [17, 110] type = "Square" -faces = ["#ccc"] +faces = ["#333"] posd = [5, 0] size = [1,9] count = 16 -- 2.30.2